-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 13, 2026 at 11:35 AM
-- Server version: 8.0.33-cll-lve
-- PHP Version: 8.1.16

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


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

--
-- Database: `diginspire_wp_qt9u6`
--

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

--
-- Table structure for table `xczr15T6g_actionscheduler_actions`
--

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

--
-- Dumping data for table `xczr15T6g_actionscheduler_actions`
--

INSERT INTO `xczr15T6g_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(9, 'action_scheduler/migration_hook', 'complete', '2023-06-02 01:55:25', '2023-06-02 01:55:25', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685670925;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685670925;}', 1, 1, '2023-06-02 01:55:28', '2023-06-02 01:55:28', 0, NULL),
(10, 'woocommerce_cleanup_draft_orders', 'complete', '2023-06-02 01:54:27', '2023-06-02 01:54:27', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1685670867;s:18:\"\0*\0first_timestamp\";i:1685670867;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1685670867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 1, '2023-06-02 01:55:22', '2023-06-02 01:55:22', 0, NULL),
(11, 'woocommerce_cleanup_draft_orders', 'pending', '2023-06-03 01:55:22', '2023-06-03 01:55:22', '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1685757322;s:18:\"\0*\0first_timestamp\";i:1685670867;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1685757322;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(12, 'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications', 'failed', '2023-06-02 01:57:10', '2023-06-02 01:57:10', '[]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 0, 1, '2023-06-02 01:57:19', '2023-06-02 01:57:19', 0, NULL);

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

--
-- Table structure for table `xczr15T6g_actionscheduler_claims`
--

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

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

--
-- Table structure for table `xczr15T6g_actionscheduler_groups`
--

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

--
-- Dumping data for table `xczr15T6g_actionscheduler_groups`
--

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

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

--
-- Table structure for table `xczr15T6g_actionscheduler_logs`
--

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

--
-- Dumping data for table `xczr15T6g_actionscheduler_logs`
--

INSERT INTO `xczr15T6g_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(1, 9, 'action created', '2023-06-02 01:54:25', '2023-06-02 01:54:25'),
(2, 10, 'action created', '2023-06-02 01:54:27', '2023-06-02 01:54:27'),
(3, 10, 'action started via Async Request', '2023-06-02 01:55:22', '2023-06-02 01:55:22'),
(4, 10, 'action complete via Async Request', '2023-06-02 01:55:22', '2023-06-02 01:55:22'),
(5, 11, 'action created', '2023-06-02 01:55:22', '2023-06-02 01:55:22'),
(6, 9, 'action started via Async Request', '2023-06-02 01:55:28', '2023-06-02 01:55:28'),
(7, 9, 'action complete via Async Request', '2023-06-02 01:55:28', '2023-06-02 01:55:28'),
(8, 12, 'action created', '2023-06-02 01:57:10', '2023-06-02 01:57:10'),
(9, 12, 'action started via WP Cron', '2023-06-02 01:57:19', '2023-06-02 01:57:19'),
(10, 12, 'action failed via WP Cron: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.', '2023-06-02 01:57:19', '2023-06-02 01:57:19');

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

--
-- Table structure for table `xczr15T6g_commentmeta`
--

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

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

--
-- Table structure for table `xczr15T6g_comments`
--

CREATE TABLE `xczr15T6g_comments` (
  `comment_ID` bigint UNSIGNED NOT NULL,
  `comment_post_ID` bigint 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 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 UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_comments`
--

INSERT INTO `xczr15T6g_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2023-06-02 01:43:42', '2023-06-02 01:43:42', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0),
(2, 29, 'Premier SEO company in New York', 'internetmarketing.seoweb@gmail.com', 'https://www.higherpositions.com/seo-services/new-york.php', '103.62.93.88', '2021-10-29 17:11:32', '2021-10-29 17:11:32', 'Higher Positions is a premier SEO company in New York, and a Google Partner and SEO-Certified, with over 10 years of search engine marketing experience.', 0, '0', '', 'comment', 0, 0);

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

--
-- Table structure for table `xczr15T6g_e_events`
--

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

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

--
-- Table structure for table `xczr15T6g_links`
--

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

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

--
-- Table structure for table `xczr15T6g_options`
--

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

--
-- Dumping data for table `xczr15T6g_options`
--

INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://diginspire.in/vaibhav/shubham', 'yes'),
(2, 'home', 'https://diginspire.in/vaibhav/shubham', 'yes'),
(3, 'blogname', 'Burgeon Market Research', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@diginspire.in', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/index.php/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:145:{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:21:\"index.php/nproject/?$\";s:28:\"index.php?post_type=nproject\";s:51:\"index.php/nproject/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=nproject&feed=$matches[1]\";s:46:\"index.php/nproject/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=nproject&feed=$matches[1]\";s:38:\"index.php/nproject/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=nproject&paged=$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:52:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"index.php/e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"index.php/e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:45:\"index.php/e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:53:\"index.php/e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:60:\"index.php/e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:41:\"index.php/e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"index.php/e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"index.php/e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"index.php/nproject/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/nproject/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/nproject/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/nproject/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/nproject/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/nproject/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"index.php/nproject/([^/]+)/embed/?$\";s:41:\"index.php?nproject=$matches[1]&embed=true\";s:39:\"index.php/nproject/([^/]+)/trackback/?$\";s:35:\"index.php?nproject=$matches[1]&tb=1\";s:59:\"index.php/nproject/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?nproject=$matches[1]&feed=$matches[2]\";s:54:\"index.php/nproject/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?nproject=$matches[1]&feed=$matches[2]\";s:47:\"index.php/nproject/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?nproject=$matches[1]&paged=$matches[2]\";s:54:\"index.php/nproject/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?nproject=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/nproject/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?nproject=$matches[1]&page=$matches[2]\";s:35:\"index.php/nproject/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/nproject/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/nproject/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/nproject/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/nproject/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/nproject/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:68:\"index.php/nproject-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?nproject-category=$matches[1]&feed=$matches[2]\";s:63:\"index.php/nproject-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?nproject-category=$matches[1]&feed=$matches[2]\";s:44:\"index.php/nproject-category/([^/]+)/embed/?$\";s:50:\"index.php?nproject-category=$matches[1]&embed=true\";s:56:\"index.php/nproject-category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?nproject-category=$matches[1]&paged=$matches[2]\";s:38:\"index.php/nproject-category/([^/]+)/?$\";s:39:\"index.php?nproject-category=$matches[1]\";s:63:\"index.php/nproject-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?nproject-tag=$matches[1]&feed=$matches[2]\";s:58:\"index.php/nproject-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?nproject-tag=$matches[1]&feed=$matches[2]\";s:39:\"index.php/nproject-tag/([^/]+)/embed/?$\";s:45:\"index.php?nproject-tag=$matches[1]&embed=true\";s:51:\"index.php/nproject-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?nproject-tag=$matches[1]&paged=$matches[2]\";s:33:\"index.php/nproject-tag/([^/]+)/?$\";s:34:\"index.php?nproject-tag=$matches[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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=71&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:13:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:53:\"jetwidgets-for-elementor/jetwidgets-for-elementor.php\";i:5;s:23:\"nprojects/nprojects.php\";i:6;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:7;s:51:\"popup-anything-on-click/popup-anything-on-click.php\";i:8;s:38:\"post-duplicator/m4c-postduplicator.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:27:\"svg-support/svg-support.php\";i:11;s:27:\"updraftplus/updraftplus.php\";i:12;s:41:\"widget-css-classes/widget-css-classes.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'marlab', 'yes'),
(41, 'stylesheet', 'marlab', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '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:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:5:{i:1;a:5:{s:5:\"title\";s:28:\"Ready to Grow Your Business?\";s:4:\"text\";s:144:\"We Serve our Clients’ Best Interests with the Best Marketing Solutions. <a class=\"link\" href=\"https://mar.21lab.co/contact/\">Find out More</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:7:\"classes\";s:0:\"\";}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:51:\"Trusted by over 200+ Ambitious Brands Across the US\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:7:\"classes\";s:0:\"\";}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:24:\"[popup_anything id=\"73\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:7:\"classes\";s:0:\"\";}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<h3><a href=\"#\">Ready To Start A Project With Us?</a></h3>\r\nReady to Unlock the Power of Market Research and Drive Business Growth?\r\n\r\n<a class=\"button white\" href=\"#\">Get My Free Proposal</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:7:\"classes\";s:6:\"ctaBox\";}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:1:{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', '125', 'yes'),
(82, 'page_on_front', '71', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1701222221', '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, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'xczr15T6g_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:18:\"bcn_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:13:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:32:\"woocommerce_product_categories-2\";i:2;s:13:\"media_image-3\";}s:7:\"primary\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:10:\"nav_menu-1\";i:4;s:13:\"media_image-1\";}s:15:\"off-canvas-left\";a:4:{i:0;s:10:\"nav_menu-2\";i:1;s:10:\"nav_menu-3\";i:2;s:10:\"nav_menu-4\";i:3;s:6:\"text-1\";}s:23:\"woocommerce-content-top\";a:4:{i:0;s:33:\"woocommerce_layered_nav_filters-1\";i:1;s:32:\"woocommerce_product_categories-1\";i:2;s:25:\"woocommerce_layered_nav-1\";i:3;s:26:\"woocommerce_price_filter-1\";}s:16:\"content-bottom-1\";a:1:{i:0;s:6:\"text-2\";}s:16:\"content-bottom-2\";a:1:{i:0;s:13:\"media_image-2\";}s:16:\"content-bottom-3\";a:1:{i:0;s:6:\"text-3\";}s:16:\"content-bottom-4\";a:0:{}s:8:\"footer-1\";a:3:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:6:\"text-4\";}s:8:\"footer-2\";a:2:{i:0;s:10:\"nav_menu-5\";i:1;s:13:\"custom_html-1\";}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:19:{i:1694598873;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1694601822;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:1694611209;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694612622;a:3:{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;}}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:1694612898;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:1694634858;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694649600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694655822;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694656098;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694656099;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:1694656445;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:1694656458;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694656468;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_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:1694667258;a:2:{s:24:\"woocommerce_cleanup_logs\";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:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694683818;a:1:{s:34:\"puc_cron_check_updates-updraftplus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694750283;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:1694828622;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1695189481;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;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:4:{i:1;a:16:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:500;s:6:\"height\";i:700;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:755;s:3:\"url\";s:55:\"https://mar.21lab.co/wp-content/uploads/2021/08/img.jpg\";s:5:\"title\";s:0:\"\";s:7:\"classes\";s:0:\"\";}i:2;a:16:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:570;s:6:\"height\";i:48;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:275;s:3:\"url\";s:58:\"https://mar.21lab.co/wp-content/uploads/2021/08/img-ft.svg\";s:5:\"title\";s:0:\"\";s:7:\"classes\";s:0:\"\";}i:3;a:16:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:500;s:6:\"height\";i:700;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:755;s:3:\"url\";s:55:\"https://mar.21lab.co/wp-content/uploads/2021/08/img.jpg\";s:5:\"title\";s:0:\"\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'nonce_key', '(XCEZ%jeDb9fo9+ly wON4PC?;7H69ecz,=:z&<+r8=Tp*dq-n~mLV|2Kh%nISD5', 'no'),
(116, 'nonce_salt', 'YeS-UOWO*!~Y{EA`FY1jx6/}NY[.en6[~]0..=kc964 mbx_Y]z@u_1Q:_bvV(Lc', 'no'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_nav_menu', 'a:6:{i:1;a:3:{s:5:\"title\";s:8:\"Discover\";s:8:\"nav_menu\";s:2:\"59\";s:7:\"classes\";s:11:\"menu-style1\";}i:2;a:3:{s:5:\"title\";s:14:\"Project Layout\";s:8:\"nav_menu\";s:2:\"62\";s:7:\"classes\";s:0:\"\";}i:3;a:3:{s:5:\"title\";s:11:\"Blog Layout\";s:8:\"nav_menu\";s:2:\"61\";s:7:\"classes\";s:0:\"\";}i:4;a:3:{s:5:\"title\";s:5:\"Other\";s:8:\"nav_menu\";s:2:\"64\";s:7:\"classes\";s:0:\"\";}i:5;a:2:{s:8:\"nav_menu\";s:2:\"59\";s:7:\"classes\";s:21:\"menu-style2 columns-3\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(121, 'widget_custom_html', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:398:\"<ul class=\"infoBox\">\r\n	<li>\r\n	<i class=\"iconlab-telephone\"></i>\r\n		<p class=\"infoContent\">\r\n			<span>Talk to an Experts</span>\r\n			<span>Call Us : <a href=\"#\">+91 874 400 5096 </a></span>\r\n		</p>\r\n	</li>\r\n	<li>\r\n	<i class=\"iconlab-send\"></i>\r\n		<p class=\"infoContent\">\r\n			<span>Have any Question</span>\r\n			<span>Mail us <a href=\"#\">info@burgeonmarketresearch.com</a></span>\r\n		</p>\r\n	</li>\r\n</ul>\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(123, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1685670769;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(124, 'recovery_keys', 'a:0:{}', 'yes'),
(125, 'https_detection_errors', 'a:0:{}', 'yes'),
(152, 'finished_updating_comment_type', '1', 'yes'),
(154, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1694577466;s:7:\"checked\";a:4:{s:6:\"marlab\";s:5:\"1.0.6\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}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:2:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(155, 'current_theme', 'MarLab', 'yes');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(156, 'theme_mods_marlab', 'a:88:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:3:\"top\";i:65;s:7:\"primary\";i:66;s:7:\"sliding\";i:66;}s:19:\"header__nav__extras\";a:2:{i:0;s:4:\"cart\";i:1;s:6:\"search\";}s:21:\"global__layout__width\";a:2:{s:5:\"width\";s:6:\"1170px\";s:9:\"max-width\";s:3:\"92%\";}s:26:\"global__layout__background\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:26:\"global__sidebar__dimension\";a:2:{s:5:\"width\";s:5:\"260px\";s:6:\"margin\";s:4:\"80px\";}s:24:\"global__typography__body\";a:5:{s:6:\"family\";s:64:\"Space+Grotesk/300,regular,500,600,700/latin,latin-ext,vietnamese\";s:5:\"style\";s:7:\"regular\";s:5:\"color\";s:7:\"#424f65\";s:4:\"size\";s:4:\"15px\";s:10:\"lineHeight\";s:4:\"160%\";}s:26:\"global__typography__scheme\";a:12:{s:7:\"primary\";s:7:\"#111a45\";s:6:\"accent\";s:7:\"#ff5100\";s:5:\"light\";s:7:\"#e2e6ec\";s:4:\"dark\";s:7:\"#424f65\";s:4:\"grey\";s:22:\"rgba(17, 26, 69, 0.25)\";s:6:\"yellow\";s:7:\"#fed700\";s:6:\"orange\";s:7:\"#fe613f\";s:3:\"red\";s:7:\"#fd0036\";s:4:\"blue\";s:7:\"#5873F9\";s:5:\"green\";s:7:\"#52d475\";s:4:\"pink\";s:7:\"#dd154d\";s:6:\"purple\";s:7:\"#41294a\";}s:14:\"header__topbar\";s:2:\"on\";s:27:\"header__titlebar__titleFont\";a:4:{s:6:\"family\";s:52:\"Libre+Baskerville/regular,italic,700/latin,latin-ext\";s:5:\"style\";s:7:\"regular\";s:4:\"size\";s:0:\"\";s:10:\"lineHeight\";s:0:\"\";}s:14:\"header__sticky\";s:2:\"on\";s:14:\"header__extras\";a:2:{i:0;s:4:\"cart\";i:1;s:6:\"search\";}s:20:\"header__topbar__text\";s:204:\"<span>Have any questions:</span>\n<p><i class=\"iconlab-telephone\"></i>Call us<a href=\"#\"> +91 874 400 5096 </a></p>\n<p><i class=\"iconlab-send\"></i>Mail to <a href=\"#\">info@burgeonmarketresearch.com</a></p>\";s:21:\"global__social__icons\";a:3:{i:0;a:3:{s:4:\"icon\";s:19:\"slab-logo-fb-simple\";s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:1:\"#\";}i:1;a:3:{s:4:\"icon\";s:17:\"slab-logo-twitter\";s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:1:\"#\";}i:2;a:3:{s:4:\"icon\";s:16:\"slab-logo-envato\";s:5:\"title\";s:6:\"Envato\";s:3:\"url\";s:1:\"#\";}}s:22:\"header__sticky__shadow\";s:2:\"on\";s:19:\"global__misc__gotop\";s:2:\"on\";s:26:\"header__topbar__background\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";i:-1;s:3:\"url\";b:0;}s:5:\"color\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";s:8:\"top left\";s:1:\"x\";s:4:\"auto\";s:1:\"y\";s:4:\"auto\";s:4:\"size\";s:4:\"auto\";s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}s:26:\"global__typography__colors\";a:4:{s:1:\"a\";s:7:\"#ff5100\";s:7:\"a:hover\";s:7:\"#111a45\";s:9:\"a:visited\";s:0:\"\";s:17:\"a:active, a:focus\";s:0:\"\";}s:20:\"sliding__menuDesktop\";s:3:\"off\";s:13:\"header__width\";s:3:\"off\";s:20:\"header__sticky__logo\";s:8:\"logoDark\";s:14:\"header__shadow\";s:2:\"on\";s:25:\"blog__archive__gridGutter\";s:2:\"60\";s:24:\"blog__archive__imagesize\";s:7:\"880x440\";s:20:\"blog__archive__style\";s:4:\"grid\";s:28:\"blog__archive__excerptLength\";s:3:\"120\";s:30:\"blog__archive__sidebarPosition\";s:4:\"none\";s:22:\"blog__single__postMeta\";s:2:\"on\";s:22:\"blog__single__postTags\";s:2:\"on\";s:24:\"blog__single__postAuthor\";s:2:\"on\";s:29:\"blog__single__sidebarPosition\";s:4:\"none\";s:26:\"blog__related__gridColumns\";s:1:\"4\";s:20:\"blog__related__count\";s:1:\"4\";s:21:\"sliding__sidebarLable\";s:5:\"Click\";s:26:\"sliding__sidebarBackground\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";i:-1;s:3:\"url\";b:0;}s:5:\"color\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";s:8:\"top left\";s:1:\"x\";s:4:\"auto\";s:1:\"y\";s:4:\"auto\";s:4:\"size\";s:5:\"cover\";s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}s:21:\"header__sticky__style\";s:6:\"style1\";s:21:\"header__sticky__width\";s:3:\"off\";s:19:\"header__transparent\";s:2:\"on\";s:17:\"input__typography\";a:1:{s:4:\"size\";s:0:\"\";}s:17:\"input__background\";s:0:\"\";s:13:\"input__border\";a:6:{s:3:\"all\";a:3:{s:4:\"size\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";}s:3:\"top\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:5:\"right\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:6:\"bottom\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:4:\"left\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:8:\"simplify\";b:1;}s:13:\"input__height\";s:0:\"\";s:18:\"button__typography\";a:1:{s:4:\"size\";s:0:\"\";}s:14:\"button__height\";s:0:\"\";s:14:\"button__border\";a:6:{s:3:\"all\";a:3:{s:4:\"size\";s:3:\"1px\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:22:\"rgba(255, 255, 255, 0)\";}s:3:\"top\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:5:\"right\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:6:\"bottom\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:4:\"left\";a:3:{s:4:\"size\";s:0:\"\";s:5:\"style\";s:4:\"none\";s:5:\"color\";s:0:\"\";}s:8:\"simplify\";b:1;}s:13:\"header__style\";s:6:\"style1\";s:26:\"footer__copyright__content\";s:111:\"<p>Copyright © 2023 Burgeon Market Research</p>Innovated by <a href=\"https://5ginfotech.com/\">5G Infotech</a> \";s:17:\"shop__gridColumns\";s:1:\"3\";s:16:\"shop__gridGutter\";s:2:\"30\";s:21:\"shop__sidebarPosition\";s:4:\"none\";s:24:\"product__sidebarPosition\";s:5:\"right\";s:30:\"global__typography__blockquote\";a:2:{s:6:\"family\";s:52:\"Libre+Baskerville/regular,italic,700/latin,latin-ext\";s:5:\"style\";s:7:\"regular\";}s:18:\"sliding__menuStyle\";s:5:\"slide\";s:23:\"sliding__menuBackground\";a:4:{s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:8:\"top left\";s:10:\"attachment\";s:6:\"scroll\";s:4:\"size\";s:4:\"auto\";}s:23:\"header__titlebar__align\";s:6:\"center\";s:28:\"header__titlebar__background\";a:4:{s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:8:\"top left\";s:10:\"attachment\";s:6:\"scroll\";s:4:\"size\";s:4:\"auto\";}s:27:\"footer__widgets__background\";a:4:{s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:8:\"top left\";s:10:\"attachment\";s:6:\"scroll\";s:4:\"size\";s:4:\"auto\";}s:29:\"footer__copyright__background\";a:4:{s:6:\"repeat\";s:9:\"no-repeat\";s:8:\"position\";s:8:\"top left\";s:10:\"attachment\";s:6:\"scroll\";s:4:\"size\";s:4:\"auto\";}s:14:\"shop__paginate\";s:1:\"6\";s:28:\"header__titlebar__scrolldown\";s:2:\"on\";s:36:\"header__titlebar__backgroundFeatured\";a:2:{i:0;s:4:\"page\";i:1;s:8:\"nproject\";}s:17:\"logoDefault__logo\";a:2:{s:2:\"id\";i:1510;s:3:\"url\";s:76:\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/Burgeon.png\";}s:23:\"logoDefault__logoRetina\";a:2:{s:2:\"id\";i:1510;s:3:\"url\";s:76:\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/Burgeon.png\";}s:14:\"logoDark__logo\";a:2:{s:2:\"id\";i:1510;s:3:\"url\";s:76:\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/Burgeon.png\";}s:20:\"logoDark__logoRetina\";a:2:{s:2:\"id\";i:1510;s:3:\"url\";s:76:\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/Burgeon.png\";}s:18:\"custom_css_post_id\";i:1292;s:25:\"global__social__positions\";a:2:{i:0;s:3:\"top\";i:1;s:6:\"footer\";}s:23:\"footer__widgets__layout\";a:2:{s:7:\"columns\";i:2;s:6:\"layout\";a:4:{i:1;a:1:{i:0;i:12;}i:2;a:2:{i:0;i:6;i:1;i:6;}i:3;a:3:{i:0;i:4;i:1;i:4;i:2;i:4;}i:4;a:4:{i:0;i:3;i:1;i:3;i:2;i:3;i:3;i:3;}}}s:23:\"blog__archive__readmore\";s:3:\"off\";s:24:\"footer__widgets__padding\";a:1:{s:11:\"padding-top\";s:4:\"35px\";}s:18:\"footer__background\";a:10:{s:5:\"image\";a:2:{s:2:\"id\";i:23;s:3:\"url\";s:64:\"https://mar.21lab.co/wp-content/uploads/2021/08/bg-footer@2x.png\";}s:5:\"color\";s:0:\"\";s:6:\"repeat\";s:8:\"repeat-x\";s:10:\"attachment\";s:6:\"scroll\";s:8:\"position\";s:13:\"bottom center\";s:1:\"x\";s:4:\"auto\";s:1:\"y\";s:4:\"auto\";s:4:\"size\";s:6:\"custom\";s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:5:\"400px\";}s:19:\"blog__related__type\";s:6:\"random\";s:20:\"blog__related__title\";s:22:\"Maybe You Want to Read\";s:18:\"header__info__text\";s:24:\"[popup_anything id=\"73\"]\";s:21:\"projects__displayMode\";s:6:\"style3\";s:21:\"projects__gridColumns\";s:1:\"2\";s:19:\"projects__imagesize\";s:7:\"960x630\";s:23:\"project__related__count\";s:1:\"3\";s:30:\"projects__related__gridColumns\";s:1:\"3\";s:22:\"project__related__type\";s:6:\"recent\";s:25:\"projects__filterableAlign\";s:6:\"center\";s:21:\"global__misc__loading\";s:2:\"on\";s:22:\"product__thumbnailSize\";s:7:\"150x222\";s:30:\"contentBottom__widgets__layout\";a:2:{s:7:\"columns\";i:3;s:6:\"layout\";a:4:{i:1;a:1:{i:0;i:12;}i:2;a:2:{i:0;i:6;i:1;i:6;}i:3;a:3:{i:0;i:3;i:1;i:6;i:2;i:3;}i:4;a:4:{i:0;i:3;i:1;i:3;i:2;i:3;i:3;i:3;}}}s:26:\"sliding__sidebarTypography\";a:2:{s:4:\"size\";s:0:\"\";s:10:\"lineHeight\";s:0:\"\";}s:22:\"sliding__sidebarColors\";a:2:{s:4:\"link\";s:7:\"#111a45\";s:9:\"linkHover\";s:7:\"#ff5c00\";}s:16:\"product__sidebar\";s:21:\"sidebar-6125cf7fb0c9a\";s:21:\"logoDefault__logoSize\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}', 'yes'),
(157, 'theme_switched', '', 'yes'),
(158, 'elementor_disable_color_schemes', 'yes', 'yes'),
(159, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(176, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.7.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1685670845;s:7:\"version\";s:5:\"5.7.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(177, 'elementor_active_kit', '7', 'yes'),
(178, 'elementor_font_display', 'swap', 'yes'),
(181, 'popupaoc_options', 'a:5:{s:6:\"add_js\";s:0:\"\";s:6:\"enable\";i:1;s:13:\"cookie_prefix\";s:10:\"paoc_popup\";s:13:\"welcome_popup\";s:0:\"\";s:18:\"welcome_display_in\";a:0:{}}', 'yes'),
(182, 'popupaoc_plugin_version', '1.3', 'yes'),
(183, 'wpos_anylc_redirect', '', 'yes'),
(184, 'revslider_servers', 'a:3:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-c.tools\";}', 'yes'),
(185, 'revslider_server_refresh', '1694404602', 'yes'),
(186, 'revslider-update-check-short', '1685987965', 'yes'),
(187, 'revslider-connection', '1', 'yes'),
(188, 'revslider-update-hash', 'e5a6f8a2f96bc23ea18359decb54bddf', 'yes'),
(189, 'revslider-latest-version', '6.6.14', 'yes'),
(190, 'revslider-stable-version', '4.2.0', 'yes'),
(191, 'revslider-notices', 'a:5:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:546:\"<div style=\"display: block; background: #fff;text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.9.9\";s:4:\"text\";s:562:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted loop autoplay \npreload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:537:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/videobanner_premium2.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:402:\"<div style=\"display: block; background:#fff;text-align: center; height: 250px;\"><a href=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\" target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; height: 250px; display: inline-block;\"  src=\"//updates.themepunch-ext-b.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-02\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"registered\";b:1;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:8:\"TPRSV668\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"registered\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(192, 'revslider-additions', 'O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-b.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-b.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}', 'yes'),
(193, 'rs-addons-counter', '34', 'yes'),
(194, 'revslider-addons', 'O:8:\"stdClass\":34:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2023-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particlewave.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"3.0.7\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"481\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"1.0.7\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2023-02-10\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_cluster.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2023-02-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_transition.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"507\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2023-05-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"499\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2023-03-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"500\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2022-04-12\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2021-08-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.png\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2021-07-17\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"498\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2021-07-08\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2022-01-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(195, 'revslider-library-check', '1685670850', 'yes'),
(196, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(197, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(198, 'revslider-templates-check', '1685670852', 'yes'),
(199, 'revslider-templates-hash', 'cb06f294d6f32d3099c7e2a949e2604d', 'yes'),
(200, 'rs-templates-new', '', 'no');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(201, 'rs-templates', 'eNrs/WuXGzeW541+lSjNWj0vjqjC/eKZ6WfJsl12P1ZZp6Qun5pSLy9cM1likmxeJGf16u9+gLgwEIwIZqbIzGRK6C7bUgAEgxH4/7AB7L3xX88u1fry2TfPjAbMI0ks8xhZDKQ03CEliXSIAWKfPX+2nk2tWz375r+egfivqQ0fg+H6ZrqZufDnVzO1Xk9N8UqtFtu1m4UiNZuqdWy9KpqYtuif0+VAwYt4+fmzbdU4YQpAa7EABhjrnKCGEMqcY8JYQULF6dXFQCvv/1jd64t/LC9CpeXKfZy6T6Hi5Waz/Ob9H9//MVxZzLab6WL+YnPprtxyOzeXL8zi6v0fm0YmVRuT5Wx7MZ2//2No6KNbrcNH4q29AC9AuLJy/7mdrly8Wxou0XDp09Ru4hOFiMQal256cbkJf2cg/tW6tVlNl5uqmf+9Xqp5Ud7+/3n/bLO5+s0s5hs337x/9q+/bFdF/cOeF347m03Klovm/gr3u7paztyL4ruVunherD9Nl65YxA9NzYdisyjm6uP0Qm3cH/53eCDhi/71/er9vP+V4YJx4QubWuEujYp3/JfdQyq+VWsXrvvpbBO7wN+f7d7kf4TnWz6h3+pn8eybebjZ8EvDN4dGEIBsAtAEoQLibxD8BuP4SpT5oC7cb4tV2aWexUdztbBqVv9ZWTuNXxw7T/jrRegQ7remo+0ubFez9K9VZ4ifNpvpR1d3z+l8vVGzWXxHXs3W7r+fh8tN/0UD/fdt1c97vXfdXO903bqnpf1WAcuUREQYCRjTBBCtgIfGKmuo8Wi/31ZNHNVpP4UHGT6xXle9dn25+DS5iL96dX0/Pbc41HVfNh232N1N01uLT9PQhzfTK7d6XujQUdxmXai5LdRqFWrVXTb+xHvotPUbvHWXJefTZdGuy+K0y1aPvHin9DrtsNXlTXW17q7ttU5ndQA5CQPiNZMAIqywBVwxSgUyxFvQdta2gRN11brFSWxy0ojgzp0VIHJcZ50XartZTNbTf7qqv66qTqoKs1jMivVyNg336H7fhH46vSo7Z+G8d2bzovhzjdjqE+HGN1OjZp2OvbncXoVnnrtz2p3xrjuTpDv/EB6CXiw+FD84Z5P+7OvrE19dr3p052qnT1MKGMHQUg210kYjao2nyFAgLEEO7/p0p4kT9eq9Nnv9GR7uzwIcZTUU7y6n66Ybhz/Frh37bOiVs+tiuVhuZ6FX2EJfh/69e97rzcqpqxfFv23Xm2Ixr3UQPz8PPyJUD9ZESXFVfLpcBIrH33Z3s2LtNtvlb/PFxq1v+BnvLl1R/61YL7YrU95M+Hy8k/+tisuV8+FD8c2sy1fz6dOn3jupDbj2rb3/Y+jh25lryPP+j//DR2Np9f5ZsVGrC7cJbf6mZ2r+IdzD+7Y/vi2fz/tn4beof31RvFYfwiParly8m+l8ud0U14tori1Wq4CF4uWbn8Jlv1jVtJjOAwV2cAm/YjOdXwQk6MC7f63/ffBZtg/m1aUzHxbhC+P3DT2IA33ULsz2KjRT3tTgT/4urVH+2CL8ikKrOJZfutnyxecAKrz4hZmq2ZWzU/UkcUV2uKIdXK0voyJTUDVXGkSVf+/AiXiiJQwTLasxdVBCAL0HABviuFNYJXAqP3wiLAVVT5bhCTbTmrLm8bahYKI/3N5gHPpV+Et5M40kNpdqEyY280K7IswqgjUYx86gm81qUfbAUl6fnF5PNy4ZdQPFtuugpeIqTkYmny5dmBeFW1nMZnEmVA/DeeztdGa668ws7cwlCIs/VZOGtE+XBc1sou3ancvd+Y8NE/UwDHIV/s24cExBLbzTYdSgsBzB6x7eaeNU42/V6Ofak/vjL7mjOXm3Abh66A80/H5FwGa7Ps6TPv6n66ukY1+Uf6t6c/hzd1ZErIAeYi+Z11KHiTz1JPRrySAFGOldFw4fPKrf7rC8N4Nf3Ww5sroz3wXNZwLmxBoK5sb2xb1akkFGUYfF+2ffOa+2s3C1tS2rN1d8Hzpje1frKDhzqebhQYQZ34WrZ3JhDthYbW8XV62FGr9hfoxZejFbaDWbzNR1eOHhc8Pm6Ntol5ni/R+LP5X1i5+r+pVZ+jnW5E9BOautKXVYvs7b/gav/rM0pqf+eqK34VZXk/giR269fJSxN8QnHOtVdnRzl1+LHfwUQcp3IBUJSH8MiJlFzAwt9l82hf3l/n7RnuGgKIIMe46wkgR5LhCm0CuAJdO4NRz67Zxq9TQuop/KduAI3Nk2rm4gXomsDMDdLfdXa1LzonnfQf8bpSehT4Zan71uGmvd04L/GfVisevFcrAXvw3Glal+cb8Xr9vC/V7cFHV6MQp2LtCWQOA1CWavkTb0Zac0dAhSDAZ6cdPOiXrxUq3CA1C/t5sBnzPRwzd25sNdeah3Pg/jcLsnUG4DlENrudK6W15dF1dxhWWTWtKh3fDb4sLJH/J0Lu3bst2MBUnn/inaLcWPbrVIOnVpzEwuq4tVZy4vxSudPsythoILaAnxSFmDhJEMEQKEJEoZuOvDu4+fqOvGpiZlowNdFt3vjuvL0A2vrhbz2XVl6yabruUdFfHmCj1bmA/1NlZlEJ6+O5Zv6Cl2Rpi4BqS+AdHQVBcrdTWwwFA201tf6Fzt9k0IeZiCgbiUb5CmoZsKhcIsDVrBjG4X0DpNnKh/TpsfcmB79YYVfkZuXGG4cUJzy/WF9rHnFf7BKVX7gPIS/9e9xA9bpxCYeoX87D6q+aL4S7A91HalQm/9VqXOIbOyfLUr1qp1ERko624FQC68wGGwZdxCjZwO/KKCAK0t0KR1FBlo6FSrpbsln8nGXS0jO77olafP3hLIK055xSmvOD0EiFtXJ5j6Or1Wocf/4NQmDso9H72rUOqrwh1+k2tdv1IHAFI4THCVBgBIqp01zDOAJXaO+x12kwaOwu3Rc296Zwe8dbmwECzCILfpchn4aRef5kV9G8XCV8qIz7T+LQ2ZHp2MpYnq7orHLOazFHPr6AVTT6/X0U5s5oLFu0/pIkVpQzbTq8nmU7tW0SvpyNoGVXuooaZUAOolRsggRgyl0QGXtvPCXjMnsqW67d5+Gw+9QOiA+plEd7Smyhsp6hvpet7+dXrlFs+LH9+9/pmWGvpbUME22Fgfw90u1mev/uqnleKPXSmr/6zV3/pNQdpTf7N1VLzcbhZh5nHdY8AuFEO1NVIS9Mo7PAijueWCUw1NXILHGHMRXa6IZ4RazvZ40GvsPqhwd1ugWnffwYAA+lkw6G4jvX+2+5HPivItxjWjF8XbvRgSpddpIEmyxPGEQGFU+aC+FmvhSW/UwdY5DabeaX92n9bhp5oPF+HHhXf61zhaJbyYh/KJ3pVPPtblFS2q0ovq6l6ojvOOEGWw8sBLGgDhBTECMgUE4u0KTKeJE8c/lDsK6+P3O+id9zv2NzQqs6B9jpVVUK3FRFqsi0+Xbl64uBnXzK7Dtzk3fzwelL/hABQSJsRrvR/3FU0knu62UuvPB/k+Fvo7SqVY9zeU0otdO0EBJg3WSDCrtXSOYEqjEwrhDmMAugw47XZS2eRqEV7wYnW8M/bdARC/fzdRaDfmq91NpVO/kuJPKxcwEPufml9Halz8Ia8V5NnC6UTe+ppBMSLy4s1ivSl/tR3R+2QZalR+J4PST8q7FEDegTBXAFgaJJWWBAHtLaTKGUqEGKRA0tipXHdig58dC3kkD+7gu/5ruOM38Y6LeMf3vG5wDjvFseNNyo5XLz4PbxUHwztuD0caxQdTbK7DhOp6sS0+xa3DUMFO19GSyhvG8fFUMn2SsGpdCqHch9We11VJjI7T1e5KB0EyTDqwoBQLBbkRYRbirICccgI8B051EXRCp6sbJyLwvu2QYf+qD2Guober+bqJt36Ck4zql+VJxhOQdOtJicC+pAcXHAZWGfpLDF4C6KSDzAHMMCICUmYQAtJFVw8nu6p+0PWFe59elLsN/Sn3vs7LAfH9H4ul2q6DeLabTXjHT0bseRnhySRRab1TEdxT+CxYYMEQGxi6q5L+AJ5c7wieIQmUFIxYYYhhGEIuCBXMWWgM9a4j+KSREy4p1K2upxfz7fLmhcWb/Lnu6khdyisReVB11JoJUlpEV9TrGNjyWk1n5nJ6tSzaOy6qOy781M3skx3tn1cgeF4y4U7+TTFtU0xFE3/H5Kp5QJMg1hivP9nrMInH3qDs2ydsFtbVHlAZTucKpyQrWeqA+ufFpviTm7vV1KRgWmwudhdrJu0udWcVVnCtJHUAIRjA5AXCgoffgoxT1if2x+7zp/ItDY+82h042YrGZ3iWxiCO6i72sjuVvo/FfoRSKdqgMvdhh4MwpY8dNDuNZqfRvHZ8pvBsnUZR6jT65nKxWVys1PIy3R9adq5W9EyudZ1FNQIcUcKV15w6Ij3GOjwBHjOZYNbuDiUNnGotuG3xa0kKUaKljhrNmSEycjNyzxe5rWsvIsPIHcoOkUKtlx9iqLBrzCpBtKBSK4StIeG/IkyuHVaCUUK9GqLxqXNElE0fkV13L2HpUUTeufVlJmcmZyZnB0rUulyj1OX6rVMrc1n8sFhd7a9xrsuiuMh01V3k3C/YyxstnYbaAo+QxgppgBRUClFoLfS4XeXcb+VUmXp6zZ7lKmcVOl6uZ+5C7KtbL8LPCHhbF3HNIfGnKAH9RSx91r+z+vFxCTKvPp4vN1rHa5Q6XjeZkYZMuSZrUc+M2y/ogMNQoxAUWAqMAz+QAYw4b5BnyClH27CM/VZOtisaKDHxs4MnJNyUwgMcmWjGq7m53rPeSjdQF7Tjla1tmLVRM9d6ZG3c1frz8nudCg+7N5o9L78ss6F1sEapg/Xb5WK16Tk0rcure8ZCea1nJgjruIJhaoaRwgxZBoVFVFLvFfIctWf4tJ8/VaaeXa6r4yMr7pz8bF5Uv6co78+O+Dc9NU+H7Nb0FKXdulWj1K36XeiCcct976yNTXW5e9RGerE7C/A6DN3K05i5kwrHNdfOCiqFIwIbs5N32sKJBN5t8thzNsg9nrPRPOqchGtwpaR5PDkF19edggu1PtUo9amuvAj7YV4f4/VenFfnatcTUwlEjIPeY1nmDmTCG+msYsB6iltPiE4TJ6LVXpt3d7E+LinEXXBVPe8Mq0FYVQ8no+orR1XrK45BD1V706VS+p3J0u7K3soIp+F/XjLIsRWCCmmsjSezQgQ0510+nTrpbtnowx9zup90t3qClU91Mt9op05fcqT529JPzaj15uD+znWVs6d6jdF5fjZdb/6f+K//8+bnt6/sf373619f/9ubN/+/77e/fP+ff/v+//v65XoJPr782yeKfhvU+dVCT2e1K3sl8/Cj1/GXVgm5X5QXyyee3Hqe4J3FWYqtVztOvdp/dbp4swqDWxiAvlOrDwmRPjk9WVZFE1sVVWDaL9hLqKMFR8YDBoRj2GBFAXZUYE6swaDdfN9v5ZS5SpMzzD4DVgRkb6i885533rM31Kkh3HrvY3QAwvu24T4qu4vqg6UdJmsW/Z+ERBQh6DFjnCPIJZcWMcc8GGXy5KT2o4pKHTu24Y5Q5neGcnjNbjXvH88QOrurzcvChp9m3PpF8W6Xs2gd06A6ZS7rwobiFdFsKFpPZ9d/yKvz2Xi7P24kB7vjEW78XJ5RdAAc1SFCo+Roi7vZ51Gw4qhlSinmPOeUICmFtBRQyIhEg+ho2zqKHe0xL+3Bh5kcj0WOjIsng4vW6RqTQ7jokqJW76wu2SEivb63VI6wVZpqDyGWhmGJBRKMcCWtI65jVqSNnNRHZ3kScyLP8fIcL8/x8hzvBPBtfatx6lvdpFDv71DWC7W9Pcq9612XCiddsL6EMpx46oEBmkluHAfCU6XaXYC9Rk6E3l6rxyaDYuAePSvCo38XH33erBykZPN48nbl171diVvvbswGyLU3t6wZ0JlQJtf24kA0MhApQgWB2noEjZYMA+qREcF+3MfVCZedGlRVy08DpML3vXXZ6CtvVz6V7cqfnYrz/Xj48OJuFp6bKx3Iuy7zyzcZedoueHM6nqqBomygfF5DT70xX4vqrou8y3ouCG095HHHQ76azX1fJqhMfeTL6xPXXK+95NOr+2dBeiqdtFrwYOU5wgM+Y4ydEJYon4TFlE1ULdQghZ8FUj29mOjFzN5Hnp7PiIgZzdOznU//c+uaaXP1w0s4hR/wvIi/oMTUE5w4/xCE5Ler8JFoe8399GJbAaxYLKt56HLmYvBVeT5bbHlI3ne2IasIxYkJQ+g/1EdVvaPRmfarKp7x1du37//4b29rGzIYgeaLNw3frNzVdHv1xUxf20AAnAYCvKq78f9dLK4SgDXZQ/9ZXa74lV7c20xwXhireXUsN/OeeYXDzFUBxDVtzcC6hdjAUfRK7+QRsfUxJqWvCZWcF5+uG5Zxwbc1NcIvrhUbuvT7P1arg42swnSvvKCqVaoRwZYrYcXLpk7V1zfxFBc3XYUJdLz3MJt5grz8aVNclXth2pWSDQ88figmjY3NhGcb2gn3G8278kGFL63P74z1wtAxNdNwB7PryhQOAmluKhPrHInVBgTgNCDgh8XCDgUk+3C9n1Smc7V7+hPXnhIaAMUYFQooDIThwHAkOZdJptbYxH4Y8m/lJsVnsatzR49pc3WjkEt7y7qNmu5kEZMTlPuc5U2+eHSMqVW9AbNbz4uT7TiZrfYLMtS+Dqg96WBr3AYPkDR44C8xAUDcGorJQNYJ11Z1Qekrsd6BrXu5QzYOoASEYSsxZx7xeJiEjMGZwUxjBuod2Zo2yiaOMsi6dzMWeA0fch6579ZR22lqHqQYtxCiDKuZ5Cz09Wpm+QgI6SzUfX/LNbrkINw8o3zKKHuyK2KkjTsgadzBu5X6GKyJeof+VXX6aoqzTVlhsi4rTExboQ42Hyzuer1qxy2DhhtOoNOGKwWNg0AgDYzmsA07H2zrKM41TTaH5T2G4dae1Nc53Lv6mc2Bt+vaJiqUDpZqYE5D6Nrfq4VJ9jl5JJ+TPIG8Z0S1XvkEdZe8jFtuuqtd9ZXdQlf8e3eNi8dYTCCwE5yCYFghzzhhHFEIucImXeOKHz4KM8mifJJ6tHwBZ5JGPy9u5XlgZtPns6n1/Ce4Yz6FKcoPO/Wny1stEqrMUe0S135J90AiKBTB2nohMcaahv/D0DPLnLEO0zbvRa+ZowiW5OoMbWi1upvNBA/x6/Mspt2WYkqz6pdmmh1zzvJQ+NEXl/zvS+NPG0pA0lCCV/GY7/DJ4ocgD9vdEqyL/K6kNpa617sJACVA2jMjMUTMIMMwwgwxLYMRhRhqp2p7jZwIPZvF1lzeYYkdPtDhQ/VSVLib0rN1/wAi/N1kqVbhjanfH29d6rMOW39e+TFl9Z+5+ltfdpL6suPvijdNx3tr3NylRzfUBev6en1mQ3q1I30KKWMeGseI5EA4yRXw1HrlAXUKtnZHp4kTCR/bnYJuk//zkO75na2NVL7V6m78ZZX2q1CgWLv047I7fRdvr9Rq0wTjrVZRVFdl0t1Ixiq3+GL+cTo3cQ0nvKjai6x4t1jMNtPlutwdi+bVvI46emRLpkusHEWdl6BPTrHWr52kfu2/hjnyD+HDi1XqkRnedujQcdc+dOh2vXnvevf0rzDTQBZyJ7ThRjGogaTQUwyo4lQmpxx0GzluJ82tl9Gd+WMSHH0iE+buEdJ9S2TAqnkitknOwJXNqBMDqPUKJ7xrRiUh2TembQjWyg2ZG0KNvcTLFhNqqFUCUAIJkNgRBhgzoYRTeEPyhtDc6eys2my7I5n2wrTZUWRKjKzuPCuxmKxbbi4nif/4zg/AzBZbu/5yIJYNkkfjQetjTUTHIFm8WlxduRgH+u30IgXCIoD/olV/+dfuZrcPRofCklEWbBABnGCaxNTFVGMCkm2n6rNH6nph6vs8wi8RHH+u0q3if9Onulys4xwqBwB3pmXpE3pbvc/BIOC1m0UqRuzUg8U6hgQXn9R8s3t0X2msR9BQ6Ftlho7Yy1uFPE1CtT7VRI4Q6u1V+FCXUc1vXtdFO1p1CrrcgtwgZY2hhhiimVBcGRZ0h5FXAIOUW51WHoFgqWWyZ5ggxnr4KjK/Mr8yvx6FX63zNO04T7tQdbuK7/vHMh9AunE+nQereh7edrtjvrvUYRbAREAlHaKCAui1w0IITYTAwClRrpTXW+W7zx+71FPfdTUtG01l8KAOPonfdOrrE0W0Luw0zKBWEQvJUmntabjYbadfxpWwc1yG/rKWnvNyVZ6c3hqdtHXYpqnD9ssLF+PAfq3S1/XxqcrySZntbgfQ9GJ3ZUpqh5S3llIFjLDAhn+MgUgrYgRqI4HTFo6CaN1QnX7v/kFaHEPScl3qQ+l3tJqv03QGVdaVsjskIDXRPDqvwDtlLqfuY2TWtPkB2d/y6/C3fLrsaz3BaeoJ/s6pq3pmkRAvvIJNKNjBrv57h3NWOA1D3wdccYniLiGEQodJr+fAoPInV3dXf/i4oJPL7ZWeq+lsUhpWk97E6g6u4fAFOZQu9c7ODvHHdROllrpbN0qMwrPTdTQ7wl/qtxwYl2aYKx0w659Y2Y4vip/Oxx8zE+92xHs6UTmfnweszvS6667rMhlYEPkkCuGmJGDVp8vn3bbQu9O8rfvIo0Xrm0/x/mgxkHhi9/Z7ySd6Jd0TlTijzFJrVBhKEKMGIGo0UtgyJgWQ+2PIXg6K04wle4koTjKogJsHleIWo8ouNUUeV+5/XNn10Dyy5JElZ/+4t7GljbugadwF+X+LJh1vbz6iXTwgu17F240tnavduQk31DsvPaIcYG65gkQALJRCCgra5hDvNHGqeFXyYZcXtVzTaHKJ32WAQTcMMPs+Bpwes0xT325R32i1SBNeSBPKUJ72UIfan9dajI6+4fEYial38TyKRRpJ4malA/lZZ0UaiRZ5jNWZvJieJwl3AXkbQkPpnZfT69Xqy6Y0XVXvlHWPiIbQIo6M4IhzxRUWVjruLcQOcUn43uJ6p6FT4b1cX7+Da8Wp19d7KTdzWoK8aJRTuXzptG1DfSjrpHK5ij4GbxeLeSedS7y6XiQ5EtpLXY8PL6SzXkpKIXIxKYJgRCHnOEJQIJkkdWk+f2Te4tjMJLaTRPds57Efx1G/OYNqEsF9P3z9vEwv+8efBeknzz702nhg2nluVH5Uq2mYMEb7uGkz+tutp8HsCl3WrXPu+CeQ6e+4A9qqpzmJhCuXVVId3rCyUq/lJJ46sZUXX8JRHV/aINGGY9E0HOvV5SpMz64Ctt7Ow8vcD2xfh4vdoPbdlb180YRrDwTmRnkvmGGIQBmuMiYBSpbrdx8/bqho7noS2xsNs6L37RqYeq5cbWOo+Swedds80vK2bboqr4q5i/6C8Vl7tTu0I1M251PN+DqErzZ6jIpOYmjzofg29s3X2/AwOpmhzQcdCpKc0NWFbiIOTylX1CuLvGVGSYEUU445yaBkmCfZoKtPH5kI2nyYxFYmV/FuJ2X5kZuLJ15CiLdY6FLsFbxG/PTiqu+VdjYGYLyNjrmvYqRos66aj3bLa6HZuS5yq40po2lM2duZcx+Kn0Nvi9PEN+EGO+k4QuGsKltWRU0+jm5Bd7rOPfeIASExU0I5FHOIYc2tlM457JOEHN1WjkJa3U55JvgkJihLpu7t5OF85+rz4uVyOalfxORNOVGPAV4L/Y/ofdzkiQ5UqCyPOjS+NHCq7ENtyrIna8vldcaztcHQGbGsjS9jaXxZENAYydRyOcSx7uWu35dwmoEIMQOJIEoLb6PXl3GYcWGTbZxOG8dFSQQC9Dl2F3qh8tK9h5yNECzcf1Hff73UGAlWH1dUTr+CpvV2OrP3GnZ2dkFmOQDi7Gw0EP5vUv6vAOCb8n+PzjXWBn+xNPjrO7f+0FsQC/3nQ3dBbHelmx6NIwWVkAo7rDHGRhOrnUZYeIqJacNldx8/CmHlznNs6vYph07NLO1UuLcolXgfaV7HmGtoMSvC7Tu1O6b202W0zMqTa8sURItP8xc5E2KW9+nl3cY3sc5JFzMX3sif3ad136vQxLJ5KNolCqh3SrvXu+mckcGeIugdhloAKYh2wEPpoJJCJgkR9xo5Ubax2OAdfE9Orf6Rc3fK37qTWbWs1Didt+54dxR+rJVzjD36HOUsxd6Gp7A0POWnEtN/qpxYE6GXL/Vid7lSeXqx62PmPLScYsqtR0ZTrKUEhhOFwlwF4lbiaQsn0vfycrFp/YVvv0K8J3Swn1uQ31Ho5X3s3IHX2+lG6Vk5QNYRJ9FleNWo5RHmG1+Gc1leksm4uwXu2ogJlkZMhDc5t2pli1/fDEBvXZdOPi0n++wbKOuemIMRwFQLhTijyAogoNXWK0ywNbJM1lqvMvcb+qJJ2DrXVksEA68gdOLQHSYx8q6lZaX/+yTUm2of3oeZ1qLaiS8/W5R9rYoDvPGGy2WlTKbHT1M2QKlnf/+v94FDm8v3z755/6wdQxuFhFcYbvN9Orx2il4sL5fvnz1//2yurlzZRtsDipfW/jIvSwOjysJKrKG5usmRp/T+Rsk+++//eHbedG3DGBgdnjm+CS+m+LZOINeZPVYTsvjiJk2CuWQOuV/aYawnxlOtHYXKK6owg5wSrQNqjVbao+5Mcr+p85hPHpfotrhLpsiVfRPvuM4T+cUnfoxdblJ2uVvnfYyddHO9dJ3Ej7sBKOd+fJKmX+v1z1Kv/58aT+6Prvj1crpxehEG9XTK21b4lJbXc9+h0q6fARWaKB9mwZYZZrg2zlCEqCDUYadJOwkeauooOiUtTtomJ7st+WrjrhrvbuENeto1sGYiGMXUrIHVovKrxVV5vX0hO8OqegCN3B50ojwUEGDcaqMCEh7qaLXGN6PebC3qF7Qe9Ri9JVPT7lH1h0Gm9F7IbglBx6DhWnV5/v405+9jlnGvc3SM4/3SAfu47TXH2Md3wdn5G8ttgAETnfFovvhYOYb3tlmmu7Jk/GkuddM2YEKAZhIiZqWBgnlrDYdYQ6HDw0DJoNN8/uBIc2Pv1S5YWftnTNUzl0n0zrndAIPv361t5447cxfRtPPKuknU7N7hVC+KRxpdoqZn0/mHMglyhbDzX5AdPawzxz182T53eILkGVG1jXtgqf/wd2r1oXhV9+lvS+ewSfHazbepq0qoMymzE8Tcv6UH2eSqqtKcT2o+BD2P1ds7aodoixDjUFpssMWQMCqR5MxhaFR7qtZYa8fhuGw1WU+q0VZFUNxufaIDYoDIMYf//S3Mo6MfXuUR1pqxZfRvNZ2PsCt3wupME0XouPULLqJL2DryOejGh0/Un47v4z7J+JPvnvxQrgJHEsTXtbvPZu6i4tKG29GifmHPG7wly8l3ijYtv7VZ66j6x/qmMNNOR1+Xj3EX7ho47Go/Q72K9DpnZlUWUPGX3RfcgWL1+zlusSKU/1Brs4gMGQFccy100fBTKlTdE/Saryopg0Yo2EZRcHATBX90ZS72QxSEt0Eg3MtpLALuCPWOBXNTCKMkRtYgqYziFPqD/IMZfhl+GX5PAH7wDOHXhl1weBP8Xurwbm+gH5qoutaNDKyrdkiIpCAASgApggpKrgSSxEBNPMfWJ05QBxrMPMw8zDx8AjxE58dD3oZrcHQTD9+61cepcesbkIgn67bijVRsa3cdwK3CzjJACUfhvwoxw4PBqCnygnqBDoKxbTOzMbMxs/EJsBGfIRvbWBeOb2Ljm/o40BvYSCbLtuKNbGxrd9gopSOeACylRQAxqBjEEBBsgaNAA3OQjW2bmY2ZjZmNh9lYR0c9Ph/JGfKxDQ/i5CY+vnPrzfRqMZ+GD9/ASBo6X6fyjZzsfqI7wfYSIuiAc9ZGF1AnqEM4oJITrIzSB1nZbTfzMvMy8/IJ2JL0DFnZxhZxehMrX4UP37zyyCZmV+9GQu4qdxP2hQm1MxpC7D2CHgTr0XFlDRAMc5wkpT7YZOZi5mLm4hPgIjtDLrZRQZzdxMUfFotNx+VxCEt84ptqN1KxqbtnMXoKuaeGG0ocdsAgaznGxltMADi8JdO0mJmYmZiZ+ASYyM+QiW0wEk+zy/9cZlG7wU/xFi6KN3knCgCB5NBjggW31EuioCeOcu48FkjtAHhyx8SMvIy8jLxTIe/M3BFHnLJ5G+rCxY202/NH7BIIHiZd1weRUO055FKQYOJB4yBETjgTg8MBodSMUA5mwmXCZcKdLeHgGRKuDTvh8kbC7Tsd3s7f8BauhoIApAkDDIt4lJDFjMRMqpDBGA3I7ZhZdxIvw8y9zL3MvXvkHjpD7rWBJgLcyL0B58Jb+xXezqWQa2GcQtwTy5SD3FAHXfgDIpRrC9gYAE/lTZgZmBmYGXiPDMRnyMA23kTAGxk44ER4a//B27kOWkiExBQzZDlEiGFmrAomIQ0gJNrxMQaeymswMzAzMDPwHhlIzo+Boo0xEehGBo44Ct7JR/D27oGAIUq1twRBR4Dn0CsBZbAUsbTaAzzGw1N6BmYmZiZmJt4jE+kZMrGNLRH4Rib2HQJv6wt4KzdAoYQwmBDOONMMYmeo1cg7ahnGcHQr5FQegJl/mX+Zf/fIP3aG/GtjRwS5kX89x79b+vzdxt0PEwyAJgRwhYDETiMHHRCCiWAKYijH4HcaT7/Mvsy+zL57ZB8/Q/a1sSAijQV558xl8W/hDc7DnbWs24TL/9hdrfiWXOtucXiJLAcWGggE5sJLSDUUBhmnObTtFkfSwKMC7AU8IcLqjK5lc52Eru3heIUN317KrDrfodis1Hxdvf0neLBVPkDqnLI2izaYQaTBDK/UqvjOqVlQw2Up1t3ZJircZ3K9PtMkvdrNG6pB1LUQlCqhHLHQWiYcxFJ7yNJTMdMmjhN4aGrStnWnQ0z21L2Xr5lRkNWd1f101N265YvULT8aH2+rJOLRF7+fmL2cOJQVOt743cvdc+GsE9ByYkjQdZiTIIc4sWGigoWyRtDunGTXxqlG8rbV2qe/J3Y4JHZ838nZy1PhYh0VXk+clcTHXSKgOldaz0LPr/Oz50Mq8yEXXySFWnd5kbrLv1o5VR5T9MMqvIt4wmBqZ9SFPimrbY39kr3dMcyMxkwoj7VRCvlgbWjgtPOOEdyujfSauYfzIm5rc+AHOSPicmptc2ldkSme0bBZTS8uwvTdFh+nqrinQyIGpTx0bESmYKbgl0nB1qVedmyx8GTWxZvmrJbvS1sgNcViebNQ0Vpi6dUOACHWFlKvsbVeaCkINJpSLSQW0hieuAekTYzCr7hVB9gtpFSmTBoIfofjeQ+DUAJwIhBeLeKKcay5WsSXtH9SzjoflZOBmIF430Bsfe1lahZ+t11sFnPXn5TaqmDHwPrv3RBJSQSLS8fBCOSGMRpmn9zYYA8SYYxpI4bqD59q/nnpVOy3pSDuaPyRA+fmipMxbzuf/ufWtaQLVQL78tFgedHri+NK678u09jF19N4ruJsP/vE6rehhBPV1e6uO7BMMSGp1VBRj6SGjEvAIKXQSA92aKk+exxZrqqbndTbjcnW7G0WttgBMwpC8BVssscmf5o/zvF79eF7/xbqvS3rdU/fC48h3tb7TocMDb1rjsC9rp94jWi7+DSPDNqUp4/PwrOtaVQ3WEMo/uJ4NqGaX8ejICMD1h1HAx0e+cVqsQ3w6jQTrLNGkM3XxJe4LvTCXj+PZdV7Lx90U+Oo8UJtNqup3m7cmDlX2W7Fy1296gm+f/ZiE50Wws1X9x4upAQuX3r2rnjC3hWXVa6MUzlZNAr7tX7tjcTOLM0IGR7IZBuEAAEYGMn2Mous6qe3N5DFq90tWaEJg4JJyjxzjCkLDBCOUIy01tYlA1n87IMNZOBuAxkHeSDLA1keyPJAlgeyM8kmMzaQwWQggwMD2X4CmdVvgxlj6ss9X2gIDNHEAOwlEjEuxEknqTZhOIPJYHaCnDD3N5rJPJrl0SyPZnk0y6PZueQIGhvNUDKaoYHRbCAlxuq3sRwYbUk36YVVEjtBDVOEUGYhRoAASLgHgvvEjaX9/LmObBDmoS0PbXloy0PbOQ5t62aX+REGN3yGgxtOBjc8MLj9NPedNcffptWFvUEtXu0OaMxhJpzwNm7QQ06UZ0YKgIVUjuJ09yx+9lwHM5HHsjyW5bEsj2V5mnYuKbzGRjKSjGRpvoaf5uvldFUF3/1Yum0l49m0LbxsyqqhrVfSDX+SHhCNtAOaQeEVd1CEIU5gLZjmSZLCXjOn8kArSyZNm0ePc3eMOig9q1Lfs9gXm+HKO7XZhpsMtPjPbag/Da/qOqA29K6Nq12pSqcqs1jMEmfcmsOP5xGW/IgXxb+FgalwHd+wxDUsXkvGiNJT7GtwFCuZ8xTdxCRN+JDmNHitLtQ/p0MOqFd1yXKxThZyOlc7UDCUIY8J5Y44qy3AQFLpYxJn5kD47w4KnSZOBYSm0XF31Js8x0jXGRUCcKLwZ1W54E8SF3z83eRN1wv/RfH9/B+L6z9k39Tsm/ql+KZKlkAnzbfwZ/dp3bdG3O/LYK0PWSO9km52PI+ApSoM4kYC6ywQWmDqtXQCA25ba6TXzKngMw+/Z9wYgfdrjIxHYpf6WrpV5Evhg5Ri/7PTdbBrrwMlinjb+/PxOIGIv+MPRamOIsrjYZEURB7nkRWM4lx0u9nk9BCZRkfTiCc04gOLfc3M7009J0xMob0VtuWuRsWnHYrGK1a3Wf89iKGZ4f8WTejlb/C3c9zJuuOkyBVjk+hKXIt5fCIXrl38q+2jOlxnbNWpspAiqaplrsiuuNKVFwXzomBeFMyLgufrUh/egHvkhUGRjHry8AHu/YFv6AT10cHvcOUbBkDyRRzEXhqSo4PgZaRFjBZfz5z70IvDL+3HxXxi3VX802yhbBzpqn2zdU7Smpn3uCexPzbhRk5jl20EbGWyHkpV3Ufcben2uWDDTz3vdGZaZtpXc9T6A+JsZJki+o+2PEvjR95dL92nVfgxq37epM2uzDVFdSLqvYI9NyUvtHKAGUMU15AKywQwADoqrTWozUa918rJtnF37U6ahm/GGy4vnXQvd7outd3QoNnJXYVZeLyePPnQGyahJ9e/uJk9nsGezUMtkzYLzM0AUL+a9Z3gOLBAknSF8IzjlUHi9F7FbtFYu2Inp7xYe3ix9tnf/+t9oNHm8v2zb94/a7tl7yW8TzvtfumL5eXy/bPn75/NVTBMYkvJ23lp7S/zsjSgsSysH05oMv4z0C3eD3WM9wNdIzbx7L//49lZrzfH4L8W5GnoxLczFzrf64V1/U0wHcvCTbq9LbC96x2MI0eIk5xRySynXClNgPcKCSCYNb4Nn9hr5MgcoLGxSWxtEldd7uCMcxjgd954H/bGqW6nWmH+8fW7n2m6fvkx/OzF8yL8sNn0nzW75u5TEe6tKH9XtFDdo6cqzh45X65HToymavGQOp+/K5/lbGqmm+v9/E2bpGwwlVOvQvf4EUsNdJw6pbximAksJFUYKYY8Ma71S+81c1LHvQFIoLtBQp6NY3qR57B5DvsQexEdLJx5jh86xrwk4AaSMeb1jKIOjfYMoyHuDdhIEnAgoSOWCmUMtxB5AZB1yAczSXM7TL57cFo+nn13NpAy/TL9vjb6wXOkXxKkAekY/X4Jk45R+C3qwnH2lTW6OdK1FV7GwyGwwwQQIhkjhlGtIPeawmH0le2cGfkwzuDL4MvgO9ccIqPgS6JPIBsD36/RZ/lXV3y3GKPfp1Djk7OLgwBsKnUYqJQAQBGiw2zXKY0BgcQGsHmMtHeJj/hgU2eGQVEuF2QMZgxmDJ5jtolRDCbxMJCPYfDNavEP102o1IHSsi0fh2BTqQNB6hnUWEEMMNaKKQoVFIgDyLADio6s/jVNZQhmCGYIPikIknOEYBKGA8UhW3Bd/CmeWnjIGFxf1DUOm4NVtW60spNeeWEodRY5HAAooUaYMe445FiPG4RVY2e3H5JnxpmGmYaHaEjPkYZJeAaUYzR8p/TMjRqEm6Z0HIJVlQ4APRJaE2MRcAZ6JBW0jltFlQXSIImHAVg1dHYbIlRm+mX6ZfodoB87R/oloRsIjNEv9p7QdngLV2MINJ0q4xxM6nXz6keHZyU58BQTIgHnxCvhAMWe6mAhDsMwae3siMh4JmImYibiASLyMyQiTII/EBwj4g+LxWZ8j9g3peMcrKp0s+hI5zTQRAuKDPWcYAe15cxhJzxyfhiBVUNnRj8u8mQ4wy/D7xD8xDnCLwmYQGh0f6QXwpsSaTyAd6TWWPhuvPJb+pnHgtvR4buhHxzqHBF7bQREGbS8Lv6lWC0+rZtcpkGim/LcDWcjP2KURADOdFOFXRTLxabKc5rjeTPt7jee9yRO0A8Y5DuKuiT4A6XBH3+eGle8nNviVeip8/3wj1gaCsuy314PhH/0KnSnuV7E4F7EDCeEERRmuIQaoiEUYcrL2mlur5njLLx5aG5iYmOTgMJleMzhcU1uRuNe5kRWB5PloJAMwmz2Xexw8S81LM40GISNMTAJBkFknIG9cJAOnX4cDAcZqNINhGMSQ4Bx+M0aAcUQpdwgQagilikIh0n44wnCQR6IhXdNg5BhmGH4tcAQniMMk9gQRMdh+NatPoYr6zEcJuXjQGwqdZAIkOfIGQaYAMAIBKk2AXcKSIaIE3wYiU1TTwKKmGULMUMxQ/Hc4kZGoZjEjSA2DsX9E9U7hHo5dLh6v0Y3WphC4Jm3WgsnCcdOGIQ8k0gxbYT0wyx8efyR6w9lHWZ3wQzCDMKzixwZBWESOYL4OAj/GvMaJSCMOFFzWwLlt491YQeE/Rrd1FJaSweVxUgSTI2hAFCCLDAcIOrKIObqZ/XbySDMIMwgfMIgJOcIwiR6BIkDa4ZB37Oo8fUYDS/TGuNIbKt1vac9lkx5yLDi0iJLNaZWQ26gU1wpNszFtrEMxwzHDMcnDEd6jnBMgkmQHIfjQIRxZx77ZiTCeLBSN9WMY0zS8P/OC+yF5FRThIQ0QChiCRmeN785SYTxPUGRdY8FZZmJmYnnzsR1c5bvQ1ORnSMVkyATDMap+M79vql6zZjJGFPp6qbGuMnYVuuy0WPstMDSSOYURoh65T00wmKBNBiZSreNZZMx4zHj8QmbjPwM4YiSeBMMx+H4Knzwl84eS4dSJhQP7LIM1elmpAlGoZXa+DCJxpRbBxyDhAPgJJCC4WEm1i09CSDSDMQMxAzEs4tBGQViEoOC0TgQeyF4HUINh+ANVNmjoUSWe4405hwq4jglXkJtFWBYj222nCIE74FgSM4HhpmF983CeJb0dh1P+yvPK1mYqZoV60u1ipfq06p2P7N5ZQNVq2Oedl/7BE4veYIolueI4iRGBqf+4QKsi7eb6yCen2JcWgLhULKDbvhz16dHCAGVptBzqJHXViMEOEUWIxjgqnZ0DR88jqahgck63t+kjJu73ZFI8ORn2sXvro4QKuUfevEHV53oHg8Kag5iF+B/rqtTkspjPP12/uG6Ob3z6Z989NQOPjoaHU/yKCSURIJg2jkpbdscdlk/ms5RadvVbqWzOSWtudTNbYC1ZQ4aU25LAGwkIV4BqoFCVvD0gLTm88eejbZtTrScNO09CgRqk+eqlH40o4IhVApmFRUSA37jrban9X5U01lM8VURob7fory1x4PBAQ6sbwDBEz7n8QQbAE8TBkkkBE6dfl8trqI9+HYRHsXLYBT+Mk9gUBXGspfxiMgdEfaud+dbEFER5lyAUi3D3ERKpyXTiiIJoFctFvYaOY4Npmxssg6tTSrb9nHZsDvJ9QAk+o/+7jS4+8A1dkrplZrGH6LmYdI6cExpr7h/Tmn6e/6leN1+4DOPLe0e7BsuxBebvujknp7I6aUo8b3HB1xO++k4ysWE0HPqBYXRhByj9Q6m5EjXPs5rsWMvUYe48zGmruhM14YTdewl6AjDhSoXFq6L9sckiwxLt5q60OteFN/P3EVckhgZ8MNMPXx3Z8QviVAtvOwgETpKePVhRPxDXkHJq8n3muvjqNj2B8zxMbp+kTjt49RX9e089Md6VtMzZNahUHVMmN2VbgQ7AcIKyrgWylMOmVNKWywBQchR2CYw3338OLMlNtNMaR7LbAkPK9Cu1HVEQ/ocAyY6y8Dl/GUzYOa8CMN9oNo6pjWKSYyShcf3z35chMrqumw5iOb0ps7dj2Qvn/uAldNe75s35YM54QHs9UOqvm79VAyYxFUcp96Qb9RqMw3jf9N1fpmn1suyLm36+mLukn2cXln3lCnCIDQSMIepUQx4BrlVgiHIdZhUyMS26TV0nDr3Gwwkby2a489kv7NQi+18+p9bVzT3VRscQWZqU27prN3qo6s2ctab7XwezfFqxTIOQqmU73fdwfXPey8XIszl1H10NtxwsLcuLsNtztR1wEi1vFjS5dXbt8mHXxR7VovZrjdhBvDP2oKq2n4efvisehCRN9/+/P2fvyte//Ld98VPr1/+6fvAnOpropF1sYjNvA86+RjnDbYo15SLSRinS56s4x/bG3j/7I5P6qtb+xhDbNNJ10Oc3Svsw7bByToZ0p8weH+MtvKi+GluVqX5/P38IrQV31TV6/foWS2wfVv2wtdRQ39/t90sVlM1+489hHdN7urnJj2o7Dab+rMBWZdheNssJtP6PiZudx+TeB+TPeKty5lkqYZJqYY/7g0ZTdN9VkaKL+cXtxpTEg97Ag6MKe8+LQ6MKZtPi9ExJZR1xhQtnNGeYMyJYtIRpTGSTglMwrjivBgdU0JDpx1T7rCZ9eWMJadbtcqUOa15l7h1E3hIimHcOmTgberyETnG0q4gMdYGGcootcJSaCzkJqgTxPQ5nBwQZGzqRJJs9znq1rONd942Xjbv7nmXO2P3QbCLE4dxkvpHvlmsNn4xmy6KvwagdTbql03Rx6akZm33etdbRxmOMPCeaiGA18wIj4TX2kCEdXI+314jpzqKYNfspOpoNyfuPnVGxsE9uohVXe4E2EgPO12H69cVS3e3XLRx5nFRPKHvJ3X9vAg/fTYtHfOi+n0YlHYIX9fediWgWvas75vPc/VxelGioqREsr0/jXsc5Xb+/E5L+H3F/fFittBqNikJvB5ZwH8bgWWKn8s69Wp9/aPyhDoz95GYm/ikkzRZ+MvlsngbJsomTJAT3qrlct1erVibXOtmfRRIOS8x1AAzCQTQBgODFVLh3xi2mc6SBo5jbGho0rSU7LqOYvaezdh33e3Ny7iruvC+1Gh0fQj9cTG7Dly1zYrHbmMgMike/lV6l8+L+DaW5TEJm6L5gbWX+oviT24T905XmwDuuDofATudzYL9uIrfWwI8NLAuPrjr5tiFHb1X0w81vf/wmBPY+jkMirpTNqDp5hm+NavFbJaVXSs7cXEmqYvzn1ZhRNxcF9+59fQipsDuuDlfVKW2LNxJvHO1u1eorXYcK+ao9kgCowmBiAOhDIGYtHn/O00c6QLp1ptE3k0/KfvaBAHIHz7HdSn10rN4T++Jxq4WwbaKY1R4Ver3Ym3cvPImNovFbH+qu34RRtTydtclL97vLz40rAjjbbDW9C7Owdm8EnVe692v4qHe8U0X3/9uQu3QFV6WjhtxgN2UltTf4iuOSix+KhcITrzSbco7mKj5xNV3MFHlHcTRstrRi6PEJL7tSblEcWCNu8uCW65u48QNm6Ru2ASQ4vvVKjyDN11Xr1Dg4vVl6uCVXuwmE7SGISsA0gRpjoEQjEKjDOQWGCLapFlpC8dRKLQ0KZuaxLYS951HYc/gNK5cH6sWkoryVot4q724tnI5qjFK4gspa9UeCsUvPgBqu1qXlkTZfHipizZwbvfN5bet3MV2plYVCy+r0xEegkcBRzAA4oug0n+fu2mRuFGTjhu1WsUxblb8KX5kdZ3I2dRFF7uSStF717sTCAIFFj5mCEXYEOAgNVIKD5yCkqJW1HuNnGqhpml2smv35hkEObWwm5so6ptoLfhgWmx1ePDFzqRoFokvN1czWpSpUksDo3LjDF8bfRmr+MhTirK5xacZFIATb2SSeiP/MJ1dReNtWes+6c2+Kdr1492VfesYEuQRR8ZAagUL3Vfx0HeBk46K9iyY3ceP67u7Zmo/ul2EUPEoS4ybjntxHGHaZ1rPc5OVRlVG5Uzn29CZgnUcJ3PRVlq7Msa6jrlZulW1fvcidtx4/GA8Q3BdzBabOLnebZtUK36LZeUgO5t+iAZYaKO8vF66ODoGZdjw80tL6HE98TrvbX+A2ivsD1DftpFJ8fm+bZ7v1z3/TVxkScdFNr7K4pfQkVTqGxuvLuqLtXPs7lLXEw8Zob03GmKhBDPA4zD/tU5rZh0g7ajUfv5I99jYzqRsaBIHpt1S7YMPR65IHl7P5HTzfyyuG6tzHR3jY2X7vBx8JvXoU+86tNED1XJVDD4I41rpkh8mLZV9erVYb+Ky19V0Hn2ElmGuslg/rlDz/Pa0Ik0caUnqSNsEqOxH4ddTlml9uRJqerF7KCUR1nNmpZSEMhWsRh1GXSOtD39zCOykmrZwpPVYtVR5NPUWqR5asq9VufJUB941U7y3s6lx1/UI/Lzjyl6KL87iVAz7KRemaq+GOPn7R4ySvVQfS/f2RMLX5fxw5v9QxdEmQbP1VttI7OxljLSZrsslkXW8qZguYDYr1DaM4XG3rLyLgBa1XM6mp13Z+gx3+fKxDTrMJyUHh+f2yX85y1rNBuDLnXlVw61c1PrrNMhhsVoXv4b73SIA5ab4YRE3GO9rkatZD96Ze6kb0/CSVgcgt13RSvw1aeqv+VqtPwxtnV2F6729s/RiNwu8kQQbDB2yShqGNaJIOaU9pcRW+emrX5G2cBy6wjAbnthsEluctE0+vJHReYJ7k4iLlbIBOpuWIOpK/bPM+1NmImmcoOp3v35RvCzqH7bzeCgtjTK8cX7dLIL94UHQ8gRmw4nvI93zfawWGf7vYnFVgWzddX0si/8ZStezvWMC94v2MmhQzI1ygHIgrdVSG80xp4QDRYUkqdPjXjtHezyW7U1igxXD15+1a0zud94cO3lnyI70VWW8Wu0m6XaBalUGm95w+6Jo8p2tp2Vg6815LarB2+wazwPzV2CPk8QFj6YueN8ttjGS+/vfl4syvLG3ImbLCq4ud01xRYChwi4DrERIamq08VRbRb22hinhAFRIC7NjwFBLp1rurdqeNI2Pez/39nPISZfOyiDSZGiKy1Vl2ro68NQV1Z0WzZ02Em2S2fz7ut6MqfZfdukMywHvU7li1nga52Gv7viJHxRN/aBeBzxs1DQmo6jHv96Z4Vd1lWY8ueweGz5cvNf9DSOMYY8hV0hp6yGXWjtMoAWQtYkrhts60uyr20yHvmZkbNq/xRhYLijfzyhYZm8q56Kti3/UR9ymfF7vh5TpHFtfi70tkRfdiWnM2VSOcrPp/EP1pyCI/7mKypq7h3CEum9F1HO0N7O4XBePHyi+dZfT8Dt/0eV5KNH9676cDpbxSyfxIU90+aWTha4PYRmdgY2I5JZzMZL4OtGOr9NiYf/sPq1jIPYkOhisBpLKXIRK81ApRuuVe/mr8cQyB+seTC7TfPK38Mnfyk9+nlx3d3CnBDPohiFrL8EM/4xZ28Cz3ik4PoFKxj4MOmodHaHXjbvwtBv4EpcGVGOnNkPgxSKq2odP1sNbMEarYS00uikW5ULyYLKWOOwtp/Hr53b6cWq3qv2kL/PIVkkdq4Exp57JqWdu2OR+3p6Bc+KMun0FnWFKGj7G4MTDi9IhBr928+0Adq+qy5105mlZx1IiYYYgEAXQe0yAN9YAZTx3GmuFGGlX9NMWjrOPTgTc026v57McMgKfegLxW+EOPmL28FHUJf5vlA2hrjdHbCCyNzfcw93A1NAwxoBm2mpPJfNYhHmip/EkxPAfRGUPeKeYEp4l8rKNmQGbD1e8B8Sic0Rs4pRJ+RBif71UmwDaxWaAsp9i2eViM8bZprxLWi0INI4RJaVijBBllQZEGk8JoMb2SNu0klmbWZtZm43Zm0mLz5G0iZ8sFUOk/aEKOLADoPVt0SBom/JuWAfQ1hENpMMcAKs4FFhK6ZSHmBtjeqBtWnkM0OL73evLoM2gzaA9OWjJOYI28XWmcgi0b5eLTZlbZ4C066RsELW7Ct2TwbEAnCEClUDCQUM5I5hLSQin1CPdY+2umceALcmwzbDNsH1yKwj0HHGb+GczMITbV+2O3j5tk82+Qdg25R3WWiQtIQwoBiB1GFggLOKQIIwsrnbUu6xtWskLCBm1GbVP2CHgQWHLzhG2SdQAg8OwDd1zuxlkbVMygtqyuEtaSZnQGErsJKOce+UYBhorxpHggg6QtmwkgzaDNoM2LyDcDFl+hpClSXAGQ4MrtYvFZtDtwDcFw6u0Zele5LQn2AsJjRaWUsxpYLw1RGuDBZJ9W7ZqIwM2AzYDNgP2ZsCKcwRsEgTE8KAVW3eX+KsORRI0nbDMDHhzMMFI9dvFE9QfLmMKfqsr3xt/m1s9/gzbHGKQOZw5PLx4e19ATvF1hqEFYozLSXgXI2OhBUUM5x6JL9BV0WiMQSzf2zcjwELlnNeKSK64JSDm3VDQG+csGYwziK3cuwV8BIGzJZwJnAn8GJbwDeB9zCCHUegm8VxsMJ4r9JSL8UiH0OsuDkc7tDW6+RW1IZYb6IggnBpmnQfUQ8+s0J6yPnrbdjJ8M3wzfDN87wRfdI7wTSLMGBuFb/3LRuhrdqWj+K2rdA8h1R4TyrBVzGrEuTRIUik1BVgD7uQgf3dczADOAM4AzgC+A4DxOQI4iT9jg/Fn71yQ+NViHnPeDAB40y0eJHBap4NgBpjmGDMnmGfSUMYpQRZ7gjlEmrIegtOWMoMzgzODswPvHSlMzpHCSWwaE6Nm8KjbQ7RMD7s+tDW6y79eC6Gc8RpC5q1j3DhhKdIWa+oBHbSBH8gFIuM34zfj98sygek5wjeJV2NpvNq3LjxrV7z04ZnVDzthry5LVSzcjWUVenslXZvXMUiBhHGHDQPMDSJaCmochZh5jXbI7TVz7GGysblJ2d5dTul4gU+f8XS6rs/EqOBQZ+WKPTuqqH7u7/9YP/omGfhlQGP0bw7dLJInQKc6CqHJDp6eGbSukgjHdKpXoaOVuA3PIhaFF7i5fnGPZKxzkjY5yG4LtH527f3c2sM8qx7PusbWwZ/1pViNd8iZnqhoKHF6r3gge3qKga89cTpNos14Gm32pj61feBAkPpA996ZIHvXu5tjBBPCGQeIAaUUd8J7xoyz3lpNuWq9xrqNnCpHet3s7niQOxGTHuClLN/i7Xn582JRJnouTaxAk+b31gmfw9uaXf8/xS9BxXVJ0dxyg9UA2/I8o5jGpwRnGHeLWd1s6No5NXrdtZPYHp7G9vwSXvguBf27lQqzlfLFtT18kdTYpBWqjj5cvOeH4yHT2jHDLCPMxOOctYBcAYstTA7QHG7ruG6ftjlpGx0/GOCe+/zb6rjX9LaK9raqPObrqzALvQzD+ywMLF7Z3XnyxVU8VqBz1tcmfiDGVuVB/+sY9PPphSclI0sCcjgaOivpbXmK7cAxSeumoHtEUnW5ezYEooQ5hzxTPlCQCSQo8kRSCKTGBveOR6raONHRSE1jD426l7ujHMpjCGdBmX47aw40ifrpn2C/3paHA1cA3DsAYv3iCzjU4QQ9Nolw4GmEwztnLl8tDh6TsAlVzOI2hyQcqNkPaYhVf4tDWuyfn9db977vc2LG4At24liF3hPNy6R5mfQrjFT4ymyRAZaeYaSFHBsfkkgLTvrjw94RDjV4h05wSIo65gyljjrvXDBjjPXQe+6QxVoChQF0qvUuSxo4zpY5/ehwgm20PDrk0SFvop2Mp48ZQDHK0iSAgtM+S3uREzWohoMmOoXdk6I15cRCzJl1UkNHgDASegodI5Jbvk/UU4RKZKZmpmamnhdTs6F9ZsEdowNDEtzBWX9geKm7idJq2Co9kCUtLetGcSgEmVUCYegohVBYwR3mFmEqBERmf1QoW8iDQh4U8qCQDe3zPMFilKdJrAbnfZ6+jWvLxq37SF23JUNUbYo7YHWeKGGt1tRBiBnE2HNtIEIcEeEQ2gdr00hma2ZrZmtm63keWjHK1iQCg4s+W/8a2l/0wfqxvjxE1bKsm86Xay0REtAC6rH0UhvpjOLQS+AI6CG1bCHzNPM08zTz9DxPpRjlaRJUwWWfp29Ww5bqcnXATq0Ku9EUSEJPAHFeOwWR1lBATJHSgarOQ7iP1KqJzNTM1MzUzNTzPHxilKlJ7IUAfaaOZGqocXUoUcNAlb0s6QxoS6FnWgAqJWLMO6O5D/YsFNrtU/Z0aRoyazNrM2ufdGKGW9CWnyNtk3AgAfu07SVjqFE1nIehU9i1YAlQ2lhKJMScIkAYVCSuCXhOhcJ6n62nyL6QqZqpmqn6ZVuw4gyZypNAIpEGEv0cGip+dSq8sRSpn3ZXKpjWf+9GCistkWMSc+KI4VoYxgn0DiBHOdGto2394VNFCM/KlDVVm9GzYxJj9246Vr0MHzqYT+HOsZJVtG/kWxUoVN5QUd3Q824cZKga2Gin3rvYHwoTXn7gWNSvW5VHz1exlTHePbQZwVg4ZS6rBl48SJzwmHdP8qT3fXs6RX3PnrRvffWhfDwJjBJpYBRmoHij5ouVulLFu9CVEhmGsmVdtJNicq07VcSII+CtMlZrLDyjToRLCinJDEV2J8ekgeMkGRqaWHexci68IDWbhLlneAGTj9PVJozWk034LbeM6zupMF/Od4PxzpBpMpzsHnR86vEGd3qtMpqUEixH5/iLiuoXFVdq9cFtHleGzSsb9rFLy4Zc7Opf/dWLMIk+EWn0yXfbxSYY5WXGm06CAVsV1OPMToTdy3sJNFAYCT1mWGNImJPMIqCYJ0RSIRP3jW4bpxodm1arqNTx8XFAhuyEIiyzDfVk2GTIWBe4WPhSZxgUzcOv5BFGwo9qOlM6fDAY0VGjehUHx3mYFKTv6Zf5YyvySbm9Ph/+FXV/qZ/90E8ZqtH/Pcmb+boRkwRliDQoI8xe4pDSI8yqvL4PmM7VDl+4V5wiaoX38Y+YUaOlUARzJ4TDLV86TZwKL80MtG78LolK2D2P8WWasm2ES2RG8rh/CcP7p8tpMKfDs1gXkJQoCb9ntoiBKuuYqkxP52HwL6P8q59WxMJo3DfZTaJhoObXjU0f/hanlhlBxyOoeuDDU4xuWf83tK/5q6aObA0bBNMdqler6+VmYbarMO801/3df1OW7+VRTC922GOIBih8ARbcQygJQwhLzp0kwEon2+2otIXj0GM6P2CSJgoLP2WiltOJnm7MYjqfuDjRdNuryWy6cfHKAJfY3RLYfpbZ864hkgn1yrl/XLJ4HugxvSrnGN3fVNTeFcXrmO0uUGxeQBx6V10eFwpi4rD1drlcrMLHn8el1k1EU/XB4uNUlaZU3WyZdzEMxG9+us+0S2+q9cyV83HBeFHewPtnr7brzeKq+Ldgwr0tH9n7Z8XalWuOlcG3WxSJy6Tlr1g/L9E6nftFXPa4rNI5Be1M/XXyDF6EvruIfnkxtWS8o+ZLV+ED7/8YU7hsr+bxTxerxXZZlMvC1WNpnvPG/b4p3MzFdcZ1nYzNlC9kOs+pnHIqp/slNE4Ine5q/XR1VREqLio36XsbPE+bwnbLaDQpzsG6+2lxdpWPzIzTfmlL5t3XV9nEEYDiMyzEE2TIaR/tr+Hm3sSbK+IcJd5cUd5ctbl1Edd+wvRz0+xphbsyH2bXe3s+KpB2vQ0v9jpYf9PwNYEcu+bqDYa4zVVmjYx7P4tP0VD0feEGe9RFYzQ0sF7EuwhtraLrRmJvzqYfykySJl5MEu81eade5C2vvOV1X7lzNtdL92k1Hcndu1/ax/+7XY1Tgn/orsanFVE77nro/tOSgbTDAZLRhgiSe1tWPKeI5MHR4tyS/5QzkMFBkCSDIBocBHtJK9qRajhvxX55N7chxVZRiCjDQGhMoDMWYKAtEQIj1O5R7rdy3KTl/kbFE7h75FExj4rZEeRLHQxPPZY8ZuKj8XGEJuMIHhxHXocBfKPChwdnU1dJ6fBo0lbpDiiQQ8adxt4hpLkDjMZEGMBoxyzFpj+gtA3lMSWPKXlMyWPK1z05QWc5oLBkQCGDA0p9zsrgcLLclY0MJnWFPf9ziIlHDBNBLNLaWO48EMJ7rb0memAoqZvJA0keSPJAkr3UjwMxPksQ8wTEdBDE37n19GI+yGHbFI1guCrvUFhCBy3nBiokECNYcIYFIJ5YgLRBbIDCVSsZwhnCGcIZwsdBmJwlhEUCYTZsDV8uNovNxUotL6+HTeJYYVc+Zha3lbop8LC1HhjKuQaSE+Cp0R45HGxjy4K1PGQat01lMmcyZzJnMh9HZnqWZJYJmfkgmf+0mtpBIl9UBSMojqXd/M5MAhwYBYXUWmCNDFfxYDjrsOI2ORau28ZjwRdm+Gb4Zvh+IfBlZwhfBEAC3zRV6Q/b+Yfr4qf5ZrWon3QCYB8L9xzsk2sd5iJLYMyi762yUGrJmXYYU0SxERLR1u5NGjgOuGVDk2m89UkT1d262Jfv+WbY3uRFf3fYBo6Wd1aUd9bE3ASk1kdqr2LLDV7nLoBP7c7zrD5jK51G3qQHef4hvCDnPjwvtFPhicQjPyMMA1mm8RzQ0n19+s8YfJhTimQgnsqX/ktwp8xRWsfGAATLNRlA0tysr4KSV8VfY9qj1+pC/XM6T4MATCydRM1PrurS8SiAw5X3wwDK2r/F2r81tY8MCEi/fxoDnmbtfSTZrnaYuSlxy32cnJs+7uoed489Me13YVxVAqxI5j41qpRUhVqt1PyijCyqgkhj9e54UtT3kA3tPK4Mjyuf4UbyBUF5FINn590+ivckCBeBEbx3z7ctaVnhd+CI225pd4VcOeMc9Yp6bLDintgy0Q9hkClM29WZbhtHxuLeN9tPsEiT2Z7Z/uUvotyOlI/quz1KySQQFsFhSvaCgFqKDQcB7Zd3V1Vo3E8UQFmIgeDUcoKFAlxSZDQwdoCVpwgCyrTMtMy0fGC/6q/RIEZnifkk1BOhEWN4ui5xN2gP78rGTOKqQjcHJtUISKSI9BZppymRmMQctUDy8Dc9ZBVXzWTUZ9Rn1H8thjE+S2ImQY0IDxOzt7uYkGdvjzEFZlqhezAicpA7671xkDnLhaFEA+cR9pY7QLvATJvJwMzAzMD8Eo6JuR0yyVkiMwnbQ2QYmX92n9bDwJxXJWO4jMUdWFImhcUQQ60ggU4qb4KZKQHjWFpbPtUeLGMjGZUZlRmVX4ttSc8SlElYHaLDoHw1i06oI6w0u8IxXNY1uj7Eksb9KEkERjFfhvXKUOMYQDhMz6EeImbdToZmhmaG5tcCTXaW0EzC4BAbgWZ43aqTFSJF2a5wFJpVjQ40gQPGQCs884wC4KgXCmkgoVdYEzMMzaqdDM0MzQzNrwWa/CyhmUSoIT4MzTeL9WY/03UCn2UoviHX9Q21D7i5xuq/LcvHeCo/1xihNXPJjdwKljD7uWZYZj/Xr3xbP0Xh2Tm6ohHGwyQQDomRnaoSioP+rh1qjvq99mp1jGToBPACSoGCdUyc4jGNGrLEKyktLv3K+htXbVsnM5Tvh/3ZUM7sz4by6Uj6qI6woxRNosGQPEjRYX/YDoEO+MUO1Oue6iUsh5whrh0zljoOJEJKMyCZJFb7Ayw9sZ9spmmmaaZp9pO9J4ManeUwkESNYXCDMW2n6gZruqpxozkdqu2d7CgAZsI6ixQjHhhrCfGQcYIgFmVK5HF7OjSWh4A8BOQh4KsxqPFZkjSJLMPwMEkXK3cYpFWFmzgaanWzCRsmMZTAesQQFJgxCz3nDgLjKQXqEEZDW5mimaKZol8NRclZUjQJ3MLoIEUPOj/UCLrZB6JbsYNTjg1QQkiPNKNECa6p0gp6z5nXhpoDOD21R0QmaiZqJuq5E5WeJVGTwC68H9g1L35WcxvTFg44RMxnVdkydYLYL+gSE3EV5vHAYog8QoYpKqVw2mqpvKOoQ8y0leNBOZ/UzVV8DN2oZeRj5JCs0Nh9vi3+QjsRF1XSztcV+DaXalPVGM0lqebXRe0c1yDoeQXJ+aLYzufOhF+rVteFm5UAXd+dkDdo6ms/uPKxkvfBJNYI92ONXm17dpDZbjqijRe6np7ck2DhACc1sRhQrgA2VmMsqLJI8655Ez59CmsmNBOsmNUmjIjTxaTuw+ei1vI5do2VefFyNpv8NJ+U6YKbGy9+rcf/dTM0leINPyGMuNqFESIOY+ur+BZXxe73rl8UP4ZbnJXpY8u8sGXd+LFoOSTCj1lhrxZ6GrDgY3ZuGywgr9aX4av+cEJJj+cSvf3w+GiKSIJKcBpU8utiHm6otHo+xCzPk4jedPvyU1Jhl999Ne7ud2P9fYe/kQ8c5/I32Oiwgm5zNgg/sbff8FPfs/zLgfp5MN9ni1VMfvxJXZfG9eXik4l2cqmJnVyKxXwW5hEvin+LSZfrPhA+fRnnB6UxXd9CKZdorV+qj8EWb5Szcspe140ES33popJMTq2cZw13dw2803RhlEBn52OHx+CaBJ9gNgbXPfe6lFCDGSV7Fbr2iJKcOamUclQa4rmkGgtPpacKCCt2oO01c5xhcp9gPYFhksGawZqXYz6Pr4/qeTfK1iRGBfMxtvac7jrUG/a3G6jSTdsLMZeecyUBkgwoYBxElhAbZnzSJfuDAw1lxmbGZsZm4/VM/NnG4IqS4BAsxuD6Ui86C2Yd3qm6cBytZY29TGaAew0J8BYjoYzBAAsMgFMUAYFGyFq2k8GawZrB+jWlPLs1YfFZEjYJHMFyjLC/xqXwsTXXT3XhKGGrGh3CEsKZxDSm0kXcSkRiqkgAoeYcAAPtIGGrdjJhM2EzYfPywHl5wI3yNYnIIGCMr33ntw6nRvzehup0PYgdkRBSFN2GtXFIC+dVsGqJQcoahIYpexJvt8zZzNnM2S9riYCeJWCTQA2SBmp8u9W6is5YXiZg1eXlq/pqxdPkWjcxBATIMk8JA0oLZDSD4V9OemglhaTNnpY0cBw2q4YmZUuT6rj16NgUCHqjV80DUDN9pNGLa/LLvFBR9euSIwEhJh5X3z00/mf1UU1+Dggp1pvr8OnmEPnQ16MD3MJXHO0r4bPdgk952m7yZof83nrFfce36qHtntlXfWgtSuIBSBoP8N10vQkDaXzt5TNKBGt3ReVP3Yl27/re5rMlzEiJpNbIK4Yh89Ax4ywGUKk2C8FeI8eJt23s/KTbfcC3Em7ykaeo3Nn0P2Pv3L2Ifen2y/vaTR7B92XFrODE/5x0/c+3uvhhdr2XWmSrfX2t8V2tr3QX3JXmWEsJiAWOEaww1YBwKgWQUuj0VL3648d6r271pGyn62femJ2fo1hxUsWGCUj1RK9n6bwkWo59vW3Xbl0a3noV5xZz96n4/vflbGGr8Tf8zHWj+lbqYX6jwr18VKXYKx28KN6pZYRA9D+fTa+CeWmr+qFXhKlOvL2pmr0oHtER3TW/bFb+sCFpD1bpq3voGX3d4k7c0knqlv5GhT6hV9v1ZW94Xu6KusPz3vW9JEHUEKFiQghNtOdIISpjomJNgWcKJE64nUaOE33b2B2HZ7Tvr07L7MSnHJ67DzgKNSq9DbnrDtbhvsMYu5gVV4sg/WrQVlVYSTNGh1o3DM4BEeW8fv1NmEZvyypOzZ4Xr+Jyx+5vb81Kbcxl8doVP6yce9whPXmDA6rfL+0Lfr8bP1mp/xgXWhbxRwSM//s8WDKdLlTbKqHG32IfaMIbytCifof4+7ttMHIC1v9jjyDdxZvqtyf6KkW1qT8bdLMt72PSk1mpqBRFzWdSSdZvbH5xK04lwQKEdji1CnXV74OBAsu68DZBAgfr7gcIjFf+XFDttXe7+OCbbJIThAX0nu9IVHD41HpazSLCLAHHNblFUS3tlauf5RJzeLOh92qnwlOIy6vNz45UK4uLtXFxQfXlvJhehSe6ibUWSzeP7TaA++R0XIpc57XSvFZ60jTBoTtupiaMj8NjTadwaKipK5zbxHGMkmcXzEDG4J8EMxA2BP+es21DlhFH273i7inASHuigKcQM0GxtkxbzBjiVHHFgE6Gg04jx5qq9zICnMRQzSNAHgGyV8KtGPqoAQuj/EwCFggf4mfdX4YAanZFwwRtJpcpQsPk3lCvheeE0/APU5pYA7BwlHkJbB+hTWfLDM0MzQz9uhmKzpGhOIlLIGKIoT8sFpthG9Q3JcMErYo7AGWMWu+lU8wpDxlSSMHw32iUKmntgA1aNZL5mfmZ+flFpFj/yhcj8FkOAknoBElDJ352ReigPvSR8KHtSnVM6ZhOMhROVmnh3upzv86B1efxyp/H/YH2Grfdc1mG7j/gPc/ddmCoiRhxX6eq3CV5ipou4V2fEp0096J42zj5Tq/iY24QWi3uFKUSoh9w2XAF/k1ZoW1jHQYd71ZV4rfam3gVfYjz+JDHh7xKfePAMEjRs1ulpmODQxL3QcHA4LCXbaeh7lCinbSsMzFAHimmMMYEQ++8I4prrJmSAmnkPd2NFmkLx80K7nt0OMH0II8OeXTIqy+n4eujrmCPsjUJ+aBwgK29DcCGWsP7f93SriM5IxQYhbWjiighqfSYU6S05MRRTnqEPcXuX2ZsZmxm7JeRHeJWlEVnSdkkVoeiAcq+uZzOFuvF8vJ6gLTLtHCQtm2N7m4hxchbgGT4wU5DAQFznEICpBYOJVnN+u1k6mbqZupmy/ZWzMVnydwkuoriAeb+sFjYAdr66vIgZ2NZN/rCEs0UMppah6wNTAVOaAUMpoRC63uEjS1ktma2ZrZmtt6KreQs2ZoEt1EywNafVfFKrTZugK8zNTF10SBjm/Ku24bHEHEiGZcGa0WRIRAKqZgWMeZN9jjbtJJZm1mbWZtZeyvW0rNkbRKgR+mwHbsZXKEd9o7rlnZz9CBvEIFOOKqlo9ZLToUhmBDhkAR8yJrd5BXazNjM2MzYWzKWnSVjkzg4msbB/dl9WrfH9r5tVrQb0s5D8eSqLp7sFrwr3g4VduPhoEcGUsC00jo6HRAqCYAeUGiRTc4EHWrpOOgOtXjXswbvg7R7j7pC2rr4qFbTxXZdzFSgTczIEM8UXG+XMWFksY7CMLuMkBVAnxc/vnv9My15+bfwma12xcfQ5OJF8aeYg6VUUMy8FHBxUYQ/xyfSAOsPj5qZYVWmixg+G7Rb1ndCqlJNfPXJV3ASl0XTuKy/xKfzfewxA2oO/WI2cWXhvpb7RXvnoUvjGMbMESaCoiXBghsZ7SZmBGi3tvvtHKfjfnvncGJo/yk3SVeCjWCn6zAwX8ccrbOiuvVG5mVSDRVUHkbA4kMwFPR2FcZjHTrTxWqxDVIuxV1ZV3UPCo1sLrdXeq6ms+IyHiRZE+BFPg201AJJ4mtoGl/zQ3Vqat/Doz5Odd/Do3u56zxHnHHEcU8shsZKgDk3DIVhzUqHaLvR2G3juL7ftBXs4mXd4G018ABzhubpBsN+WT/iMFeojPZwj6Hb1spIJKHKY3XLo6130TDx1+0M6Thmlcdguxhaswl/Daa0dptP0areJSP6JXysSiBTvO+kbg3WZZVGprhSH8o0Z2H2clWdsR06TlBVGCn/kHOEfjHjIEnCKmgaVvE2TLhKdv4SyZtof10XLOrrlfQ7V7sbYMojD7kX3jIS/iikNRobYW0wqgltlww6TRwn/KapSdnWxFyugrCu1LqBwOeovxwWT6X/f19XScq7T7mhQFD2crW4WsRDspfOTEN5Pf41k/5FeDgBB9XvfB5V/4+YB73OVrZeXIVPzhefrovdTw8tTVfTTRpDd2pD9q65BeMdDkm4vd7X7ttQlkWbuLuz1N39W7XSof/EESVNwl1eLUfBfvRTUngg7Gmg1mem3E4aunX+T3SDQXqCIKfkyVULdtu1i6Gnu3W75mabtbXypPnZLCgy3P1VufBSlGeS1YfTb9dhkrpevyi+3U5ntqO5dTyOPmhmLEVc81WfYaDmdbl8GsFdFuS6wDi7eB82BsDEJ53BYQD2Zy0pe4Z90/s1upN4aKSkFjOLZXTjUYAY763nFHukVbsc12/nyIMK7oOapziiIFMzU/Or3c04DM9HDeYZBWfiZs7QCDhfV0ck7cVMpgyqDlEaDJ8cqdblKEOGeU0Nw4B5zLUzGjpKOccmzEKHOZo0lmGaYZph+jXBFJ0lTBP/cYZHYPrDdLXexMTuoe+O0NTHKpN1U2UUp2m9bhSP8RzouL4WzFFkAkSdolRQhDDl1KpBnqatZaBmoGagfk1AxWcJ1MRpnJERoL6MghwhqarLRhFaVuiwUxuhGTbecC8MJpBjTbylGgjkDaDD7CybydDM0MzQ/JqgSc4Smon3N6Mj0HzrVh+nxq1HuLlui0fR2dTpHiXHKETQMi+IV9oKiBTSDEHNmXAQuEF6Ni1lgGaAZoB+TQClZwnQxLWbsRGAVn8e46felY7is67SzXcEsJPeGckkBhxBKI3wwgaDlElgiB2kZ91QhmeGZ4bn1wRPdpbwTPzoGR+BZ+wroe0xepq2eBSfTZ293BrGAOGpZUYCq423gAKkrQokgqw8MLnPz6alDNAM0AzQrwmg/BwBSpPgCybGNpH2A7g7GzmDQdz9Gt14DGYUVQ5Yx43VGhkFJSbB8nQAOpscCt1vJ4MzgzOD82sCpzhLcCaRKyyNXPlhuonCK17NtjqNWasuT0y4vOtibejaUGk39QVxCgLLhGVKWWg9QxprZzyH0QO0jeAcbOrIQLa0yVvGsDxAFGf6pNsItgoQblWGkZWharaS5y72pP45RfkzbcOaJMVFlQRju4pdrQl9CbKpF46LGNQdiDNdVABdz5z7UGxWar6uuuAfcmBnJZEkToSncSJvF8ZEuZvLxWKWxnaV1yfr5nod25Ve7WhCSsA0EXHZ33vGgeQ+XHLh/wiylsA2titt4sjYrqqpUgqfF8x5H1Kon+hdldB5EU9cDzlbwf0JOYl34Gm8w+ttNCS+VfM0T+lVvDjR4WJ/nBso6yoaOi4Z5drDmA4aeQEhUQAoLRxwuh3lBho6TtcDDX5WvpFysnDSjCO7Z3wXZSefup2s14v5xfp5mFLo7VV1YmKZjWSdNf2Fajpxxeeok4Fkl0NszwU/SYDWcb3fu97dY+JCAGm81whqZojFniqlkFVOhym/TRKPdBo5NutIp7Fjsi68wCfPPdJ5vncRdfLR24naTteXbv1Fm6k/xnn/ongVcya5QhXfTS+mobNXz/ZdXB1YlXPev8XnEjNqT9skeH9/t90sVlM1+489PXWXDqofl3S3so9t6s+GjhSe/WSzmJjyHiZqYqt7qPrepryHsu/Fd1Mm2J66JoVg2QtT7TbN9jrxi+X84lbCTtzCeeoW/mo6d1dlJqpeYiHTFO2nFdov6O5/UOy4NVozzShTjmtiJLQYYyqkwGKn7f1WjhP3fmt3yL14atP728UsjK/u9826Tqi4u7dEaGlKkyqjSXXfD53R5AlMGBMHXJ464OLv2nOgX211x5EM28nu9GpTl1Wdt1ey13t1GJkUFEh64eMgJRVnwlhsmcamPWi718xx3bfX3ON343exU6qrmNjuogjPuryt9nDsuv8aFVP5xARA7tpNmkOxq2RAu9ShD5qg7gn06MQ7kqfeka+dnRq1imGO8Q+znYtkMzilE6q67qT6w2znwdgMIv20Gjd+5ECyjeazvx2VaePGO/iMbn6CRBvjz33TSZh7UeZg7KfGrX9NsVzFd2/KjFeXi/Uyjvd5uyRvl9xvvozR3nuO2TP4GBMTh0fOhpnYmXcmKOkHfHcKu1NPR4wS3iABHQKIQo299wpKSzjwrp16dpo4chXpHqh3ijWkTL1Mvae+SXwX+D1q9otR8CXOipwPga+XM2jHk+GEQXvFXfxhJ8JFRLgVRjJPidAGUEg9JoBg38ffKVIFZQBmAGYAPj4A0TkCkCXOhlwMAXA/unqHk8HQ6m5pNycFVlo6ISGlziNKkEAAB+phoJH0HPXpd4Kg6gy/DL8Mv8eHHz5L+CUOg1wOWn9B47NS50MGYFI4YgM2NbrL3NgIxYmjBCAipIdKUAWMwEIC5+GQGdi0k2GYYZhh+NRhSM4SholrqABDMBxIGbEjyli+iF6FDgmFYFIDgYkljEhrDEYIamcZlQIIwPokPE2miAzCDMIMwscHIT1LECautQIOgTC8is1iNchBuysaxmBd3o28M9JSrmK2RkSIpp67MCcGVnAjCPKyT8G6lQzBDMEMwacOQXaWEEx8kQUaguBf3NqplbkcouCqLRvGYFNh72xTJ4iS0BuhhaVIMschdTQercCZBX0ONs1kEGYQZhCeBIQ7b+PHQCE/SxQm3tsCD6Hw18vr4tXlYrEedBH8dHltmsJhGu5qdHDIrLIMGsYRRNw66TAVghilCLVEqgEc7trJPMw8zDx86oahOEsaJgEBggzRsM7tNYRCsysaBmFd3l0jlNpgqqzQTjOkIJGGIBT+5AIEqyD2PQzWrWQIZghmCD51CMqzhGASQyIGY0h6+bl2PBlOzrVX3N0vNp5hRxHGGluGAZCOOhfzG0YHaq77BDxFWq4MwAzADMAz8JsGZ0nAJGJEpBEjr2IyGlf822Ia+kw/cM6UxZN/xOLxWLmhWgfC46rqxwXHdb6y/kuZkrD5+iNiQU8QJNd5rA0tbkc8o3xJOT0Nyl1kxmXG3W9EXNpVzzEITowhLYkFEbyPtL0QuJoRQwFwSVF3KguhpEZZrh32FAqggiWpMTFOGC9Z6+6SNHBkYoZ7pNoJjLlMtUy1p2W53QC3Rw1yGwMbT2I8hOiDrRfiVoNiOMCtU9jBW5iUWqGslhYrBxFk4S+EY6pMmL5qBPbxdorgtgy4DLgMuIcDHDpLwCVxHEL2AffmcjpbrBfLy+s+5JZp2RDo2gp7J9ZraowKhpwS3FvgpYRacMeV49Agvg+7tpkMvAy8DLynAjx8lsBLYjUk6APvlVoNrbqZ+vIQ5sqyDuEIBwgSay0yzlBBGZJec6mAtxII25utli1kuGW4Zbg9FbiRs4RbEn8hYR9uVQbZPt02zfUhvFWF3bCLMFtlQkhmJFJce80IhgJgw6UTRPT4VjWRAZcBlwH3VABHzxJwSWyFRH3A/TCd2+Lf133C+VCwXY8QrirsHt3ALOaCEI6tV4xo46SDjkAAJZSyP0etmsiEy4TLhHsqhGNnSbgkZELiAcLte8c1ABr0jesUdkMkAOIGUSe4ot5xbwVH4Y/QAMm4hLQHuBP4xWXAZcBlwD0c4PhZAi6JgpCdKIjpfHqlZsWb3QFsA8njqzqT3SFtB5LGH6jaSxJf1f1tV/fIbPFjX30IcOgB0sX3nnCXbiXbYy9vz+KpTttpOkn4bNl3Cus2ajorlvHxZdpl2t1zovj9fnuOvnFyjHdJwIOkh3h3iHO9oIf9Ct3jdQXWkmsMoKXeAw15sOsYVzEtisK+Ne56zRwZ+HAf4DtF5EMGXwbfk84EcAsCPqoD3Sj9kmAHyQ5ae6/L+zxk613VNQ6TsKrWnewKThwzzmDGMOPAIyCVsEIRj5iGbJyHVWOPQEWYqZipmKl4NBVv8rqDj0LFJF5CpvESL+cXoWbx7XY9nbv10PFpqqwx0XWN8fnvSMUDsWDVJ46b+o596+OGgI081v3FPbe4cpvV1DxvTwtczOMTu3BdAFbUq8iY2ZfZ93BT4b2efIYT4SpYYQB6IomlkKIPvb0gsZokQ0FiSVHXLcU7YAgTyEKEoXNYQqGddMQbHabE7aZt0sBxpt094O4Ehl3GXcbdF7XPcTP1HnPyO068JLhCyj7xetFjNU6Go8c6hd3D0SRhiAFoibMmzGu9F1JaxzxjzBrS494poscy+TL5MvnOgHzoLMnXRllgAPrk+7P7tO5zb15dHaJeLOowT2NIIaCcYWclRJAYjTxQBiIGKUdyn3mxgUy8TLxMvCdPPHyWxMMJ8WCfeAMnANVAGTv/Z694L4QWUEahgURwBxUzGAXTjwMAuY4H5e7T7zRn/2QCZgJmAp4BAclZEpAkBEQDBNwaU/2cfQDuCgb5V5V2ozNi7gDJiSLIGS+Ag84wH/MIeKMIBj38VW1k+mX6Zfo9efrRs6QfTeiH+/TrxW3UOBmO2+gUdo8Cd5Y4pZDnQmBMoVbSSEm4d85Dit0++k4Rt5HJl8mXyXcG5GNnST6WkI/0ydd0lX3/vpoqTb8bdO4bqtPNtGLDtJdQSL31gvhgEyLIHQmQ5IqbJC/oUEuZipmKmYpn7+Z3Mxf5Izr5jXOxDfzAMJ0P/8VtFltzWXzrwgMP/Xdui5e+axzWVXY4rP/ezRkqhCRxyguVtkITIoywmGINdYzobdFXf/gg7W7qT6uqjYku73mi4v1Oqjf9OM7LzUOse2qgWil+t/LObAI6riM5wq3H7lDF6C4vF5vFutDtUy9/RVH/tOn84u5Mu1EFA33/2d//633oQpvL98++eR8e08eqav1oqycbOmuQ7fvylYwVv1heLt8/e/7+2VxdubKtukOVnal4ae0v87I89OmyuAZHaDX+MwC+93UXWU3anhAv1r27+tp12cCz//6PZ7cTcMcx7Z4MlUH5iUR+6YTsndt1m0Rxm3B1skNXpbrkWncOJoVDGjHiAVAQQmYRFEAYpijBkKGd8pIGjlJf1c7l4pMJI1rd4KPaGUFuZVEYKqq7iXbCdlbbDOuZcx+CtRC3HEKB+bBdrgvv1Ga7cmVgwVWYlF62lofzUbQPo77bjzyP1nFl0nFTe/qNUx+Klxdubq4HHMOXoXSiytJxp/CBSgccwmPt49zBh77vcV3BBx7inm1ch+s8L2bxa3Zm8SpbvNnivV/n7qRvnqNjNxoBlgQJsOg+sHpOjiUThl0ck6Kusw9HUFsGkZNeGwoFIlAoi73lFoSRt2VX28Bxk/sTg+sEBm8GVwbXmS9gHubXo7poj7ILJuxiPWNLh3fas7Hqi31ylSVdPx3HhIYAIq8BJhJYQg33MUuqCdN0KLvgKj+fuZW5lbl1RtxCZ8mtxMEa8n1uDaWUKckwmk+mW9pNngClsFAIqpV0kiIEDcaOAOKjUaZNl2EnyiSTOZY5ljl2Uo7hs+RY4jYNxT7Hek4zJRaGXWaSom5QsA3TQSYkD/NFjRUHUmMBrAhMQJ4z3cXXKdxlMrsyuzK7TsoucpbsShyeYRre+3oR7np+OJFpWeVWeUzHa/bW63d1jktfOvKNn7HRe+SC/cuiupdi2U9RVe40eRWRFpoL6i9URFilwnJ3tzCL2WIVYFKEb5xezDPLMsvuOVHpnvDvaxX/x9g7FnGLP/Ty71YqdnsTvnZZLHzxKvb6WPy3+BLetlnbiu+2i00Y2Yvvy/3W4u/vtpvFaqpm/7FHx25Xq/ZSkxdXbUnXnw3YuVx8mmwW0Ttgoia2vpuAj+Vk4SelBmNx9MGYlLZQvJtYs7qbSbX7W8IlZXLzBe//WD3Vye6pTmqcvljOLw6TG4+RO3HWRml4corsWfidnQ3WhIdNWdcC3a/QjVnhGDMtuKCOKK4R98ooDynhDhBG2pC9XjNHZh88Hc2PtEQzzTPNn6BleguoH721kYF+JNATH3QEB4He28vZffvwhk63uOt5abEiHBFvCcXWUQyxcZoxyQy0OvH/2mskgzyDPIP8nEGOMsgfGeSJ0zxCw5b5YhUU8a68Pmidx/LJpi4fs9DbSh20G62pYU5wagz0iGrCcAwtkkZp55EYstLbpjLgM+Az4M8Z8DgD/pEBn4RlIHwA8LVADiDe7GochHxdrWvBG8ExhBAJw7kk3ivmHOBOAUYEEGgU843kMugz6DPozxj0JIP+kUGfhDEhMgj6KI3Q8nqQ8aYtHMF7U6MbKmAF9OHnKiuwZhJB4bkTmBMuABaODpC9aSdDPUM9Q/2coU4z1B8V6jGXcwv1NNTr5XJZvN1s7aCzi1ouJ+uy8MBxRb06BwJTw7f9Vn3bkacV9b704Q/m3dF6l38l/Ih1o9f2HPJFc73KZnC10NPIxPDcrfvoZotl1HgAvbrKxM7EvudTiHZqP8c4VTIGryTWC7ExeO27fYTCSVU4+XXY76Nfo+uAbBzw2FCCINEgnkOJldTOeEslx6CNn+i3c2SCqlPQ7VS2aKZbptsTS8d3CHKPGsw6CrgkKAzxYcAN5KFPuPN2JBf9QJU9jwjPOWeIx0TM0iIvnVWKaUHCJarkEOPeniYnfYZchlyG3L1ADp0l5JKIMSSGIbfv65VQ5+WQs9d+eTfblxeBY9ZAyAxDMpBOWyF94Fxgm0JuiG0vj3f3ymDLYMtgux+w4bMEWxJOhuQw2AZ2TBLqvBrZMhmoskc4rS2KZ6hJgS2GxGMUrDYArJYx+H+IcK9OsmmSIZchlyF3P5AjZwm5JPIKp5FXr7Y6Ji+v9yITvplQMFFJQYW27uWuDyfA1mITLDRAeLDXDLPhP1Yz4hVwpt0C7rZxHMm6bT1+jtYd1er8rOVO1sb9vinczMW+vX5exHvu7/8GXU4/TOcXhQkvLzJGlSot9HazWcxzlta6IycRJziNOPm2hER/E6yEx/j+V6f4wNZXWe+4Xa/OVz18UHdMSNF5SMOpKEbOIyj7ZGjBreNQPA31qszD6xfFv6+VnlWZvcPNmw+z69DD15vF1fSfsSCPynlUvt9tsX3pn93OGB2DWRJ1gVEPZq/dfNsj2VV1sTPRaEs6AzKWiHNPsUZGU2UYIQoyIjXhBnPE2+P62s8fNxjfRDh0/yl3MuEy4b7YecdNoHvU3bFRyCWRBxj3INfLU11BZDhRdVrWXUqxXGFktTEaaOuldYwYj5T1SlKg0B7qTpGq+lhzLsMuwy7D7vNhh84Sdon3PSY92PWDqyqKjIRUdQo7vAMaIo81FFhhIxBgDsfkNsIiKzFMMvN3msjAy8DLwHuqwMPnCDyYeKZj2geeWi22azfrE68tGEJeXdphniOqzBJgqfESEooB5VRJgSy23pRHNnWYV7eRoZehl6F3Muglwn0o8JGzBF/i1Y7ZAPhCv9wOWHq764PYKwv33NiNQUBoiRHylGBqgSfeh+kts9Iq3aNe2USGXoZeht5TtfToWQIv8XLHvAe8P62mtke7i+riAOpiSXezwmiiCbRISuS0AhBJBLXwmhvJrFJ7nIufz5DLkMuQe6qQY2cJucTLHYse5P4a2l9UvaTHuo+xrOpvw8hLKnTntdxAS5BGUEDJCfTYcWQgRtQqR53dI1/STAZgBmAG4FMFID9LACbe8Fj2ANg7GaqCyPDRUGlZl3hWeKYoJZzTYOsZR6lQHoV5LbIm/H2PeKc4HCrDLsMuw+7xYCfOEnaJVzwBPdj9HMWuF7/3cDdrCwaA15TubV5ogKjGAGiohCeQW0CcFgBC7JXZd1Bp2sjQy9DL0DsZ9OrIh4fDnrwBe/BRsJfEUJA0huLParNdufoJJ9Sbl9cnu6dXQa9ztQs756EiVBBnoMFaGMQMBtQYRYgToI0E6jRxkHU3daq6Jff7crZYudWuycc49rN+jN/X99L02HcN/LZrty5F/900QGtV9uHIsjcq/NnMmnx365gvb/LLfP0wsT/P/v5f70MH2ly+f/bN+/CIPtaxVMv6rtYxYV4Q7PvyPQwXvlheLt8/e/4+vNgrV7bT/KZ1k8Qv/KZf5mWd0KPLKjU0QrvxnwHova97xmrSdoB4se7b1Vevywae/ffz4V8xm/5n1E15D0M/pF/e/y3J63qgHxMTHd5fNFadlfG7Mt9oGI9/cGXHDR1xsd7seu2l2hQ/XcUY3Nht/1J6zq5PlovR1985WYbvTFU7nFqxy5yBfIqDvEvCLEgaZvFytSn+FGuvrtO0iavN5GJ3tWJdcq2b9lYYCiRVLtiPHGPumKMaKUEhddyyNpIsaeDI0O22oVtEO/YsPPSiPN7jXsMdZ3FAf15cuMWV26zC+NiEPpaUm4bPhs60iaGOV2r9IYmEzEGOdYdNXOZJ6jIfjLid2Va8WlyFp5D2XJMUB/OwLB4PfTxU+0AkZPqx4wIiD93A48RHDj3fOFcpjXe3Kpkf+u8qTESqOgGfZVaCzgfL32mbycCL4u3l4pOJ9n5Z1WxX0Q4Mk4HFP+Io/zxMEaqMXKU86qzY4WuCyXtV50KIqlrPnPtQbFZqvq763h/yNCdPc+4aWDlm5YU/ORUGlSHbqFvWt4v+UpafjTE0zsmzCwxlYwNAEkZAyNgA0AudSksnPw5GUA1U2TuhhXPrOCdaeEoENxBxZuLJudgakWRNHWjoyEwOpx0NTjCPy6NBHg3ySv9nsvVRY1HHuIqSaAVCR7nazUTdJd1AIupehQ5RvdExDB8YwK2yiAOLFDfOE4Khdl6MEPXoNNSZp5mnmadPYRPhlkRFZ0nUJAyCsDGivqnVOEbVpHycrE2lbiCsEYRDjg3mWHouORfWIAO8kRwQR4bp2jSVCZsJmwmbLdbHj68d5WsSdUH4qMVa7kxdjxqtu+IDdmtVpwNXToVVEAFDNDOUAcYk8soDpQhWyrAR07VqKbM1szWzNbP18UN4R9maBHsQMcbWgZNbOrgbO7tlsFJ3rVVZqgWBBlohneTWai85MkJDqLQdsV1Pc35L5mvma+brF8NXepZ8TWJJiBx3Y+idrdDh3djpCoOV9p1zsMEEEKa1hE5rRLAjVjHCCbVlDPMAX09zwkLma+Zr5usXw1d2lnxNwldo51CH+MKr7Fvr4vvmIaeArSpMYoVJWqEi7HBxd2kAMMgp9xAJbxmK0S2Ic0it0hxrntiug20dCde6TRPb1C50LDdRPnSQSewdj5N4eviZN129jHe5WDm12YFl4UvlLRfL7UwFZZQ/o/iXovwhtev3KR0iS+HcwSOouqHqsQ44BfWK+35B31Y/6WXzg56+q/Sr+AZj4FHxU/RirTRbfFv3wLmdVL/1p6sYzVS/+hOfWm/KWwhfNpm2t7ATQbiF6pVM4y3c7E89ovRKlTf6qaIkkISmgSTB5iq+X60C8N/GLlq8iy824U8on5Tlk7J80pRX+Bks7dCHEYiUNdwZgKhADCPhCHCUIgWJg63b6mBTx8EnNunKJmPM2pnCJjXqPqnr2Hev1IfaSivvvigj7q6iQLVT4fPB+vky/K/3tFrEzvgm/tgylOHXaTDywqgf3tkmqHi9ccpGFr+KMQ9/C3bhX6fBsFicMMRhT7iT2IF2XWdYlsMKuGW4A0rCHWga7vBzwEP0un9TOXY3YpxVl8t7GvcWH6p1wEt8tjzON7zzdXo7nd06mkuc0Cc8fWLVGN6LVd2FtFYTmU34hFrZJlY1dsTy7uOYUUUXxRGj/nWVBqNdXOpSb9fTuVuHp7esZmH3GchajVR1/4n3srmM3Gh+Tf3ydvOcoPBFuPHIlWAtrMKUrigFGYz/6qcW68vFamMWNvyg1eKqrBmwsojTvJiU8LqoBGDLH/2ieDlbL57HY6+uYqBvaGPqQ70SY+E+5s5ZZ+tJ17p9yutvwtd33sqP0eJ79jy5XD7UV/UhWi9NPUWJ88+9j1bJLN4/exF4OjUfyluuTtta97+5bCBcmhcXi9jw+6CI6/AEJ/9aH9S1rr8kvIKypWpOFNFSPbRflm5H6Nf1o1O7mXZVp3N7b8qnXFe9oSvks4Dq+dwe487O45uPQTsJ+aF4BNplZx8jdz0x7qyR9Sp0rCgbvpVhapRCwCrunFBYaSa4F4wy73dY7zVznAV1IrYfaUdltme2Z7Y/wSW7GxD/qI7no3hPAnooGcN7HYC9HkO8b8vHMd9U6k6Yw9RYG45UzLYFgYRCMSIYs1JrLg0cRn3T1IPgHmbcZ9xn3Gfc3w33+Bxxj5M4I0rHcN8/I6CDypGjAobqdM/hphoC6BQlHDpOgFSOB14pYQn12oyY9Sc5OCCjPqM+oz6j/n5QT84S9UkAFGWjqO8d/NeF7/D5f0N1uocmEKsEoFwxrTHj3EhlvfRQeG+Y8WAE9ac4DTCjPqM+oz6j/n5Qj84S9UksFuVjqH8Xc5tdLeZx83eM95tunXHopxW7B14LzOKprxAaSyGkBCErmAdESGC0H1nQSZvLa/gZ/xn/Gf/niH96lvhPwsWoOLSo03bsQ2s70SlImY7j7dgST1u1OwhYrwllGnGvuNNMQwKpFV6AMDr4JM/ygQbzMJCHgTwM5GHgHIcBdpbDQBLVRuW4p85sOe6pU5Yd8tQJ76OzpK8oQARDLzX3DBFppdThCiPWIWv5mKfObJnxnvGe8Z7xfo5452eJ9ySojoFRT539c/C6fjODx+ENVOme9K6Y8gZzaLVlwGgIuRcKeGqBdMrIER+dExyOlzGfMZ8xnzF/P5gXZ4n5JHSRwTHMJ71ijPWlPCdXdZVx4Cf1ums4zFADCAaaMGuJY44JAplkRAlDiR2mftJaRn9Gf0Z/Rv85ov9Rjz8cRX8SH8thJy3RarlYxT7YHujYHq1Ulx06T2mvysFDlPbqfm6Wof2vvMtZYLC8dNrzk5on+K5z0qtZhHdQaTDodLt2fjtL0b3LllQBepdd6E1AnV/MpoFgc/dp/Tx89TQeJPY84EJdPW8SCj2vhVHfzPPCbcyLmHRgVX7/Op5Ddhm7adSQC0/lOgwvZcqcP5ww4v0zTt3ZXC/dp9V0JMXGfmk/w8a7XY1T5tcYuqu7nr/TV9LZhWLKMT4koZgcDfJh4OSdRohjx+50y7s5zIkPBpPDAiIFmYAeAKWFpAI4amHnhIhuK8emKDshPE6SoOwrhsfJ01rdLMBHDZQbFV8SKMfxyOA8C/3XFW+DoevmgyKsq0x2VUbE2K3XFSVFyjspnBdQeh5eJSDQam01J5JhOSDKbmtZnF+ROPMAf2Y+nGN8IUlkFieDfHmpu0FZrcCbkhGalMXdLHnaUy88s8QYDCAzTgmGhDSaxIOC2QBEykYyO/LA/vnCw2cpvCROhtNB4e3e66D40tIRAe6qdGPfITJIWy6ID/KDWCJrg51NiMIGG48HRLhrKAsxC/HzhUjOUohJFANng0J8dalWwyNgUzIiwLK4Iz5iEbdSY42MN8ZxGua0iCnlNUZIST8gvrKRLLwsvM8XHj1L4SX+45wPCu/P4WUO6q4uGJFdLO1mvteMOku5ApaECaukVmiOhQdKIo8sH1BdbCOLLovu80XHzlJ0ibcuF8OLudPVtMqs2l/MbYrGFnPL8o70IGbGQyUhA8QJKIGQTmPKsWIOAqCGFnPLVrL4svg+X3z8LMWX+FJyOSi+kWjZVhzvDoTKDtfqjoSQK2eA8tZg6DDHVBqvCGBxAsiwGZDju5MFyWZRnpEo7+HY5ptlKc5SlonvmwCDsny7WazcoB6bkhEhlsXd5ZfQcTUkDAFrDcOEY8Yhc8BYb8PICAcUWDaSpZfHw88XnjxL4SWeR2LY8+jtdhn+NLz40paNia+q0JGfJIggiRQXgDPjmDDxCF8quEbMWGWH5Fc1kwWYBXiEdwE4SwUmvj0CjVik6mrEEi0LRi1QddVd+Qwyc4RJTRVQiBLKEDXYM8u9x1q6QctTXWXVZdUdobqzdOohiVOPGHbqeetif3C2eFMfHVm8K+sMjoN13UlTd9LUHRsXhz/Q9fdxFhsCPYWOaU8ACeOkg1zGvKnCOD00Tg43mxWcFXyEgs/SbYYmbjOC3E7Bt9PuHVTbXWcFkhkuLPUAcI8lAAgJRYBEFFKH3G30mpWaV3eO0upZetrQxNNGDHvavKre5PAW/65sbJO/qtBd5AHeYYUhhJKG0dNqhR0F2kKlpaDpcbD7zWQN5tHyCAWepYsNTVxsBBuZZf5eH+Q9Mtf8fTNpikdnnE2d7oIP1kxojbBl1FsIkNBM0zDvhFILqungvLNpKasxq/EINZ6l3w1N/G7EsN/N64WezlzxcrkcVGNVPKmKR9TY1umo0VGJMJMWYaydYhwTgK1SkBrmiBRD7gBtS1mNWY1HqPEsHXJo4pAjhh1yXlUvbsQ8bQvH7NO6RndUhMpJIoSmRHOAgBfh79Zrb5mhDA/psGknqzCr8AgVnqVnDk08c8SwZ04vxVmrjB8G85vtl3fT3ABovQTKI4A9YFASAxUUnFDLpWBDXgA/nCCzWVbfV66+s3TAoYkDjhxxwDGr0CWKd4vwv2GjtKoxebeYVDXGVlHTat18g5YJH6xQGmQpFSHUMacBpdY7FwbKoSGx01hWZlbmEco8Sw8d2nroEJD6B3y72obKze/Z9ZFEmbqs0evN/TxB4xX3swSN1Pw8wY00NqA21FcbOnGioPpxbjpSa3K+raocb6rYzqf/uXVFaHp6EfOEqU2x3kwD4IoYaB1VUiyrrZziX4q1W32cmiDKaitgXTViw4+o1Bt05myxWan5uupTReh0Reh5ocXtTK1m18U03OIqev/OL148bmIgvdV65q6Cji6HEgf0ivuZA74tq7yOVU6ZOqAWTfWt67snDhjX0b3kB/px8SlC+lWZEi/0qGYAW00vQj8L/aEMty9ex+3LqptEzsYkcT/GFCNlfri/v9tuFqupmv3HHnFa2cUHWD2uRICl6jb1Z4OaLxef4rEbVXq+iZqsq3vZNPcyUfFeJldusq7uZRLuZRLuZXIZs4pEZZRiTSnXNP/+j9WDndQP9sWyimgZJWDldztEQJEQEPcJ+NrNt33qXVVXOzZIUrSX7kgjaLhyDhEuucQYMycZQRhY5nAbEpo0cJytcTr0ncDQ+KrQd2LD4vb0ONoPKpPjzuSQCTlInxw/Vn1hjxx1DxkiRyzqLiJggpQFEFCiJdfKcCmAt146xKnGZJ8csYFMji+VHNl2GqUfyvR7aPoxkNCP9um3n1WqJosaSimVlu0B0EFjkcPMSMUFNlBi5K3yDjlC+gBUxyeTygTMBHyCBMSZgA9OQJgQkA3Yf0H4s1L8fSMwKRq0BJvybmw394IiZGM2PcwI4wxjbbGGxBOHneyZg00rmYh5NnknmpBMkwenCUpowvs0GYgyqIW5HIks2CvuRhMowpCTEHMMCApWlVHUMoStFU4owvdRsjxJBEEmyVdHEppJ8uAkwQlJRJ8kb+te2ifJui0ZIklT3D2qVTunoeOKGiQI0pBS7yBWRnMDGbX7JGkaySR5miS5TeBRnqeN8pBlHj44D0nCQ9nnYTzSa3CtyuwKhmhYl3ZgiKFmVnmrkfWaEgEpYhQ7BqynCmuzD8O6jczCzMKvkIU8s/DBWdj6QRMI+izsOUHXcBk+4blT2PV54JRKDwzlxIVJpaSBiARYjozWAPZBeIpTnTMHv7rZpcgEeXCCsIQgnZxul9uVuTzkMWrKGrfwGB2peOh8yeFPfKar9sjXW7X6cDtn7VO7j44828ZjO/zNhb+tm+NRmz56uWg0P3ebQBK3dnPjol936btd/c4XxcuPajpTwZYoVGyv3DIoj5yNP7iof+wDOYjeze96tMud2+GLGI3JKXHAhqgvp/7Ji1XnHDl2MS3sLtNAgoSEkDvokJbOcci8lhISppEDyaEwaRNHhjycVkenCHr4snR06jCGW8vpMbOujUsp8eSFuC+lf1+GNxxDS77/uJ8MpuqoTYXJrsKQuPZq7R2iyBRizlurnESSY+8ccY4arzj1pcHdUdleW1luZy230+dcurXg0FkKLnGAhaQvuN7BglUHHT5VMCnrSEo4DzH22DMWJpQMC4AxUQI7xJ2zWu9L6hTnCWYhfaHjFj5HGfHEkxLSvozeqHWYxA2MV23BkJTq0u75nJA6a4DAOIxHWHOEKdDCSB5P5PaS7IupbiPLKcvp3M77G5dT4pYH2YCcLhebRfGn+LHV9YCoYvGkLR6UVlqnIzAriQBCSQ6JNJZarDGmRCFBgPQ+PYhsoKUssyyzczvdb1xmib8a5H2ZvVpcXW3n082AxNKiIXntyrvpGxAhjilmuWISxm1V5ZDlgDMKMVA9ae1aybLKsjq38/vGZZU4b0HRl9Vbt7oKvaSnqd31IUFVhd1plXfWS4G1pdR7DzxXkNkww1Lc0cptrKOmqokspSylczuNb1xKid8PlEMjVD/tXjN0jOTc6xZ3l/40DOMSE47T0BMpEd5K4Qguj0EBEvSHp5Nk28uS+kIlJc5SUon7CAJ9SfVz6FX9cySBXlrYtfUkpyyoyGJriHQEOausItgxLLHmvUW/k6TOy1L6QqUkz1JKiR8FGvCj+Ll8Hzd7U5Tv7fY+FcPVb/asGP7caZVWxypmB4tzc7AY7Ytn52aBx9SWuFkgNKa2MWeLsvSwy0VapTvRggYATzRFxlOKILFOQumwhxgi6M3+UJY2dD8D2ufKLI9oDzOi3Vptj+qFMaq0xAsD4TGl3eiLUcngdh4Zg3W72dAZVkQGFTpAKVeGeuwcgxZR5qm2aliED+KdkdV47u4Zt9YjOks9Jk4aiIzpccRVo9LBIYeNpEZ3I4wwI5xwzAsQD5h0VlPioSnnc9yxYcXdo/NG1tkXMurhc1SZSHw4EB1T2agnR9X7D/tzdOp0vTqMwdYZBillDiEJLfNYGOgUdVIkCUaHWspqy2o7VxePUbUlLh6IjartsKNHrYJbuHsM1Oxaly7M5QCAXGqpOQAaAMpksDCNolyWadWH9Hf/rh9ZhV+ICulZqjDxAEF8TIUH/EAqHdzkDbJXq5vGiHhjgCXYCim9lQxCpq02lBtuqBuZ192zZ0hW3ReiOnaWqkscRJAYU92Ym0glgIPOImmVjti8wUCHuRsHWBuuEaaMUYOZVirM8YgbFtt9Oo5kpX0hSuNnqbTEfwTJ8fFtzIukGWwO+pJ0K3WPUrUijGteMeyMptL4YOtSBphwxguL6Njgdp9+JVlxX4jixFkqLnEvwWBMcWNOJlX/P+hqklbpJhqHTHCORDxCnFrjGULSSMMUkdZ7joe1dp9uJ1lpX4jS5FkqLfE+wan3yV8W4ePx5RzwPFnVdW7hdTJa9YDHyehnPk9go83dTlz4xJ4mow+4MOFzlWrqsxV/iJl6PqpZEQQWhnXjVpvwx3iqorPNwYtBcG0eoV1+oXP0JTnUs87Oj4SM6SbxI8FoSDd754Xtet/QiWGdwu6SIrJQeO49Fh4h7wmEijhPrPSUyOTgi04Tx41EpxTKCUahJyeUE48zd9HLo3qCjGol8QTBeEgreydk7Trg0BlZncLusQjBeNNIWKatk1RCYLRxlCOtEYUoCWXpNJG18phaObmvxl3Ugs5SLYmfBiZDavl5Onfb5ZBeZk3JsGKq4o5mGMNQCgAhEoBSjBWwGAmDuaNMWW37mqkayar5SkcYfI6akYnXBabjminQuGom6AbdTFDXMhPaEGilQNYQLpxVOphnSklJGLRJZtNeM1k7X6l2yFlqJ/GhwGxIO7VrQvGuLBgQ0EVVYbKpKwyrqFOr6yOoCFY8euAazpVizjtIhQZAaW48GBiEOm1lPX2leqJnqafEGwLzA3o6oKSbNLSX0RMpSIhlggFtPCJOQkt1sOqUQcjDUfVk3TymboxaLbZrN3sk7bCz1E7i04DFkHbeLsPtdF1ndx1x3ZYNq6ep0HUdcgRYogQEBmEvLPWOGkuNwtA5NDT4NM1k/Xyl4w4/S+0kXgpYDmmnt1+664LDpzrsFXf3SUmY6FBkqaPMGxgsx+h17oTTPhhzSPVVc4qTHbJmnqxmxFlqJvEzIGBIM9+5jZrOitflXQ4ox5blk6u6fFg/aaXuijWFVkKBAPaeS06jHaekh9oB6THUfRWlTWUtfbUr1zf5EsBHUVPiS0DgTWoaXotL+/eBFblute5igvEUOq1xMOqgdUYSToSCDkBmqPP8sKby6txXrCoIzlJWiasB6bgauPC2vg8fCL/q7eXik1Hr8IfmAe6kFWpNXFlrsq5rTXaPuZJXbGlStTRpWppULXW0RQTTSGuHJOMIOR6PjOZhnoQNoBwm49WBBo/U1/ivud35XqdU2Mt54WbuQgUJNfdSOsGVeop3WlR3WvxL+bdNKKq79Yvih5n7fVo6v81tYbbrzeJq+s/YUe9BTUdpqOOLc0/W2mC3T7wGSOo18NN6ceU2q6np9/VpU7TfwfcLuvEMGjBAoTeeMSIVIR4hiQAhjkCicBuivt/KcV2539pt+i89Zf8tzGK2WPnt7Hmxu5v6VLn2xLrydLlQZ3bd6afVZ9dl/w1f6Fz4lqrl3IPrHpzs5JN0J//XxaIMh3Mr0wC7eBtAMTVJX/60WExMXanuIZN1U2nPu/Jg3X23yvHKn9ePB9ob6Mrghq58pEfly9oqCZ1UzadXKhotQ49516snxeZyuo6uzNFlufr9jdNxdQCjXbj1/H9uim2geqep0OfUPfhVPo+vsXmQR9s9B/vY2blZ0mEJEZBs7JN0Y//7yd6PS5TTlk3edoeBehrRq9BdEKYYG28FNkg5iJBHGHDioLOce0Tb4aDXzHHjwWl0dPSQ8GR1tLe49YhyelQvzFEpJfv8hB2SUm+1q9fRJ6+H1rtGqnWz4CHqADU4TCAopFoixalVAHLDhBIMj4uraixLLEvsNq6b8FEklmz9E36Dwffd9VxddSy+UKvX6dtaldQO1OmuLAuHDCMecywdpchQhg0RhkqPgHftKtiBBm+htQPnGde9d31b1cGzVp2tHklXdkFu63vVW7sadiqdPdJciIBkZ5+kO/vfzhZJAsjihzCnnK43Q9Fmuq45cbHmxFc1D8Sc3fCBA5Fnt/zk5w1Cw20+/JSpPJ3+8NPfi/RsVnx3y8G70M9yjUA7Ff7mt7Mi/jg1q4UWO9U5xqHd3PPObprExtSV7P0TOaSuXkbjXRe/HMxmvFfc3ftXyDlMwhTJWQCFJFQrRhyTEAsIXBuTttfIcbbbrWXTG0hIqaRTbqs8RdmceO//7up51FnRqHISDwAKhpSznxF116nVUDbUbml3Y9JyIKkjzCuNnCZh4gMAEcBbyBVzpi8bdXwW1JMNNlk1j6MadJaqSXb6KRxSzZvFauMXs+liSDnLpHBYPbsaXU9njqw1WgOuGZICaWEQxEgohuM50KivoF07WUVftYrwWaoo2dinaEhFv7pwT+G/+5E3u/79qaowHHkzXKu7oe+N10BLiYQ0EAVzjhjGMWBah+lEcr7ScFtZVV+1qshZqirxG6D4kKpetREYo8JKojQOa6up2N1KslBryaXV3iihlYwZShU0wDNGcemlPSKvprmssMdU2D3E6NxdZfQsVZb4NlBycOxyv28ODl1V+Q0jV6jUURZGzCMuMZJEcSytxUoZbEyQPEbWiwMDV2gqq+qrHrfYOSoKJq4OlA7OqdRqM3XrcWtwWVW4wRrs1OpuGhGulIMaM2GxwVYCyD1iwDHDFCV8YH6VtpVV9VWrip+lqhKvB8oOqeqQNdh08xutwf2K3YwhXoJgAiqug66Uc457rBkQxirAWHIU0mhzWWFfvTUozlJlieMD5QfHrhFrcDeQHLIG00p7WawU4ZgwYxiWWuh4/gq1XkGKoGbOHxi4sjX4tY9b8iwVlfhL0EF/iR+2cxffyqg16KsKN1iDnVrdtPPScQ4xIRwZjA1l2hGCAMceSQu97Yuq01ZW1de92wvOUlaJowSVh2TV8yrv9fL1oG/5SLXuTjCkQAJBoEHUcCM8CJMuIAU3wAAh+LiyThF3lKV1IjPwEUR1lj4UMPGhYODgWDVi/e0GjkPWX1qpK6cgIeAQYT6GolrkiaPWQEaZh2HgMgcGqmz9ffXj1Fk6WMDEwYINOljUx/sMqcnsioaFVJd3NEQJEgAKpI0SjBDsECNCYxhERaAbWvqrW8ny+brlc5aeFTDxrGCpZ0W5DGH6GeeX9fX9jPPJ1e72kycojDMCcO2l88RoSK2yjpb/KZ9q41OeNHFs8NLKxowd67KtSehOF27nWfs/ypbZw8cyxQdZVHdRhHe+Dc92u45dKEZN7B739947syleWjv55fRn+gx0+2d//6/34eFvLt8/++Z9eAIf60Dn5n2sJ6FTLubv35ePfLjwxfJy+f7Z8/fP5urKle00v2ed/KBf5mWd0HvLKvWrDO3Gf2J8zN57fF/3gtWkfdfxYt2Pq69elw08++//eHbeYR0wcbZgHWeLrS4PQVmslpf7YtNl2eQqlnUF1yvZ355yTBsDlRMAS+w99hwL4SzW0otklW+/mXsXHj0z4XUe/+Orrnoh1fsY0F2vuK+86gftfs/XLbrE94KR7ugW6qrfB0a38npvdGuvdoSGJHCCUUwwYs5BKJxkynHjAMXCK5SObm0T9y4y8vAia35gEW+qkVlp4F3FNYDw74+uOuouvrXFg4js/IP9UOLKwFJXhr+Gdhb7vfNjvNjtmu2lbqIe6cIsBQQbCxMgtAZEIAexd5xiq5IBoP38vXdK/PCdcj2Nc5ChAaDsmT++e/0zLcpHkLtj2R0THwCW+gD8v24eRsrVfL3fJT+4eRiUQkG3W3Yvd9egqBfSUU81lhJqKalD2jtNgfFOJv5o3TbuvXuiR+ue5d0UOrz6i9ViO7cVQgf6qyrWWx1eSNG+Dlda17n3lr032Vtnnb11tZ6aigKvFuFD5QCUmtmxvOoZJi2vTe2h0i5tPUPUMOqEUpowIb2izFJGEeLS0vZcgcGm7rFnP3yXbn9WPMX213Bzb+LNVQ+/Cq1dV525vNPnFX2fF7sJ5fPWkoj50oKp6/7wIFnSvpB58PM8r3gA0iQ+Byz1OfhZxR8c55Z/jecAvV10ODNrSicf45E860VCmYGy7kzDKkKNR1ZqZwB3HAqsw6w+/J8UTLcBEgMNHUeYtsHYVgDXdr6xi0/z2+GFnRAvMUOt2xTf/vLL23d/KF62S8dpqpLd7Rbxdovd7Xan/jHv6Ptnr6o13Pia3j87g9n/lYozpLmaGzek0l5xX6XJLyr+pXjdfuAzNdt+uV2YeCF8b0xRs+sOyT09FfEmng0s9Wz493k0uF6FL96stvs2Qlk42SuspNsv6kYOaoi8VAIpqomwhCoOuPUyzMxYMHvbyMF+O8cJd1u2ZzrtPbRk/7bYhuF+Nitmcf5f5gnaKbW8vyK9vyDeeRkKU+4XZaU+aaW+Wrm4GRjeSl9YxZv4gt9dqs37LQJQhg7yfVwb2oR7LP46XU83MWHur5fTAOzYhYIh+aH4+7ttuDxVs//Yg8CtsmzVn12//6Mpb2yi5pO+QsqdyknMWTWJ3XbimruafKzvavIp3tXkerGdBNv7QympFEHNF73/4wAXKh3fjKjET4SDoV25yppM+NSUTHYlFZz2ru85A5voAQKJE1gxKYgEmEniLRXcWd262e81chyW1vPFp53hPFkbN3cPz6U/BTsiyGER5tSfylXJYB4sbDUzicR5G26y3ZR7G2+yTFhe5z77y+7n/SFv0X0xVn3iSsLhuOo653HsSSM5iaNX0t0XBxhjbpBUkisBmTHOGMUd9UBTh8CY9o49dsNc66RzTFwt6IfW38sr9U9Xpf9v3EIawFYijHtz5b3ulgbqta4swy9dholLCk9dUt5uVLACBk4nabS4jhV658n00x0O1zuQ5fDwBz5zGCzbDB+fm+vbnIFzkyBPkOOwesAvy1vayXKz59WVru9VU+p1YqnP3afiT9vQZlDuRXQUMx+C9X6lVkFJwcxdqjK0PJjwPthg25V7UdRmYpVz9Hn34ISZCoTYrP9whjkRRzvj2aVC5GM6SzxSOO7p7LWbb3vauqoudrwl25KuD4rGEFJgPRTAcUEsZwp66lTMmeMB3cms/fyRduWJBXUCR8mvQVAndqy8ta7u6uC/8H7tNvEXfgOWvz9P/vlfundl9g0k8c88vbgauvj+gcSaeLJw0hNrL2lpJYbhjKVpWXc+iGL2HQC1Zy6e7KCsgFZYDxiRAkm5J9lT5CrNov2qRIs+X7Sl9HD8F4r/gmPCHaq3Grz6QNLFiY8Ppz3pvqo6X0+7Znd9QLzN+VGddWbKeZhBMgAxdppaIYkhzCOIgpyd13vqbTr9g8q3d0wXelEmo8z6fRr6xZ+v3wmNwpvg5N/oFoMvbYTbHX7by+Et/HM6t+738C3soSSd+Elx1pd0P0FKrbmRrCjd0q67lGMYY2bDv4KIPQTOGG+plZxAx8z+mHya/Cd5VH4UVZ/iCL+7qJk8jJrvMiK3WoYPpeXEa4zznpaH0jNX8hjNzbxX3M1sJL3x2HpGvSAceoeBdiZY3MAgHGbLe3I+UVbmPEx/XcM0Pe9hmj6UtBM3LS7GpV2ftj6u8Prg8xuEXtfq6J0TQbyhxIeZtIqOW0ZiJyVCkGEIjBvTe91WHsaf7jD+CLpnj3nW26gKE38rLgfnv93w/HZ+OhCb3ynsHpho4ynriGkOJIYIK2mlV54gYhUzmA7Mf4+Oys8K+6rGVX7OBjN6qFE1cU4SoKfnHxaLzcBStG8uD6i5KuumVOMQI2sgFY5bYzVxMWBIQaUAQECoPTFXLTyslmE2kp+0mMV9iHlPpOg4Qxk/lKQTzycBe5L+s/u0nrnNkKznadGAtNvyvc1hzqy1TFjtmLaKOuO4C6M3VxQSiPfk3bbyyBLPw/VTUri8ozm8XYea4QeW5eF5lf8Nf19/8z9qa/HB9owSHyjROfBoelG83cbzbYu3qpvNdHoxWZclk7VK0pjuXe+eT8k4DzYyh0ByhhGQFmHipfHIccZMkme728hxKtxrbLK+XCzvdMb4qTW491CLt+GGGhfDUoFtjip37YrQ0U3o0qUjYunB6HaHNjcKPrdV4c/z5ftx8anYLKJDYvTif9nEbURng9l07mLZ3+Lv/3Fx5SqP/lO56F8uPk02i+i3GN30m4iR0uMgfnMsi09+chm+uXbZ37ndj/rj7yvhls74OPGTEqmf1LuV+uhC5dXQhs+mKexv+vSLukchCYoJcZYhzELHQxIwxSXA1EJLOWhzivTbOU6XVXsTPVukpyo99KmxL4vqPop4H0VzH3XMcPTUd+tNFSKUhAl/cPNCJwHxnzF8Bdtuu/xtHuYR6xvu8M+LOETHY81LJ+Xqeum+HMfPMEqH+yrKF7EO9x9uzBUuqCwopzwO3YXB+WK20GoWx9rwaMNIU9Z+8b91AOC/vrp05kMYgsux/X+r4nLl/P95f7tXaBdmexXupsyfF9oNI+VFabP+pmdq/iHc/HdpjfDz1b+WHCsj0/tu1cWlmy1fHJ3sNXtO3562bdjU9/MLdVEeCbAKNl/4fQ1myjdWkveXeQnicsA6MXvbKClX38dkWd3HDg5h2r2qOLwo76McyQ8AeAB8y/ntGJy4v4lOIqfV4h8ueTRpLqeqaGDTfa+g60UjjaDKEsCskgRraxH1QHjLiGSctOlJ9ls5jr391h48IqOo72GfuTFPw7qkbEwCvK7IV3OtmTkEtrlAkNn1H84uffRjhTGQxO1LpG5fcTY91F/jJLffWTtXu1tLzFMtsYQUAIkUBgALDxmM6dIJUO3WUqeJ47rpXlMP30fjDeQOepoOmjgxia4T02J1Xa0jrA+H24R60VwM9W4VdXOg+sHgm1t87nPXg9qmP2P55yQhN8mzHoxsa3py6Gg22gfVuFyEL1kE+yTYbeFy/B3xzKBQu5yQtnl34sN6Ubye1tl04sy1NEGnczv9OLVbVdrZ8cvbpv/2y7//pWzy+jwDbw73zrOLvxFj+kscjwTv6a8XfxO76nD8TVPSnUZ65LmxEhIBPKTGe+E4BMBzIQyjIFlibT5/7OLqUWI6yVrq1yKmk6+o3k1Tj3q4xqieEm8fIXp6GgiRif11LESmLevuS0IVZgcUQKEQMcYaDg0SDDvrHefU7anqNCEyWVdfia7QWeoq8d8RcthOLOCwXTiBw8qqC7sZzpT0zklujSecO8wsIEJ5oSRA4Yrak1bdRNZW1tb6PkJXHkZbiS+NBD1t1bFhA+qqO9GYvnbF3fhOzjGDRGvjKMFaYAUs0khZ4ZUxku0pbNdI1ljW2Po+AkoeRmOJc4uEI+MXGhm/0KHxq5vRBzkOhMPGaaUpNwoBjZDwXiuCmHF8cPxCWVtZW+v7iOl4GG0lfioSjWgLj2gLH9IW7q51Q8qMB0x6RhkhXnkJIEJWaUIhwnBQWzhrK2trfYq4icfRVuJ3IvGobYhGbUN02Dbsjl5BTdhYzi30YebFpGMyWIkgXHWQOcVHbMM8fmWN3U5j/Cw1lvgVSDIyfpGR8YscGr9INzaJKkOEC/8fBiuLDBYIMBMsQ8ed1kwMjl8kaytra30foQwPoi2aOEBIOjp+4dHxCx8ev7oWokBGGYo81opLAyiV3gFlgbFeWqzRyPiVbcSssdtpTJ6lxhIfDpn6cOyctV9P59Pm5yVKuwqXG2eKnczSix1xGcMMUFgDLzFWQph47LV2wCssuYHtufFpC7dQ1gF/xPpFBFV127zZ5Qi9QPjEItsdWRDvpR+lc6likEDoCG41jyca6ZUKYAtfMb2Yl7IZdUYqYh7yKKf/ARPNfbudzqKGS/cmBMD/Z/dV63wi8BeT55gm/h8y9f/4IWai/87NpvEAn/0D93wonNi6cKfcztW9hDPISY2Q9wTH8DpGqXMKEygwtYC00u00cSrtdhqtz/F7cAX/bXt1FaT2Lh4+Uh6ttxNuqPNxOjdu3ZyvZy7VvHS5NotZ6RXfnMn3PBTuJSJvlT6dzYKyV9Wh9aXg11eLxe7o00X4uU1cQtbvsSeZlc80POzl4Lkr3cL+r3jdVMj4SdxlZMddpjIgf42K+Cnt2amhXj2GqJrJdK9ORaTRGl13Gm0QQQJoxqRHjGNiuLdWaMoEdrI9p3a0uVOR6sAXPDiwXtbhONU9tbgqIRUsh+vS1m6MiSYC6XkFrRil2AfSchY+F1m1C5u6ByDd/XDFfCzhSSWdeOrI1FPn/7p5mNqYy3noIBfXh3y6/+nmk82u5i28um/4wAG/7lt+8lhhD3/N56j6BO7eN7yIKtq4mUgEBU8/lEH+8yrINQk5bn9RuGbKqX0dvvOi+L4mRAw6LMV/ESYZMfVBmME8kEf3VzaFuJXEzs4xXY5hpHVKogDsYWTPLT2qa8gpvbnePfNIU2w5pYAKzalXDHJEIbDGKOSRbjNUN58+1eB+awagB1hM+KIYcOJFubur6FFd0UcVxBIFwT0F9RzRY+8cdkNvS7p7tdhiY60DFAPBIPNWcYckAgpJBwDr6OjWLugPPJpmJd1VSXlQPXMP+lEc8AQHaA8HL/Viu9mjgaqv9WBQFnTzw1NgiZeaYAdQGFOlpABrqYhzhlEKOywoP55RkFHwNaAAnyUKRIICvIeCH6r8bOs9Gvj2cg8ITVmHCZ547oPp7pWjXENNqbKh+0HsAQaciw4TmhYyFjIWvgYskLPEgkywQPaw8NfQ+mKPCR/raz0glAVdGiiBrYeaUM0lhZxwDgIUAKTUCelxhwblxzMKMgq+BhTQc0QBAwkK6B4K3qymZlqlzEpgsNxd7eGgLuq6BCDohaMGUmYlQNwz5YSHhjqCGNqbMtQNZCRkJHwNSGBniQSYIIH19vXWm+nVYh6T9xXvyoL97by2wmRTV+iBol+ru8wglXOaSmYAodRaSxlRDChkCZEa8g4z+m1lfGR8fA344GeJD5Tggx/AxwFw3ISMDiyoAg5AAqmUhmGBhCNaSoe1EQxjxkZhkTFx7pi4zdlWGRRnHrEzCgqcgELsL07un+tTLh4OnurTlnRT63KvBQPEIaW8EsYbyT1VnlNvlYTdecetT/TJQMh2w5PHgTxLHJAEB6k74Rs1nW/0aru+TB7+JPT9Fg5tlUlVZceIXkn3YCCJiYWYM+sBYh54TyghPCCAa+pce9x1r5lToWLZNly5yE7a83ceCRhjzzuSIgYPLd2qvPpJlZIPHaVYxyM5yuMSyhc/3ZQlJTWa8KXSm7gXLfi4/sDJwx+EQrd0iAq7J5XDE560LzNLnBBh6oT45nKxWVyERxSP4DngybxM6t3Cj/lg9QNezLf63NFMOvQlj+TKfPA9jJApiLM8QsJVJGqPSI8nWHwyal0XlD97sy4+LVYf1s8bo6aKZKhP4qpDttYz5z7EE2Pm66o3PrKD85cm/1sI7tz8msvxdhApiVcmhGNI6blnpqWTHwf9NAeqdFPDIeuExho6ZxS1wEIgOJdQIWEMI+3MZ6Chk9k1p2bIKQybL58hJ3aQvqsYH9M9elyIiT8kRONj+8xEK/atWTk3HxNkXWuyqzUuzG7VvbPDHcNhysGlskJzA5Ti2kNGtKXeCj8s0G6DWahZqJ8vVHSWQk28FSEeE2rzOsckmpSPi7Op1JWlRoYrSAkM8wHPuRNIKqkMFRIxTOWwLJumsiC/cEFmI/wsnZ/HcZJ4OUIyhpM3Tb8c40laYRwou1rd9UVFjaEAKUkB5Yi6MMhLpzwRFAWrfGSg37WVkZLH+M8XJTlHUfLE3xDSMVG+ql/SmCaT8nFJNpW6hxIoAwniGBuLGNDU0hjcaBwGQlDAybAim6ayILMgP1+Q9CwFmXj7QTYmyN52fEcePwzuyw9U6frtxIAhJpQUwgKOvIZEM2ZMUCdyirBhKf5w0p36LMSvUYjsLIWY+M1BPibE1+UtjuiwKRyXYVmjmxOLacIVZ1RZKLVx4T4YJcB7jiA0gA+rsGwnizCL8PNFeJPzKnwUESY+aTD1Sft2Fj5f/LCa2vCu35bJjHuRcjrWmfiyzqROeNyNnBut0ZGkYooojRzyHGClnAMKOgYRFAJqa9uA2tHmTqXMA19wc/ZpUgr1VKIsX0B1J8XC+/DVReg0QS9X0V1ts/ikVnYd9VX41eKqlKd1y83lOtQuSl08rzS1iYk5O+moyyydodttZ+4xE2bOFpvN1A0tIqUl/RWkfgrun8v6j+WTUj3bspsM/Zhe8W1+Uaq4J+6s8nY5DSPEvy+Lv8Wx4K2KToVvQpddVOkT69Sw1S+tf3aVXjs+h7+/28bc6Wr2H3v0u5Ww68/GaWy8icl2OYkD0mQdb2Ky3N1ElZdSVVJvdK+amyi1n6K2afcAL14sqzDCm/xweOIECFMnwFeXahXdyv68mE/C0/LTzaSfZtxUlSbzRYwkLCvtJx1vk4wfqrvvdjNe+VQ+N+PfcBsDCHdRewJ/m/cDT7wZ1d8/q5yGt2sX0382rsL9TOWVDTMNf3PFvzRZinf9qMkJWto9u5znFeuKqYnJWx/Xu+bJAfkOK/wH9XR2PjajuEjc9hAYwMVe/sBGZUM5BNOy7mlwnEuisAQEGu4hEtZhHaZLUgvHLbA7XqQtnMoCOykXTjAv+uK4cOJZ0J109ajuMqOaSvzWEBzQVM9lremjw1kFu6XdDJ0MSMYFt8RZhiRBRlsiPFOUO2mJ7ynrtNkFs7buWVu3Cd+7P3Xd1cclTivXbhN/6DcSLH9/LuK/ePOv/6W/iX9M/vlfs96VVe/K+wdSbeLkhtDQSDhdl715YDDclQyPh1Vx11PGUGMZd9hpCg0wCjvKIQFCGeEk1/0hsWokK/eLGRWz0XwDfvBZDu6Jix3CA5j4YTu36wFI+Pr6ICLKwm7OYGAVpcRwiqTzEkpGHWRQKEA0gaAPiLKJjIeMh68FD+Qs8ZC4zCEygIe3W2PceggQ613JICLq4g4kgMGUEGGgBBRxxABzgpPAKMEUJsL1IFE3kjGRMfG1YIKeIyZE4sSH6BAmqgNehzCxKxnGRFXczSiKOPeQUCu9NNgDgLHWwsSerImR/VWCupGMibwEd6O+2FnqK/HJQ2xAX78uVjN7pZYDAvvUFg0qrCnv5uh0ABitDGJSS2Q0It5ihAGS3BMmaE9iTStZY1ljN2qMn6XGEnc7xAc09rNahZf601WViGFfZrNYOpnWpYNKS6rsZciWiAPMDNKQMIQERhCwcFVwbYTjPbElDWW9Zb3dqDdxlnpLPOuQGLIZl+FuFqtBo7EtGrYa6/KuY6u3ICoKx2PjIYVYKi+dxJZw55Dsj2lNK1ljWWM3akyepcYS7ykkB7duZ8vBjdvZcnzbdta1FYnHlEMDNOIeMMiICHMwL6mGCnsOxcCm7SzbiVlTt3CHAGcpqsTHCA/5GPVio3Z7GoNhUd3S7jQME+BVEBRlDFMlFBfQGMwN0Z5iYfq7JicNhsri+pLFdZbORiJxNsIdZ6Pp3MVXZMKYtVpUJw10TMOmfBIfapX2v7UPB0u7wYdQUWko0VpygzgBElmErPbEMyBosvcw1NTJFDfc+COJbeiRB51tOpmC2/SkMbAiaG+2LvMRVVEUerYIkCs2l2oTpRnrN60+T/TlNpsYCRD6SAzeqDT44nFzgX6xOw6fF6Vwx3iCy8WnyWYxCV1uejGfqKo71ysWx0Uq3Krl/TiEYf3fMgZBJK5UOHWl+q68h+K7P78ciwCr79LO1XD810h51ylSQgF8sKm5AtxRIDDyBiomvCZOK7Qj00hjp2LTaPM3H2NO7oFOIw+/y6f3WwAUULs05s97gKrCvCpABZ5t12Wy8+2qmLtP3SijSu+PGA/2xDKWP89RbV9xVNvxKZhF4pqGU9e0ML+yxXduFj6+um56QfXoEvSGqZANo0RVq+lb66ZWhd8DdbrGofXaK0OoCX/iHCCEhVZQE6y8E77NTHGgwVNh+OBXPI6h+PWhOBuHHbH/uPgU8x3U/UD1w1TD/8ro1l8+zYt/L99r/btPFb+6bxXux6hOwv/K0NbFp/mk7FnNm2qNxFHr8RAmbmtDJo50mOzD7C/OTJeueKVWMfnfbCiffHkPq7LexNT1DuSTv6n6fkDrwfqnimkd+pKHj2bt5t4wi0V5vk11W+smJYArXH2CTZy1vh98TQnfXhSvZlNTNhQ/W80visXSzQPHlkER1m3UdFbE5/ZAKeLvtHJ0Uy88uwBQNKIzmXiiYXqDzm6Q1/5C7VCdbi45rSSTNFgGCiHFnJReMoKhDVM1AJ3omgk9IZzQPjheZHm5tq+2Xcd4aLk96lLtqNQSpzTMRqS2n54q7Z1XQ9mpehW6YSSGauQklcZKjp031EAhuMKKIJ4eJt9rJsvrqUSHPrS40GPmnRoVV+KNhjveaIvVcrGKr+6QtWiaWrexFQ9X7qU+aWr/1tT+TW/ndnZ8xpP+bZRpZ2ZRI3rx+200xg5prOwnd9PYwNMudaXVOm5gpDZic9O1Bal0MVcfpxeljl4UsbHmhxRlzwofmBfrYIsGYV0XZQdbzOPl6gaeF9O5dcGAtGq+iTsr0a7cWR2Nnh7IfEQAwQmAEygLSL+B5Bu4t/F4sFOenfGIx0SXuKRhcVB0B7XW2+Hv1egu8APrFHAYYwmx0dRp7YW1zgqDlcDtMQP9dm4xqiWK21tAuEXKtqyo+zIRu5JC7BsKTy2pR5dT4n2G5aCcfm7Z3pdTAv4ROTU1urkIMDKIcx2MQ4WEMMB6b7kgjgACEaMDcmraObGc8gD1rw9jEnbFhMk3mB0hJviYBuGomBKvM9LxOrvWMUH+IWMw1riVIThasWcExpqntv+63/7Itl9QUbI/sdPOpVrvRFWebV1/ppwhhVvcTE2QSCusqLN1pa7LcC/l74kuM4tVKS8dJHOp5hdhVlWqMkzUwh1NzYdiu4zL5kFezZpi/LbF6uTj1PPPNAIJ+AbRrshGO+LZGYBkTGSJ9xmBoyIb1VZvpOqUdk+Coc6X+eOIFNpCa4wXCBHttbKu4zXdaeNkjmZ3EdtdM/lmsZ3EKCToG0JOKbFHl1fiSEXQ+Bg2ZBV2++uoaThcraM8oyVU2jkLKKXWm7iFT6TB3HET/oNGlHcXIzGPd+cmwc8yJCn4Bn7uGPeoRuSoABOXGpK61Py6WLS/6pd5aj1+WixCz70K5l6yMLeYt+bjWIWO6KwHSkrjPJYCOqMZEGFaRpylHKu48NKIbqy1U6kubX/nOmc+PPzs7WU1RyvCo39V31A7fSr+bbveFGu3qTepw71flDksSt2lM62go9ks6mq5WG5n5fp8qazyc2nby/Iois36PizI9pneSWHsGxCGuK7CYk+svWTehIvnthlGx5SV+HcQckBZxdtN9EO+hcAm66bmYZ3V9boOa0ZSqrCgADPpuNTQQSERxCCed2b9jXKrG72F6p6S4qoftRvDWrm9mbnoERKXSTbl1loMeaofwbOivsvCLzqSOi8l0SCmQ0pqO95ZCYoNC4qCxJGD0DFBvfu0uElJm0+LwxIKFbrpGKzlklvhpFASYuEpZVgzoSV12kFzWDuhtTxUfZFDFfuG8jsOVegMhyoKEr8Nwg4o65ZDVejxtxqq2noduSGPtddhTAr2ISOcIGacBMxDEOZmMbPYTXLLQ9UTG6ri/+jnDVXoLIeqxFeD8D1B/eDUZrty9c8b0ZKvKk12+dH7MupW6S5oCKVgGKUgYNQ572OSXY+ssMp5ZjUcVFC3va9iyKof3c0DVlXx0YarNkv+50tMfgPxHQcrcJaDVeKSQcRBbR0errr9/dCANVhzb8hC0glvIYCGSxkGKUiR4hJCjbFR7BaC+yoGrVpHjzpinUBMCNxg+Y2PV+Asx6vEL4PIPU39PA0PxA4OV5NZWTYwSnVLuilMPKHUc8w4VRxb7bwT4fGKML2SxCOeaqXbzH2MSfu/4IH10R+N6ii3qItvt1rP3OvFanlZBbiVkgitTUMDK7fexIrVD2gyJDydoWy5WG/KwzVvVuJYzJ0un89VfD5DgXe94n70XfqEHzDgbo8m+BuATxVwt1Kfipeb2L/KvZdFFWXndu/zTf0+m1Mka3XXEeCnDr4LdzNRzd3EK2XEndupr+ldB0Lt+jC5XYAdBYl/DAWHoHbYTuh8+SEzYahidw1WEAEl8vHo+vC8naRKQqUohqHAQTloJQy1+gWCcNhQOI6FP3QNiOfF8jZ2x0PbGV863cg3mGa6nZxuiWMShXt0607rUoMtmQ70vf36Ffa9/EKNqkK89Ju9Dl0tMC4vETysXZW83iq59OBy3OdYWoNzHgQKIKMP7Z03Zh/drW90ESHxO6JoXD2DlkHaSfftgTEttfUOS6q2GrKizlFRR4hHfoPgCRcMHlJDo4sGiesQ7RwUt3IqtlYlCXy1ywaYOu/VVarkayatUqdnHKnQzd+NAETMSmyBgIBSR73HnkkBteTQq9Zvb6S1kznujbZ/s+AOe87KOwvOq/lG/f/be/cmyW1jT/Sr0OeP9T/DWRLgs++NODEaPWOtY4VnbMXG9Q0FSILd9FQV6xSrptW+sd/9AuALJAEiWcWebknclY+tZmYWCCJ/SCTyUXFbmlnGbP7ZS1XsWR2LJ2zm3Z5tCCKFown0fmv9kHN9sh554kaTHEIsbnvvGjW0CM8h4a/3pk4OfrKY+XNvFYKea2tenJhUtteIVSiUmCs3f7QjTHiXEdIW9SmZ/V2l9MAUci2T+49ZP+03flBANsKW69whdOeFL15kzHekuC1fjtv66aE8l1M36JH/+f5Ejg/8eD50hCqeDQHMcVzHS/McYZciQmjienGC0wDTMCJSiVmFoLWwayCaaW1dw3H8W18ex+45prZgUZ/1nyx5sP/8n/JIrceHUuBXxZElKyr2fk8cb4oTA6XTOS93RckgkbsM6OGe3HN/wSN5ev5w4t/p+b5TW/8Ouyud74XlwLee98w2LPfFv5mx9/FEDs2e0sAsXwzi3C/siw9NqeGVD/diS6c2sdNuKPa5G4pdu5hsNpT60C82/kra9dXHfRUgAA/8rhT+5svhb3+jZGd9ww8OipgC9hZsg+LPxtg0eTJ0VcYBe0WS5DQPgyh3cOimCUGJm2eZk7pZh0wTMWvhEhdst5KbAl0vBkejCmG7gnKg4UO06iHyzvD0xDClqxdWVIyOktoSYpI+FwdRylq2x14kl6FVXM8fJMW+1H7rSsFnvhx89oEwm7Nx6E0XdsWetg628dJWPBuWV0jzMHJix49yHGEP+anvOTEhLnI8jP0+FlohaK3lrRT9pZf1T/VarFd1VtwX7OtYbN4/tIfp1o/K1gM9HaysKefIbfvz5SAyc7rSQNXLbaXnpyN9PBW8YrxiJx0/nW6kHzuKNfdR1ah+R1WQtRaBFw+yFF8MWKQgPD9UNo74udhluyKnyhz5rkD8Y0M1lyc/SzzJlZ9Sr1RPUyFZiy2KHN5oRdffN6Qqdk9WbUf1PR4G+5+8Wfam0ZMtvNWN/+9NXf63CZaq+0scPtMD34K5GfjxklBLnASEh/D4InuqZ7tBu6dGw/zA2cX2LM6+sTH9FSVstfCqb++b29XOnGnuUP962LFhWj9dkl2Rkmc1p5N2MHazVHrjjhvThNfl5YOxj/1gZgzqbnrtdnpV9vTQoRnqAEOKLPSjecCY2CNazZskJOsIByYKwWHieBQhl0SenwWZ5wW5l4UOjVw/iUJF85mJxq/dgGZ1SIl/x5Ai7cdfsZ9eAVrCO8ddG1o2WPkCsCIFV/rxPKyMi6MqlE9ZI1VHNyxGjAMSRJHvxnEeRB7JQg+7QZhSSkInS705TFm1YuoGKS9rpfjsn+AGKLm5ksEGJVdCiRTSGMghjd+RPT+L80tk7jORbvwmhsq9IBXxCNwB0ZOO7RUT4TCoO4qy3Hd8J0fE84nrRDTHyHcjEiI/yfviRSapa3aqPDdXd+rfgUCNaIm4FtY0y10ELNYffwQzwq/SLnwRCcLvcRv4uRyK/77Q2pvYuKRJshPVU9iLfjELReeCked76L6Qn0zdF+/F0y/vrPBsFPPIDI6F0drXF183rrS/UX71xKCUze+p/oxTd81z4Vjjz2Ozwwdhn8Ug6qJC03nT45cRBqD3F1LAYjCopMZd55Qj/tH6cNwVZ94shpccmp6xBKWd78jn8iL1eh/9fWT0hCjwvJAw28f1sij3cZ7kgYO8PMMOxlLtz17Iih3ea6lMq492xV/OruspLUAhf1WXL6/D1NVtpzumUYemmnt9W9HEauzJJ1pbPE0UFr82feJp1ueU37bybbnpliK+Hn/Bt8x4YCu8OP+5qRDV41TB3vzpTS1QbhZ6pKfuSq9Bvtqn/GRx7ykPGWk80X96CYMpsF2XgwTHCfQKPJpS1GIgRy3+WLvnf+ruubn5xJbZTnFv0jyZ3JkM/z6sTJjSDMXEj3wahK6PiUuzkNdrytIsCeL+MnAkZC0lqm8f7O4a3578jvnixH+e+8DOWKyN+1qTpEPC5DZw13QX6oIb2ePmduXvPwju+mqZWwdMBRoxb62fJE3h6tGGnHH9yGnFX528TJHdVklc785bK42JmQODY0Hd5O0rJvn+VF54fGgT+t90t1h7E2VjHJwE6q6NSff7XbB/E0EH6Rk21rBaKcxKL4VZBnKY5T+K6sJsjHfMwPi2PO2rqa5/FhQ2M7D4yWXfb5jjBwNt9zI/JD5JcuQkqcd2TT+n2IlwSFKcUrePqhxLWUvdx3JfbK9sr0f/xSOVScL3RaZ6TJl56FCn16Kq4ZOV7+ivBTfIuQ43Gj1U9jfWoWQbK29sbT2KloaHjEk+PYnYS3aOZn9YOXj5OkWO7kQu2kvvdlIgXiAH4kkw0EQE8UAgad0n9218zkP9oF71wz8Pw138JHFyturTICBZ5HkI5yR0vCR0XCpXRxvKWGvFS8AiSV8YSOzPRu4vXftNRDAPcWGLuw0M5rf+td3HlJRX42wOp/fl6Z6Wl8pi21VWdCZlxtj3zJTr4qaqN9b/nZysf/5P0R1Iti//+T8HLT/ZA/orWyL8t7mqiOhkylSkVal89Uqgb7bw4d9AHKLmJfY8R4Ots6PqFUYPpy/wY0vwUsPvNUQkC6mCWBQU0xd5l30mh3QQNfkCvpXIduLmNtx31vat/L32g33XAI1sFDbdZteyBVssk+y+GfNutLsAvSJIiuoM/EkB7O/YuTl9aAFi6hDhRPnl0Odydn8ZmnRenqUhdbETekmWeoHvOHGI0ix0ojSU+wm17OuWtL4Xr9HOz5JD25pb2tf8uFQc2GIiVn45X07CvcqsMloe3lhipNZjedplknFH9uTf0nGt813UFz38ibSf1a/ZHODkXa/ulmf1AWFtirrEzB0ztcNELp5dsc2uq5PdB0VTcW31p2cxFpfvg7+H8LvfJwL77p3vrY3A33a6Y7fWWHsMF94J6yNlWvC+3B+5o+K53Nv5ZBTdYVxc09lnNgpmQotRzOB2j5jAAzmSApaDYOCFqy9Tdsw8Hrri0vp+pYXtvSC0E0bYO7U6CFc+HVYbi5woSGjmxWmeIN4zJPOcPHbTLPBoHPYFMpWi1vPKKYR3d6Ww03qwqme7c7L1l2iSl43wbgJn4SeTb+L5UaMuM0J47mT6ZNUvZvEXk0D8TxJWc/Rs85AJO5Lcl/Wpnx4uVlEnBmSiQULtymCQXR+aeLgDrdjBP2MA/vaVoPdmOr9G4A7u8M3O1HfW1wVPS+Fm8s9ELMifGZbzm7YjbY/u/GJnXD+lvaVcC7v5ZWQzEPuRPHEcf2RwXjUDqS8lyWFaOkW2FdXwrUZLKJRLIeKBHCLO4ZtnVfXuJUXip6BRepqmj4b9CMPcTxhUe16W+knoJymDcJIlNEFRSGlvjk/lrJb1OZG8yMu6Om43QN14f7jBy7bkOrGPZ54frGLP754rbsLvGNaKTCrev1oYHNX5VHyqk6vq9TtIemf7/+MD9x2Vh7ZqxCnjvt2qS4Af2eFtnsuuBvLikO4u7G/9femu+EQb5H9Tw76I3ShTtibZv2cFGTXDfmkL/XcIku6dE925N8dufE33T8yKzJ/aSmPTCI2vLnzfPolv3IbFVauBYyYNwGYDmEZn2Ek9AJGe3Skx5M5JAURQaJSC4YNBmd3iQE9P1sdiT0VI3rQuqCCwzw1BXypv+PdhMyCUphnJHeKnvCQocmlEI4LzIHQRjZL+hnkkZLVCeEOxL+ai+Eh3uxqjykdmxrLPKN8g5yS57LiXvR1nW0tHgq+/tMZoA0Ychlo868M9GBiOwC2zimkNkGG8higBwlbKgWkWb9Ml4/CfnicAbbNmfxdA7eI7HK/thvhH22uuAewOkT7yCyOuSVUdI/DVievDB6FMz+WNaBvfteDdIQkPC2eYzQZTBwwkfDC20Oy5soAjrIR6k6VUg0BONfiwJ6ez9ZfiM9dX3nPqJ/YZTtY/XDkyiNPYO0EjGj5xvT7Zn91puuMc6TjZUfy0Xf+0zX7aFj9t/+P2DGrVILrtUTiBHtlCE2YjGxoMzNfMgPwvyn7OEns3W64cMcU0Wfmp3FtMCA+ls8g9KYRvQaD31Paoi6C39qro5C2MZHJ6I9ozPjU+hq5yamMrNAkJbIWUj5UAdqY7TZoDs5LtHRvczuq+XWPSCsDnIy0OPFiBr7+37diQY3WnOOufgyX1z/9oLPeqCWNotpS69MFeiMP8Qpd9m3oWeG2oy7Fa2YM907j4j2EZx7YTWq53h/GdN8xDnUOAV1dyLtLhm5T/EDoAfEMAfENwfEML8A19WXxDG75t+PbHwbdoXE9zDgFeHb7FOnyTciRCF4BvGIBvGI5veAG+4S+Lb3jDtw3f/jj4NiyhY0CA14ZvIuhLiW9SAks4SGDhLnT5MMp96rY7TnOv/zrM76K+g6MsdN0cURphFKRhnGISUydgS7hPaq95Vyvf9aUPn/EGXq8cvHSeSkWkfavmnnvnonWPaS9+RJPSVUI5XUVcosoqzr60UBpx+ThR9eHTUQMxP6dpEPtBkiHqsv+fpr6PSZSEXugmffjLUMbrUX13U/0/hur/sYwWL2KAdjWaua8SzaQcpFDOQXonssFkOBP5YRMYq/867CafenGAnBjngctUnbcMdfyUJr4T5MTPeh9TzbtZLBtsvR6LhZfL8K7WcfQadRxLKRihnILxgZ4+Fyn7SINbsuaPE03vHgyU3YnyEJHIJTSJSZ4R4oe573nUw9glQdYn03bsm75v+n6Lvs9FVVyj8OiWTR2/SoWXAvhDOYD/p1P5L8q7B8oKf2z+OFH47sFA4V03zwOHRihPc1F1BqXsmJJSnKZuFuXSDVLLvin8pvDPtMEvSv+vNd6/c9xb7o69V6nxUpx3KMd5f1uWPOtM1vdc/GnqkGj/PnRFeGFO0jgOopjEkZ+GuZOHWU5TDzMgCJJO21vuTdk3ZX8t1jxTdfaPc7Wq+69S1aW45VCOW/7mV6YaPKzO+mpXpp8s1+IFGAaqT1sSO+EktiuKOEyQQEM2AIYQu3HkJDR3KHECFODM8RMUBYlPQp8BRAcMGmF/GJx4J8KS70nf87srLdd1J/xWLq0jF79cll4htO6XAwPiagOv3wF4BXdOeDV4Ba8SvKT43TA2gxcygheCgRcaZmPQLMRO7mLfd/MwSmIShYnrx0mIsiilkQG80AZeG3ht4DUPXuEdCq4Gr/BVgpcUnBs5KreK6G6gdK7U/QVsrY+lfT4sS+qGJEe5R5EbRkHougSl1COpk3oeDkg2cbW0UrZD2AYFr8rjEt0CBtGt3RieBQykSNbIHUd6oXGkF1JGeg2tEhJlroPz0MeU+k7m5ZFLiOc6TpZHSZjHw0ivFzJC0Kbk236vUHHksH/WDVh/6WB1LAVzRmgc6SWruIi/mqh4/deh14T6AVv+eZR6SUCZYmA/CR3qei5JU0L6g0fNu6n4puJbRNezRXQx1Arv/Phq1HJfJWpJ8akRVkV7IEW0xxS9+idD1wlBmR9FCYpdEoa8rXRA0jAMvSAhbkb8SbyHQLHmfyP7/HDZJwdS7DZI2yDtFVgtvPXJ1fqPXqX+SxGd0TSiE40jOqea3/x5WNGLxjTyMpfQ1IkyGlAnjr0QBxFOcof64TCmc7NcNjV/TWqOnTvXv1rN8WtUc08K6ox8lTMSqdyQSOuAHOp7HCdpkJLQz4PMp44bhQ7T/dzP/QShBIVT1+Om8pvKvyqnI0Z3TnC10nuvUumlwM4omIZ5oUmYF1JHeY2VPcu9OMhQnrFdPg6ZiU+TJAhiP0qTwHVGQV6bpm+a/po2d+8WG95/lXouhXNG4UyYBDLHeCFYjBdSxHgRSr3Mc2mcso2fnfezIE7yhDKkcLPUTfRhEuglY7w2nNhwQokTPjTsG722cCotTkixoFFkxglkxAkEwwk0ilNAJI2QF3mpn6HAiePYi8Moj32H/ZvkHNAI23Biw4lXhBPhnXO9syB8lTghhV1GsT5yCekjl5AhcmkUypC6gZeFjodJxE4RhKIYu9RLqO8luR9QXeTSBgUbFLwuJ0J0h9DVYPCikUtaMJDCGGNnHLmEx5FLWBm5hEfJII7jozjzAy/wUBoGNHCj2Elzh+Z+mObDyCX8MkqONyXf9nuFinvozsHrlqJ76TJ0nhScGLvjyCU8jlzCysglPKrzkCXMlI89kuQeDVLXCaMoTTLeSDpGCRpGLm0qvqn4q9rHvQB6GYBfWaCPXsml8MQYTS768eSiH6sv+vEovid13DyNkzgLAi9HIS8/RwLiJkkS+U46uujfFH1T9Ne0l4e3lJVFr1LNpXi+WBnPh1XxfFgbzzfUdy8hmZt6JAz8lOZhFuMMpyFFxKFhkER4Gs+3qfym8q9I5X3nFvMdv0qVl0L4Yk/lrsMqRx3WuuiGKk8xxiGJPBch6kdOwIz60MsoibIwyXGYTp1zm8pvKv+qzHnfvcPu1UrvvUal96WAvtifxvbgaQknrCnhNFR3H3m553k+8f3AZwpOczdLmaqj3EEoStNxCadN2Tdlf037O75lf/dfpapLYXxxMHNtj83hPRgW3oMV4T2J6wUxiX1ebD7xqJsFDCQCx4scL3SDTF/CCb9keM+GExtOKHHCgyYg41cW3qPHCSkMMA7NOIGMOIFgODG8zMc5IQE3GpAX0RwlBGe+k6aBkyW+HyauASfQhhMbTrwinPDv8PX2RPgqcUIKA4wjfXgP1of3YEN4z/BIwXOAEj9MsUNDdqQI2WmChBnTHoLcBOfa8J7taLFBwevyI4Bj/fArC+/Rg4EU6xfLsX5/PyVsmj+cT5SerQ+f+GKop1NChQunsStBY1ecpun33sGDlmJYJN5L3IjGEUl9l5AYIYICLwk9342yIEd9lQCtuLWQQvsDQ5D48gjxvtbHlCPBk8UHwf5O6noYj8X5wap2lH6y+qoa1RvrUvFVKRS1fi9RFCNrajO+td5Z7ZsLBPhzZR3piZ3uzgwqqktx5lUZBapUD+VjSoQ0BgjZhe8RXGHZ4v9Ez/zPKdNXUtwfVm/RoNdTXemRfXlhiHEiR1XVkdHDacGRH1uCZ68y8uaPUTnF9Sw34sct7GjioZ7JGFKiXR/MGDhyMOO3pDpb35ZlZn11Od2LfZVxX068lOkE9p4u+/2TnQjCqoO6wV+HJ6KMYh85JI+cOPQiFLk5JoS4QRalCKE+GGogYi1Iy9mrMfQqs0Yw+47tq3XgCUGzeEU0+5EwC0LUhU13BftTZeWU2RgPl8P96anGMwFbZzb2J2tXlp84yNSjZcYMg8LLif/lX+TRyk7l8cj/hRyKfYOIHJyqfVkyOQX7zRNfGOzvf7K+YSjG0E2uOztGOD5V1ony2cs6uHv7PLD2ZnFhpd8Kuo2RwHVs17VcxGMuML4VCb4vH7mRKjZFpvHsi35dVGzBP1k/sBVEs3pN8VXwX5fzSchhT/KSGazW/+bL7ue6HLH1/3y8nMtTQXb/7whcQErW8PIQyPLRPpd22g3IzuoB2UU/IJsNyD60A2JP8pKdRmyuB3ZTH1moooxq7W/8838O8eV4uAcBXiABnhza+ZGcz2VpffOZm+jtbHxszYHeYm4x7yzobcrp28H2J6hjRz/qrA5lG3dZr/l+EXy/NHy/NI9vBcTZMd2OhUvbqn/kQMdWPj0d2Ens6VjeM/1kNl52Yp+W/ak9eLUltHujjQPkA22NNku8kLVji0wYanymrJ8fKCMRNbjFeauFUo55xOrs2YZ38guCig1VHOXS6RDeWNNj6D0bdn2M5Kz7IzMQ+SK1CDdIzvxF2BFv+Htsspjt+PZZTngNxL65ppn6Zkq+HlOSbyBI9IIPx7G5s1j2XP3g5S2ILW7ra3YW6n78a7Gga0OGWB8up+OpEMbF+3JXCm2hZPcsmw+1iZ2xoXTAVuuWzYfCHlXdUOyUD4V/Ccp3F+22U0+uLSbXbt5PtfsM3Q3a/SiU9iOk249E3sHE7B7gtsgbGDkbGl+kjm5okxOPJk6OcjejQRKTwPOyAAWp54UIOVHfqUonbS3z/Jl3o3jbjX4vu9HvDs6x5bp37B/krg/nG5Q/O5RHEpRjHZSL7BIdiJPmoR6+BcWoykxESI4S3kI48hwcpNgnKc484oYRzQI1cAs5G2RvkL30tngWqadXRT2sMUPVvwnW3A3WXgTWYgnWPC2snc5Fda60wNY9noG2mmYYa++6SeA7EXI9HAdxgNPID0iesr86HvUjDbjVkjZ42+BtiQ86JSfuodjxbmqtdXol2AV3+LYjOdrA7iXALnAksPN1YPchfaA8ZEOHdlX/XA93LdGoEkhCvST2MQndOE9jkuQk42dwGkVJ7GiMuVbUBngb4F1zBN88wb8T10F854Y3bTt423ZeZNtxpW0n0G07/0UftQb2oX6m3244wbAlhUNJTtj/Q7kbeV5K0jD1U5fmiRO7KHPVWw0Xs20z2zbzLEHmHZAh986/zX72NiB7ESBDEpCFOiCrU3J1UJa3T/VgVpMMC2ylbpCHKHbC2MsRRYEfBGlEopREeeDFWA1ntaAN0DZAe2ZAw3dudBOg+RugvQigYQnQ5NygD2dyOl+Oqk/XFROqSSZIMI0Km6EcB4LpSG9OCdLI/fLxX38h/FhUR8M2oxpgj5Rg80YKjeXL43LKL7uOiWMEOTwpsKUPmCVWzmDq4Y1FSfXEFyVbk1kDG3XU7CVhH7yPpbVozjGx6nJ7fq5HQHkc5cdLQq3PbKZLS+ilkHA5FHz+CE84ulQiwrZLOOJ5ntWbJra3xcaUTQ1bf6XFhLFzcmaRqkE81dvUUJrw3AaOt8fydM7LXVF2BK/v4v5Y7p7YGDPVuXv4bHri/ql5bn1IT+VuZ30jPseXP3O7toMtJ+YtEPGoZJoeGZ4l8Oqd9e3lYP1Mnji8N0DO1+P7j++sD1QEetdq8vGxtL66MHQ8VKtBObHzCwNrInSngW7243Z6Zthd/3gN5efH0k7qH58Bby26GQEc6QDckwA8VgA4L9usAO19/edhDTjp2TBfy0nCyMep42deSOKYBi4JIpqGNHcIO2f3VeAkCaslcz4bcscbcv/mkPunE90Xl/21BmsLaxjdee6qsLZB2mqQJiVtuY4C0r6vd+YxpDUbthLS+LPhTRTxXBpECUmjJA3zGIdJSJPYD6nj0sR1J5DGJWyQtkHay0LaH8HkxN4N2Lw0iurfxSGjv7JPhB3nnxtSL0RqKdvMdRVIPY4GbYegDAQdPByANUIkcoOExFHghQHBQU5zHEVhnnuZS8kUrFcN/9zQekPrDa21aB3c+f61aI2uResNqxdjtZSJ5SIFVn8rNJ9Wg3qS7Tjy5qHt6lC7pxgVkHeSMInCECcEO0mW+lESBcjzkOv7OZm6Dno5G35v+L3h97Pjd3znXm1t483a/oIILiVguXgOwdEcgiMjgqORpySIAt8PUhKlHublgEmM3QTT2GOmeOboERxtCL4h+Ibgz43gnjPpagRHcG+zwL8YfkuZZq6nwO+PlOwVyH2u/6zEbP5siNZxEOduzvA6z1AY0NTxsjTJvdj1vAzl0QStuYQNpzec3nD62XEa3bnoWpz2tzvH58TmUEqMc30FNv9NQGKlgOdT90SJ0M3joVMk85GPHRS5gZ8iHKYZ8XMPpTgPkZuKMI4hSDdCNpzecHrD6WfHacyg+lqcDjaPyBdEbSmvzA0UqM2mSYHYbPw6tGaPhq0MchqmCSKxl2URipEbxtQN+EVkmqPQm5rTTMCG0htKbyj97Cjt3zlXo3S4WdPPistSmpwbqjzV4wy5znesTI4bPh02pA+xFwSOhzLXiYI4znAQJHmckgQllJApQK+bErdh9IbRqwcne8GkfS0c2qIN2p4V2qSEOVeVMPcPsY5FRy0FvolVXre70oGcRDJs1JtnPiYRyWLs+QFxfZQi3wnjPPBwiMNwgnSSoA3uNrh7vXAX3nB/Fd/aZGuDu1m4k9LLXDm97P3DqajOe7bovivys/WenDLrL43+/TRsJZG2pPY9I7VTRmo3qiry86f5wgCOcd6wieVW5DPJhyGgiLRZK5H4O9GqjYPH+YEcPtVY+LlgX748VRz/iNX2J7HYErOyGszE4u6+3vcMBTLyVEkYmT2xQ1+RMsBhi463aJXI+ctb/OVH5RJ+yHgCPS+OwBZvud/TU1/0oKr7DT7y3kpMx3iZA6s60pQtWSsrqrS88OYt0ugemjG9tT6yf8uLU3VumghOUY9pZ8E7mZWPBy48EUJ+5UP9XCT8p0tLwsM/PUvF2OZl8l+XnMWrQ/moOof3f5+ewT+wZy9VUowvhCLd0UrpPBg+VHgPWoIv5Tf4QxRGQ7YT8R5LzqRpLQCenyVZ+5aWlVi3B0n5gMhR7kHyqw3il3vYlsF6GsWsoxumQYc0CfzAxVHmhEFKeM/rLM6Jn9I8cZPe12DeLNYxx7/AphRvm9K2KW2b0rYpLd+UojscPsum9OIbkpT2iFzzhoTMGxICbkjD0GxKnAyleZYQ30kjJ3DSIKA0TOIwTnESYcWGNJS2bUTbRrRtRBuEayDcde5871YId18lhEvZkEjOhvxhzxF70ouu4H8e95+T/zisPeyTKE9z3tneiZzYDYMkw1mQpKGTeCTJO1yWJTRfzL4ZjA/0MSlPB3soHATAaE0AFvBridln2PbP/3gsH//5H1Z+KvcjMO7BtW5qn7BPeH9iwJdZ4h26RtACKYtDuruwYXAA31H2C3//oYZWUj1ZB/K5uK9d8FJP6F73Xk9j598RYjC4cG3Ha6Iy5NodL9X3PZRS5ZCcKvftZbezfuYrfKrjOXtmi9U/VvTJk6EVhsIYRY5HQ+LmmKYxs8TygDBc8Ynvx1mn7RMxa5lfGd0VaVFeKlvxEyDF91ZU/J/pn5kNw16Goz3TwXJPmXJz60V0d+e6yvT/rfXO6sbdltd9Y51odWTLgltB/F0sMagOAJoCruyP1GLLnUFDmXNLh1k+Fa0bgBPruGO/V54If1btmYX2hkOEhAzlcYOC54QC1+E1gT3nzvFWavz+j6K6iKvRn9juUfKG5Sdm8aZNz3dmBxcn6++H4r8vbOtO+Z0pe84+DFsSfz3sisPqfd8/N+Oxj/V4+H+L8YiW72c+HvsixmNXfDz8uRiPXYrxzNzhTbEG2Po9lNLLkJxe9u44W8aXHCElfDVU42s4FdnNQQdcGffkYKuEr4BvS+/dvuUWDLGq8+VwECXB63xnq+2v9UYcqywmjtJD9VCerXv+rU5P9WmUVudiXx74+a63a0Ql86TgMQTsa01u7x/44ZIJKphJtdutfE77Y7emrRErtNhZB6E7f3iNolGdZ6pz+771R0yjEUSH7PpswvfP/83t5x/rBcPHOHA3rRec0DpIFBEKojN2fcJgA7K5QW/XK1io6cT5owY7Nva2hrn9ERys4GkQMJKSuJCvQcBRPVwZU1Q1ccfPB5ZfilPXcbIEB1HKjnmZ40Y+yvI48t0kjry+NMJYymrxWAuh0X1m0+/3Bo1/eEuuxsXgzvVWw8UNE78oJkopUijQYOKooK4MJqqiuuPno4JfHopDL3GiHMUIx1EQY0QzH8Xsr1mQKzFx1eK6z2wubpi4YaLD+yI4zjWYuNQdbhkzRDeIvBEipWwlFI4g8uvy8bArSdaG/o5gMmset8G5Kqgc0wzzl3yapjTwUeSlaeynvhMwI5IGeYCYQSkqa/ZwOZa0QeZvGzLHQfESvmD3DqFr8AVtNteLA4qUI4Qijc01Lo0tq56yPPaEYIAj7LjphWGCKQnT2MPs/wYJDaPYd0LfozhVml3rlsneQORZQaS5XlgII/jOCa6BEbzByIvDiJR7g2INjLQ1PzVIkvePtWDS0gxL7jsBcfIQ+z5O2cGNZFEQxk6ekIC4mOaZEk9aSRuk/H7tEv/Oia4BFG8DlBcHFCmRAjsaQKnzl9+LEjkqRKmzihUldJREw/yJOEExdvI4zbh3PEvThMZemrgpLyxMkRJTOlEbqGz+od+OfwgHd65/DU76G06+OE5K8f3Y1eDkh04fdbZXNaDQYqVENjzReSmNKKVpEuY5yQJEeLoZYhjq4DzO1GgpCdvw8vd8rouuhJdgg5cXhxcp9hyjEbx87NdnZX0UD4boIi3gyj43BBNwmVINyxpSEno5CagbOTlF2HHCFGfI9RM3cUIRttdjy1TWBi2bKfbbMcU85w6512BluGHli2OlFMiPsTaotQcobWDrgERrjMl0wyD/0MMRiUKH8JCvMCNeGkbIdfwg8103V/vXZWkbZv6OzTHPvfPjayBmabU+q8zzip75+93ZbNs+/vpm9F/IZ//1fyV3/F+k//xfu8lfTpO//HOLNnh+RJPC9LE+TH/QCWao6tNuMOPnwwiD2HFxjuIgoh7OgzjIozTFOCfYZ6ofuhrkWrErzIZYr82Lz0vcXxW9FN+EV34NVMP/cm7Bqw2gVgeoWIqix7oo+kkB58E1oLKI85RiWN6UuthFQRKjOKcJjuI8pk6Ec+zxLlZeoL5wXLeY8wZU23H0+Y+j/rgNFDRydAunf3lwlMLp8TicXl36mY91puzz6PGwmV9OI9f1MycJXD9KYyenMcpc1/NoFibO0HR7jnLPGyC+OsstuPOuOmm67u2Vkjf0uBE9pEhzLEeaSx4sXlNHLGaxYiQckZav3S54+1jTjJK150jHGdta2lvBQyk4LdmUiLrWQPjwV0zcfnew6I7e82o09ejbWhSnVu/fWt/u6K9FImq5Z1Z6qc7lvvg3L8f+dl3Vb2cErP7YtdxA3PsNi+rNLZ1XV+LV1ymGFDGNI5NiuCatmJR3VVMNg5PS1M1jRLOEba6ZF+ZR5KRO4uVhSLGH+4BHtay1ttzn15rF5VyaynRsP32U99CKV5eTlcf6T4ttRGK3ZH+20pKNk2ZvLeuvjEbefNv3svjXETus39Zk4T+UPpRlRetCUaLgS920oaqlsnFSUhW7p1Y7q1eimp47bkh1s2q+uFpKEcg4NqklMqklAqnlsMRlEpDMDUI/iTLXS500TQOc56njJgi5hKTzaok2tfzDqyW+Q/7Vaum+SrWU4ng9x6SW2KSWGKSWeFj5IvFIiPLEc/LUcxwSuqHPtko3iZMEZQGdV0u8qeUfXi2DO8e9Wi3Rq1RLKWzUc01q6ZnU0gOppTdqV5uSOMoCppceSnCU5Y7n0ZgiEvAHeF4tvU0t//BqGd75158v8atUSync0kMmtfRNaumD1NIf1kQhcRKnIUp8N0ARddl5kk0DjZM8x7Hr5/Nq6W9q+YdXy/gOXa+W3qtUSymyz5Mj+76m9Gh9zb3Mf015eeef2YScmg4dknJmjMzO+K+2+tj9ZXivnKaOH8eRzy9MnCinHg3ZmTIN8ySPidvfK3fs61XlbQTaJX8R+5G/iF13hnwBXftIPlGLWHxAVnFgusDd9mJkUgFu/LXVd0V517Wz7K5DuMO0Wd59KdyuyyVvSFCJ9uB2Qnj/AfY79ETqJop79vtV/SvcN9/2LOAtC5KKS6IWfaIMmM7pQ+Oa5b0J6rk7Uf7zWeenXbNb5ZUtCtr2Mo+EfeGZ9jP9c30HGrbI2Vf54lfS7J+YV+1GmG38L1+1O5ZC4zw5NG44TR/YZpHWxZdbMGjn2haTXfUE7U6tejxy/8Yk9cIwzwIcOGGUuZGLsijjxbydKI6lmxOVrLUwQycdVMlxTbT4oRruv2wvrOoOJOTMNmdq1eWN2ya4dMeWZbOX0/q2VPRG6av988609CyWz3+KziXDjyoWqhpeLHrgFzD1Hs0veDMJWD7TNxy0ul5PcvOASTveptVKsdtZZE/+TZuR7Qo29OpPK2HKsAz4Bi7YGVQMuKkOeHPhTOTr5o/8m35LKTMa3+345laXBD9Ran9dsEXJlYYZSStXAG9umol8z8xXl53zkdiEj6QpBs5HkvUjmblt1uAUrAB44EiBe54cuFfHpYgp+56SYdODOmpEvMRD+6wGzcmTAV7mAQldP/MS16FO6AV5SNnpxnEiHCTEJUmHlxMxa0GlQvAXt6lEjxP+65IJxdY0PR3eWPmFdw9nVnraNPsWVk891P7sIXqR359IJjCo7WBQ7p7uGWy168Hi66Gzstr9r+4GxUa+46OveLsDgWdnmj50BlPX8rsF8qaFQj2kuo5cDYsZj/TJxCkpoRwU00/shPUKDK09P9ycT+SoAsLRwykK/tgSvHSPwt8DlOO7QRDiLVAuYon4geQjU7Xjk4zoXzHx2ak81mu1e/f+OLIylosoIjb39lkMRYb0pBlK3YW9w+fOspgB8yl+QnFcijH05BjDD+WOMPvoqWIo2FnB0z42FSezK0HWbSLjljZzREPflZOHCQooCfMIoSjzHBrROM2dHHuJT/umt3MSVwtInP2NF3NfScYkA5tTZf2n9Zey/GQdSrYLnJgqnt5a/Qdre4W8qbtbMeAWJ926R07rh+L/9olDer+xCKh/Yk+PpA1QGnmrxN9F25w6BLIJc3prPYtp+0eJ5P7947rvDNyLL3T+DxwpPNKTwyP/euRWFFOg4wzsCSIOCkct6OlJBpDnuL4TM6xL4zggmeenyA3jzMGB7+VeHPe2rV7eWoBXzvwCCO6CNT2IHIXkjnxWUQkj9EhPon9yO8TeeSc+HB/+G4u94K74d9vFNNkxsKyP5XUz1uTEjuUFB9RH8vTW+oG3LT2UZ+tfF97flO2ffbBmJ7X+MWbE1l1PCTOk2U5u5cW5G0FtjbeYy7uSVexlSO22/EKoqHDsI9sN2qCxcGWL6mC9e6S861rbJat1qTSm/1cXNnSbTfo/yElM+Af2QPhcn8muYsfkekBtm6xmCddGFbGTZkD253pAdtUMaMa6mlFlqJklxZx6cszpz+wjsO/MzkzvHxg+cz94Zn3HThAP1aCRM3/WZUNMnY46gtHNIEU5DdyIl8UL0iD1E+wGvJ+MSzKUBlIHZ7W0tYDmkb00V47Kbn6J+y7uxUsDkSZc07B6KK2K911mSkPELR5b37xHoJWUvIfxf1o/87XMwaD/WvXAa0/im86Qqhdhf7XAAaiejfq0LU7lVX0D2rQilZyLdRfRJt/EbroUNr/09qWtqvZLTW0P+cnU6miX9dYq+XYTCrN/LNe/8/07N1gXyH+QlmHzyUiHRGKD69f+8yC3pAhTWBBpNR1szEC1FgihQC1FIXtyFPK3pHrg7oCuJF+9zSl6HOY1ZV8mr1lo2naHZoZxHo2a41ZYVksFInK8Zu6M1QylNf24z1A20fh6bEj+ZAlLsbs05o2dL8W5Pp02dlnrXuG3xHty+kTPAljJ/kiEh5/7QblNxyaEVq3lwo+2zcm2Tezr4j2EknWxJPvyRJvj9XNFcLy5Hrh/Kx5NBdq5nuXiO4cXOB3Eo6h18blykMY+xA+XPVtETy0C8EX21a68t34qK+5neddcDr4R6+pHvjaey4VY1SNpAYNjZMJGYh/5SOz2llLAKF+jM7DZzGiXfvhBa90OA24CHYxKUeO+Y4RRI3qO4+A0AChbu1GeRDiMcy/EXuCGOCdOlnkOyjKCQxz0/RJ1sLeOrftsoBpvoLqB6vWg6t35a4LqBqjPDKhSvL/vmu3ScWEIjY2prBIxRzssGRFFOfYcDycB8fM0yfn/dVOMEcoT30EGiF23fsQGtBvQvkagjcYFYcFAe3MRjQ1orwBaKYPDlzM4vr2cDoWoAKO3XVsSnfWqIxgarn7oezGmmZ9nLqWIBqHL/uMxWzajadrfCOmkrYaoWvlfHFN/OpX78txfZ/Nr7MbZ2hXoaaqsWEdxz91cZVNL993eWt+Q9KHG6CF2ZkWeU65uTORTeTnXIUvcv5tQfufO8LZiZHJgORtOyaHYKtgYPhfZhZf9qf284+ySF/fk/oYhFWHL9e4c/87zXsENspRU4stJJd8WZxEF993TfgYraiL7/mmvRQstyRAvgij2sjii2CN+7NDIIW7mpBnOwiyN3D6aXC9vNcSY+QUIZiBnRcz4keegDOLKPxfsv8oTU/QmluahOAuMYONlapqKKMcnpri0DoJpXqfjbyNceES5FPotgq9qf3kdqP6G2WnVJ4YTNbicpTsDnpjShW5y5GDrivExlPnTC94Qe7YbWy6vKTJIlF4n5u7Hy+5c7GlWkNbwEHj6F968j1/HC0PjfR0X/2wGx74bROde5wHUOz4IfhvMrQy7Cc6fsTZmVBJ6wSDlnfiDksyF9T+sv5VJyWyfqsaNrDvO9eZ1V+mvsO1TQ10PJevOVceOenTTAGMa3zYwLm6IDRnPY8ZbsWP+V1bAj6W3EN+LVBHrflfsjxXl4XEcKkSktfg3MdImipoZrHnBo43Ffe5uV9xTBidvrXcMHBg8dJe5bSnANoiFm+A8hFpkrJBDQavmEphJvBzXPpBdbTL8DsLPaojj5VDHJVqAivdl7hZ2lH5qf7tJQOlKHH7PFrL9ka+Wr058lTzb4YwPotXuJvekK2vIA0NtEfWf8EHMlTMs7HZWzcexUAOXrpRn4vvzcKkys+ZRZVIfdZZ62KPDc5IQxUHm+m4ch2yRxTQOPY84qcNbT/blUg24to7ltRg93We2vjb0/F2iZ3DnRc+GnhtyromcUmaHP6ge/YOueHQxWzu60JaOJiTBATt7xp6Lk5AGQZZnGYly3w0TL0xcGQufoXL0s1uOG/Zt2OffIefOX8VyXN+vv2HfCPuk5A5fTu74seDJdDvr49OxFJGFT3rTcV/T2ueOVmc9GimHYdg4zQOcsdO/m2GGl5lH/Rj7DvtPFuKkL9BkFLsWgAJ+6Ivbjz/WjjI6iJmeVGrqvGdyTnT9Nm8s6XXq29NaVAOkdT1/cZValryE04mtIvKrlVwSfvvaVnHg8vMd+3JTZ97b11TE4fcV6ezZyOeufhwPYv9uckiKF2KItBfL6seyzPheXGOkSGDhuUZiGX19Kc/lga7ujTy3IxBNA/ZsBHaZNwApMlb4Rb/IU8maEcwAZUMyAzpAj6Qr5ab4cm6K53j1pLzvyrZJ8Mie1gNO5ac1ICqeDSAQ506CfJ7RG+PEDR2fmY9ezP4l9gKfuKSDQIWgtUBPKRpkKrorwhxPMawhbVdW5+lNBY/kOBzqniKi9MIDZdYQjwShVdUtWM7PvxZ/nz6YRJr8F7xb8Jk287sF7LB/Vs8+q0u18ayFjw/k8Imrc71mO/un3d+fLd+MtkPgVwqHT1yf64XVWT/NV51RZpXCQNVXyljw5YwF+r7c7+kpHafmSTpM04bErshuYtYonw5NmTglXuhhJ3bSLEsJ02RKXSeihMZBmPqdHitFraXJvfBhyh9QndGa6lyKXLAHcQA8WP0n4MmDzYGPWu2ZTpzh2F4k7qZELAPhVaWOPCGxM3XksIb/ZJvYk8hq5eFeB/Zu55qIzV1alJeqBw5RdU/EdgmhkyIB/BLuIIBDt05WvpCEogVvPeTdIXTno5XQghfOEZeM3zxRUezzfw9f+4OY9TrE5BkqftzTc329SNnP2+WhxoShRlR86dY/P4MSaoWE4oQUkh+oQvLrlHddPH6d/ToKUJg+G/nIo4jGLgqyhHoEe6mD0igmruv6uZfn8SQ+VBK0dljoQPQXx4X3TXMfvjv/2lfjqCPtRGkmcRXOjjklL4skckU5hogDTUIJMw2YrUpqGGnCSk9N3FMLFOXjobMfmCym6vzG++2za/Ef40TCgCni8ZxoGDi/TojE+7Y419/omR1Ra6Om2x7600nj4nkuF05bI4xNEBtGY9gIM0Y0OeuOKJIaacIkFMAAhSkp0D2QA93/wtY6PRVsEs7lXBDmrqGzK06nc9nMUg2D3JOMZCj0kZuEacxOK24SuFGW5ygnDnZ7G2dW5FpwZviRCbChZwa2j12J3QaVRCh6cUh3l4xvtkIG2bHjyuFiHcjn4r6uqlWfZw6fOBQy2by0Bjec2sCsC/t3XtezEh0YGTHZ8Tqgsi30dqsz9Cz4NoxXf6ngSlcKww7kMOyvKI/a/eaziBYTddyU3omEk9lUkNV10RRuijmiYQeaPArTLPD9ENE4ST1KHTdOU3bMcdPQz/u6ZHMSV6tLduFGoG14Q7O3dtV63w+0aly1dc2ebry8KTuHBVFRzC5Tpsy8wO+v3J7hpep2vGLk0B5q/J+tC3ZT9FUVPRSKHjAr5s69WdE/0N2uOVvxhWh95IU8z10kvbh7+uZAT/dNzcUPjR9/LQumYr/fHK7479vn+vfbYj9izVHx+7WKVJKjT226zGIC1IaRIsMDOTK862n7U3k65+WuKMd5e9NAz67t7LHl0QRgTsM9l7COgz7BvLfCmfGHQIe1NVu3CpuGu9aFO7Ub1rRf8yOzT0Q9KW6yFHtRm+QtO0czSON2y7E8C5etSA1helLfXJWnT9JlVXU+FdwX9GZQCKgpdM7B8JEdFY6nkmOieNTEKIuDQX1cbILWz/TITgy8e/RBXEOLX7s24QQcCsBmvZ6Vrcjubymmod4EQl5bw8ODmIYlEPVFQmK/4/+jC4P5kVTl4fQkja4PdOiOyc91Pr6Xh2Lv66FIuNWHO7RH5ZmNpp1ou3uVNofRHPcQ6TYeKbkg8OY3nh8JO3hNTs8KNN4zQk287Dz1wIRGieNmNKAeO9W71MM+zt0gCgMnJiQIpW5x8zLXMqKff9eJt11n23W2XUe562D2z/PuOtuO82V2HCTlZwT+/I7z06n8F/dru/P7zbEms13AbtPRDvuFuBQTN3QynDtBFroB8jw/p9xjE8cY+3N7TSdx22m2nWbbaX7rO0145/mr7TSrB25vO82CnUbKZwkC2E6DYDsNWrDToGHDzxgHcU5o7icecfzQTXnVlhB5GGXs/zuQnQZtO82202w7zW98p3HRnROvttOgbad5wZ1Gyh4KQthOg2E7DV6w0+BhjmUaRAgncZ7ThMRh6geEBLnHNiDXianU1n1O4rbTbDvNttP81nca785Bq+00eNtpXnCnkVKvggi203iwncZbsNN4w+QsN/fT1EvjzMUkDxO202Q5CZMwjbwspTFkp/G2nWbbabad5re+0wR3nrPaTuNtO80L7jRSlmAQw3YaH7bT+At2Gn8YE4DTiLpR5vtBRhzPoXlAUoQjlHlsv4k9yE7jbzvNttNsO81vfKdBzh1a70zjbzvNC+40Up5p6MB2mgC20wQLdppgeE/jRh72CI8GILEfJxnOMXVix6fIR8gBnWmCbafZdpptp/mt7zTune+uttME207zgjuNlCocurCdJoTtNOGCnSYc7DRJ4vo+Cr0g8uMwCGieUOzGWZg6xI3DiEJ2mnDbabadZttpfus7jbdmlHO47TQvuNNI2eghGtZS7lbb+92FAcVJJLoOqyq3i9ZOa5Juc1E8GxXQCePQzVMUO1mIo5ykhG0pruOkaZiR0JMLK48FrVhdeSxa5MVCqugEb9csCfpDLmpEjCtoka4F2BDo21Hzcjq8vBbPO+b0Arz7bvYNxr6p94xGD//WzUe/I1WXE9098RaNpOnzY9EnNifknLL5WLYTMJC9HH85lGyGa1197uqgD7T9dqr09dHTKaROp4X3QGpX/JeGWNexncASnTxW6FckKs3+o62b9nNTgeTDuSnY9tOOPNVGhUDDTt3fdYtKZLb/sF8TIXmbKLut5WbzqigcMCs2JlHqnC3IpzrHXcBip5/dQq8z10VRhRmoVMEPMMUdSSnuoZzizptIVkwkn6i6oO60J0dDYrc1d8fZhTqCYUCU60VR7udehvM8Q7GL8thHTpIQRJDn9jU5dNJWA0it/C8NkN+Vp3vaVAG8sC9VVxfbUXKSaiG/YcDIf79e00x0ydStro9cVzjuq/S8kdqV9YDZVUpu29u2AEmYyMOhaSzK/4UJO5HDvah5zyv68DI/1SpAKQHRV0zoVudjBiPjO+ytXbDsw4VpBNlNi82vD4XT1rHip6cl5kGIp0MWKOxJCdahnGD9I7kn/+Zn0/e1NirKyTcUdqOvkyLy6ucDzAtCx6UpIiQJgxT52HG8LKCZH/p+msd50JeOVwtbrWC89l2+KN59HAJT86DFJd6wNSsqvleKPtrsa/J9qaWaWoKi+fBb6y/FJyoY6I6p44Ef+pt2kKJifIuTPfC9EQ6DYakz/uOUVAUzGBOGgnRffmaMRW4V57oT+IHSjGbPbzXylxLoviEhZv9EKyFh25BYoN5HZiq2et9UPmrxgNlsT7vnKtxY14ylNf5x27BVx6b80X4wCHPZxm7QzcvMNNNWgSOWcoFD3wyOzMbmGmnGSLtqCWehsiEbBjMmbh5mKIydwMuJmycxsxCR4zg0pkkaJibEbGRuwPkKgPPPqyMnyIzcELRHUN4/c0PQ50NQKcc1DAYIWrtnv+Mc7L/fkxP31Mvd2xoSuyGxJZIaNXUEw0qXbhRHkUewH1Evjrw0ypmVGbtB7MS57/V4qZO2HlLW8u8b+Wkn/0XAshmO1QynP/Tyo8/UO/ZA+C3SiVIGpLz+JV/XrQgGq+WF1wB/fCh4/zb2w4koicm0/H8wKu5OzLpeAQ0Wpm0B8axuP96WzhR00rswccdxp/FurJ/5yPMd/bVIdgx8haLtOWCvezhX2aPt54O1AegBhx1e/bUPr98zZf03+7xsy2n16i/im0hNQ/hN4nOdYB+63+/uOuo1IXUMYb8/CzMaVYbijJThGMoZjv9F2RLqN/ZmYf/MF8pH+utZgpsDo+TDzMTN7Pgwq3w6AJo4C5CT5WmU5W5C/ST2A8JOt05AvJT4WdgBjVLUWiijFF6DPy/U/0JgU9SGjrCyCPt57k7pP0pjRNX33GyQAgKE4+Mts6jbm5B3P1j3vPIp4c2C6uq6A8cfG091ZHhTHcjx+NRfkcjAMXMZ0vr6/vS6rz1+l1aY596h+FZQ/Iqh0Sfra940or7XOJWpuA6rra+uI0HtzFvZ+kr4j9sZ+/HmAqP+8dbq6voQiHVrtrrUaAPFQikHL5Rz8P5GGfHlxO+D/npobsCbm2QJB3sqm1HZnMruqWo0nKEZthrwwhA7NGfWV+wFYZr4AQoJdRGOMLO/+moiMwLXQsZP7NSzY/YJW6ndb7VxO4OGVl8UHt9Z/XAkSOxbng1Oj+zoeNqVJGsxrzmHctOMnHmDFN5TgDuTGTk/VVa1bfW//nlxnDyo39+aWQYmKzAvmdlWtxziB93iwHv/NTcrpG3VJHoeVNxAqSh9bfaXh+/88FaoeWd9yxvY8G3qG1I9WT+Tp2EkCm/F+JfmRr9dz/K8r93Cjdg5G5C4SWWL5cl+JE/DeBTembENR+kWvaQI5oZucyoPBSYpZSuUU7Z+Lsu+d9X4muGxLPsuUUOjbPpoGCOfY9/L48wNM5xEDHpomOUJSZ0ERTFJ+gqtUzmrtTY4sH2BG2CKX/jSUCNK2zfN1URbtMriq6azvIRji7f0rq+7h326m8tV0Zd51PWE38cemkPglzKepPn8A8US/k6tv/AZ7nO/ooQNh9t7+GtLxpdhS8BnOxIn7e/bOBtov6Kjoxpwp5DRXgdA4VbKW4qcWbidXlxof30GfFXXFUGQRewE7GIHI4RJQlOa4tSLkJOkWZQ7Mxi88k3FBsXPAcUb+P62wdd37pxwA9/1wVdK5YncAfi2Z7yfeH9shbnbnvr5Nd3U4lU8Hd53RL5HfOokFMUpM3R5Q3InSeIoi2kQejLgKkSt19LrSE8igEnzMy/ihiR7fpd1rzjY8rGpboubm2JxJ/HEVJj978kt81vr64ZaIHqyK+/rC2SLrcKSH49TcSDnMYRZVhOJpqm9n5P7KA8XTvXF3I9XXQL/ViBcD3foznVWia8WPsZv2IIvnyj7fqIZtYgX+NAufSr5HtnCsdlIj8JdvTL6idDqugVzOxxx1rd3bDh21Q+n90bKwzGDYbfibQ5ZzQ2w/WEZHkoJJxEy4eHUHp0bQ4eOswMdpKFkDBFpiLw8DP2I5DlyfZJgGnrMRGVA2YHknMQNK38PWPksgde/fZzEgzZaG05+MZyU0lAiPMJJgQ3WP5jYcs5w/MwJ9Jaj/HjYZSTznTRHaRgQN2cWZB4lGfYZTIbEYSZkqDAdZVlr4aFO+peHQfmSWp510zWJ6BDLs+rS4kAFqFniVSw+IRxU6a9H3vOaHQPf1rEIxdkS+d1Pu6J6eMNwkecEZFbC1O/+VF4Y9gkBNQySRhrHUfbDQh/fjCJjRFJfXpzP/OdEG1tGdtlRK30oi7QeuIiUaTz/1dvNX7D5CwAbgz+oNrKGv0Dclv2jSOp7xTpaqbkfa/aFr3o1GKjh8/gPxGXZZz4eu2yu89saE83G0KvlFKJ0/gQl+kI3BSlJJ/IGuYnpAxtXyi+Bu0n72GLAtPUukei7l2oxQ992F8o2brmr5nu47JPbUxRnRnT7VhFdsVXIQ5pW/+i2BKYk9HR402Q0MlOXHI+UfR8G010VkdqB21zxN9GNXcBk7e2tY8zF/X4fX/WvC7+VFgEAFr+uPdM+GTxhArm1ztZUyTeGOqeRbQAlw4mT9algylXmlgCNP71YEZCZm3s/vnPDQfUJ6Op/lq6u7yQvZ3P//4HhCA86rTHsK/YF6rBLPtM/SVVZ3jdVWda7/e8dns3Nf9UMpYYvBmVnEYEp4jGlAjF2UyBmBrnkSW4v/O12ks0FKGINpHlSak3k6yDtR3q46OBrXz8bFDWaEAwTrKPUC7LE90ji51mSuI5HSJo6aYKCzIuIlGA9ErNeZvWzwla8wdaz+gN0FqwWtfCd69wh//lQa0OsL4dYUipLFOgQ63tKhP9yWiJCGtSDINK0oNZTDl2YLs7iLHadLME4dH0UpjSJ8xgRFDp+mKnBbCBvQ7UN1XrzbCGuoUHi3A245m649rK4JqXORKEO13iyjPXVrkw/6UCNu+ntpKHQI1pPNkrTw06WRcTPSR6mKEap7yVxnEYIoSAVJcoUcNYL27DsD4Nl4JPmQkTz77xgFURDG6K9LKJJCTBRpEO0dwlTBR2YkeahHscExSjc3I9imro0wDHN2NEyTjzP91Dg80Acqc3UVM6GXpsldit8hXeOtwp84Q2+Xha+pDSZKNbBV5ve+FE81MBYm4Z4boj0cDagHEZwp8QNE5qiLPVchwRpRCKHuDhKAwcTnKphbSBvg7fNOLvOexbdedEqoOZtoPayoCYlo8SOAdQMcAYBsgGEZXnA1lXuBK4Txm6M8owGbhqGfhAgLw3mIWwDrw28rnSSIecOu6vAl7/B18vCl5TOEbta+GoL9GsBTCKYgbCWagBinuclIfEdFMXsvzBxA0qJz7PpkjB3Ih2ItbI2GNtg7CobDKE7d50bzGADsZcFMSkHI0ZGELN+FN/FBGX2viEDAFpNO/SaxXHsJew8mUYM1jwnzkI/z9IkDXM/chzfAGu1xA3cNv/Z1UYaHhRRvgHfbu5otOHbbfgm5U7EWIdvvJApE67DtbR7rMezhmbYJs/Ncy/NnSzwsZOFcR5mQcjwLGdglsWRJh6jkbTh12acXWec+XdevAp4RZtx9rLgJcX4x3KMf12v8H25Z1+lqNgan8SW1UUF045iHFimeT6Mv/AJs7cwSqjv5KkfuSkmPqHYTZyY+qQvk6wRthaCacVDsCtcEbvaYhZNGmxC2UqpixOTnBdqkeqLdj3YHuW0FVEgT3y7/m3G9eLfMg219iSre7GJxqCHdHdh/76/7M7FkeEb/TUtznXOGGFMtPs5Tt0VUeb/IoawEw1Cr+niuWruVj1dYqZUmU+Tx9O0p6/qCX+Xf4l+bH+IFC5XtPF07/i9yu3VVkueBf5D252Qv1CbrCU+nKhFWH+85ym4yn/fLqTf75Kz+t+vFxiw5qoOJYE5Wr6U0BDLCQ0/UzaPTH9/eijPXebaTI7WY01vHzl9W3zGnKMFZRvnaDXDs8Xw2pzlZlQ3Z/IqxnQ7kke39QYRg5m0emsMUZESK1YVsxBEP86uwmrJu4B85rR14S4upm5A1+J+XWx1T4oO508ltzZF5fzycv8gcVoP7G1Ew+c2p5dZHumnxtbkZumZbRdsbqloe2cJ0qT81WrrnrbF7uUS/G+tdRO30r7jwtU7Qde0dK75cWXqfFxZ37APlJ63nWDVnSAexwxBwepZUuoU9cMG4+iaGfzEVFU02Fm7jq6igtgAT7t2BsdmBIDCuSqANR4TAke3zUhZKHFg2GYMu8rYx6GiGV5BxU6CHZJ5gR8FSZKHDvbYeYENKkFeRKQCEUrgX6k8xLNsKvG2qeg2lefeU7bN5HexmSBv7EdfdTPZNpKVNxIp7ScOTeeV8VWg8rShvAjUUw6vAYPEY5sLCXESRkHuY+TkUeR6aZZlOM/I7Nay7iXgtsG8/g3mmiztbVP5DW4q4Z2PV9lU3FsvZ7dNBbCpSJlXsZx5xRbTZ6b97+7pIRXNHrPpESUT4FX71Hl3xGx8TNERjOJJSI4yTNIQ4dDPgzDwcoS8LMZZ4DikD5PTSVtrGzmLV7aJeOXhD3z5vYRa0utyuK4ra9ZfRVThLPt/barNd3ekGc2LA/tfuyd+o/rP/yBJ+Zla/8NK6FN5yP75H1LR+jOvYs8WJiOtb3Q58k/a5KrL5r34pcVvtmpni5bYvfPX6mbbF+9si7ZLV5A/iTqsP4oLmvP5VCOFsAg+ni7V+bE8nZmBsXJ5tr5+Z1vGXXLW8wCBin0k7vnvRiQuAc79iGZwUIstUPe/lLQVy0lb/6vg7U8P1v86MAHVqAK+hH6fxPNRhfoO+pRPR/EnGcqSKE8zTIMkcWnsxZnjpLGTZwFN+7rvSlGrNVmr39bW/MiXBr5vPrOZLwTa/ZmtVR4MwszkUhir9RAtZpSKKJPkUhUHZmk3hTSbkU+Qiz2aNLDl6sJDR5rGszaPM6it6m6j3rUNKRk1W7Js9ZBf267i7Ceblrknyn4kbZu7CYjm7Qz5Gvwzo2IW+oGNvbiuQNuqUPn7tDaxN0g3W6Ub+IdL0vcy/qr8ta92/PdD8d+XSU+Mr2lV3B+eqy14JY3GTvho2mvTixjNSGPtTIxmBjfVwAQFzT4pLHTkpLCPBVOldkLISa45wlD6qRtd/aiGyPGDoVUY5n6aeZRZpQFycz8JqRMnqcOAMkSZVF5kLGUtYGRH4sPZbkwrW/oVGChGK1uDHBjPbDnWlp483aJwsNhY07rDYVOU2HqsY7qalVSjk3grUbZ1EP/CrLuq5M1trT3NCtLUOB4UKH4jQlg47qXtuaruaMR/cl9wrNzVzY8aBK5dGny04qcuR16dm4fF1EPgbK3hKrWlfP72k2+WRR0jGzk8cM9naLOWqdZABnu/4WcVXSc/8s6gvN9UY699LNJPdMVYuwZgaqBgBpc9XOmi0STvTmrzjbax0M71GGZgZaLMUEQJJERxNYjyF6E4akjZNc+mmCKeDDPjQxoHnkOcLAvZeTN1POwhgnmbs8TxPaIEFSFmQ5UNVZ4FVYI7dDOqjPBgpKMgLQwlLZQTjX6iDIvO5Ynqz0FHyqCCk+iOQjqCoWrmkRciFMZ+xBYydl3XiWLfJWEYIpeivhaPTtpaGqqX/xIKqpv/Ud8ANtScHYUK4cXkOkCf+KmGHe2EX6hW2TaiurkeYJLFe/656nsa3qTB7TGrVeS2p4xoBNPG/X2mGk3e8/DEY3m87Eg9uHZQW5+D1Y5NNep4dw4vzr2uLSNMlW8O9+ReGDLNYq3dTtx5SLuWgo2T/bkMGmGv0GYgnQ7X3ibub6ddm8C2kcaMVaOFLqh1E0m4Kic4/cg+C/8J6+8/TBF13zy0L8UYS6ePBiga0jB2YuJgZs34eeSkUUIi13FTP4mTJOvjfaZy1sJPleSXQM7pDPeXTrVPSIAi00UBUM1oeP4RM3vEhVX1qWAG8FvuUxX4xgjST8IvlE2wTgZge9T9dQq9DbK9sSp6+lyklP0vpiKSvcI9R0SVWiV+u9Uyhusv7oJn+JTuLpUmbWD8dIqG0148/OO9r5leECGDQRXwF7PLYgk/5Byj79mSeLK+L9mbkqfK+r7u09ACyAN/aj80T+2mi0ONIIpnw5r7JKEY5XGAkzQIMhzkgRumfuynBOVu3qdFKgSthSFK0V8aRH7mpx12rDg9lQdqiSFZ7ZBqjyDX5QN95Fly7x945+c9qayuGZro4VTR9FnPH38oN/Cb+XCQR8IvkPQRIf1zfVCI9TMjehHYQZYTi+iJeO3mzhwcmpyebgdkz/9e1de6HYjwveUD2a1vmXVhEKJnZp220yW6sOf8CoabZp3C81vAio9kxjRT4RjQKgscCVXlzJ8PXBet/2F9SAv728LigVwMC+odeWKlCcWth8rI88I+SuRjuw1CPD4PkyhOc0IC5BGPpGEcx46bp5GfRA7qYRgiucPleoKub3wqfmvudyAgHa8ddFcfgelJRHNJ7fLONH04lLvy/qn2ZB0Kbmmx4fM+flZeCGi2Hk/sEHDiD8TXZ3IfLhX7xI03aX9JHyx+qHj7vD2WeEIzW9j5r1vHvd/ipSS2HddGnuh7Fd55/kogLl6I186pIzv+UbC3K08iTPTdoa548LHYC0fNT/wmujZM/sLbTLLp+KFuv7synJ/bMdWxHZ+bMfFHpB6Tza+8bZ6oz8dUX1ju6jHV8D8H7CCohCK9KyG9nHzzng2HKfWRwceeR7e1TtwW3OXntvS8RnPl0wF8RzmhaUyy3IlDHJI0i2iekSwkbpomQYg7+FaKWsuOTmXhaSf8y4M0P9EpJtzUllUAe3cKrs6nYnCu5hdlfeA0+5H6StySX1vcW9CXSIkZe/07hMB3jruC139s5uGvrdp+6eNau8Jg37dR4Gx22bQ/l32Hmc4K7e0DW7uyX10gOsPWZhFq9P/MbPHLcVINB6zzSNJ5OU/Cc7z6hlUYxO9LxicsAEntGUl9ASos1VQmqTVfRzA8QgeulyU4C9wY+3mWIy/OwoyinJ2fURblnfLrpK2l/3r5EAhw3VVP002FDd1XMGBBfc3wwE9nFT+Uk13tfBMXCg0NQ4tz7WHjHe7LSjRZLi0ehlj/mf+2KExUPRSHl4/J2qy3V2S9iSO4G9yh6M7zXt7zF2AJxeTA/G8vp0MhakXV94I/VOWeLYMinZ5Q85a0ucMoWtLx6dREOEA3HPl5RL2MpHEeeZSECEdRHvhBghwHiV7T9WuapK6Fcubf+eJo987qBlVfsk7CUoWdXp0vh0Pr1ucjZHi2o43FU/2pvm1Nyl1WxzV0aSxsq+9e0hLJYUXKw03Pf67toPYsPL74bSL8+7EdC5rS+px7Ksu9Vd+hVVtg/60ogv07130FKOJJKCIHuf9clhkvp8YXH6AN+WNPvqALOZBrUuBGYpuUa7s1VXRmSCvgRLQYJ+SA8/TE6x9lb/il5MnOTwU9ZLunNzU69KegBjM6KBHnIB4B32g9t58Sdg4fRoW0by6qNzKB0kwMfV674hNtyjF2P/FAKjZSerAY5hTpZccUjA2lRos6nH54w1lfnb7hI/gXFTed/Ce7MBNxu5kSNkOfyXlyrbknhwM9MZbdrnxs4kNE7bTmpHOwysOO2W9W7RhImxk4ny5iepisyuJlJ/MTQzQOh9z5x8Z9bcrSzEFwpjH67w7asO36luvc+d6dMywvDgSTZylBozgFd+lPrZehOxD3QSgf1kzzVByDu4SnZgz9ibiPPzEles7BoDHhU7sjSBH8rjPaEax3p7P11wPtD2ijPcBmR3O7Le86vFduqwcoqYZFaRAOUOhkXuD4EY7iLEscjPIgDaIswFmf8KmWtVrVgOfdCuJtK/j9bQVrXMH/xjcAl/dddZ1n2wA28H9G8JeSLVx3FvzHzVanWKzsuKohG3WO9nIao5y4TpjFrpeRxItQEERulkSZm83g/6q9V7cNYNsAtg3gmg0gvnPRGhuAu20AX3gDkPJ8XDS7AfC6/7P4/1hKubxa+OdUw8sxP4ujPI9pSNPURzROo9xPkyCmLs5JEs+gP5e1gf8G/q8J/K8NBWixFOE7B6+BpWjD0i+MpVJuj4tnsfQjr1WzLw/8JWcx9TwkNGCrTD3AWNdJU4/EGCGchjhOsyxEJMhRnGV5lsx6WGSZG9ZuWLsZ2i9oaGO0kqGNt83hC28OUuKW681uDqIGw/y2QFsSw4ZQ0w2dLSR3sRulKYmRF6LAdTM3yfPQzyiKsEdntoJa2rYJbJvAtgm85Cbg3/nRGpuAt20CX3YTCKU8M9ef3QS+LcvzsP3HBI7zlsSwCdR0g03AiQOa+BFxme3vZsTPEYooRUHueWmK/blNoJa2bQLbJrBtAi+5CUR3OFxjE/C3TeALbwJSCpobzG4C33He05Plzu4D9zWVa94JWsrBXhAHMUpd36cYhR6mAcn8wA/yPI7y1I18b2YvaOVtu8G2G7ym3eAqx7uH71xvDUQNbu1TsSHqQkSVEvzcEISoCIKoCIyoaFiqAXtRmGW+S5Mgytw89KKUGdqOm7mBHxNiRlS0IeqGqL99RA0GzSyuR9RwQ9QvjKhSsqEbgRAVQxAVgxEVDyPEs9gJ48BPA8dHIcp5gHhI2Cd3fYf6GJsRFW+IuiHqbx9R40Eu8vWIGm2I+oURVUq8dGMQonoQRPXAiOoNI0IoCb08Dx1mlSZOGHlhmrATv+/4eYD8IDYjqrch6oaov3lE9dmpP14DUeMNUb8wokqJi8gBIaoPQVQfjKj+AFHzMI0T1819P86DOE+YlZrnbkpi7ktNvcyMqP6GqBui/vYRlZfMWSUZxNkg9QtDqpQOiOR0QFGaq/tkogrN+8upYlP3TvREHBZN49TdaGxObdfUtkxdYyyAdpgt4iRBEGRJiCKaRH7kx5FDPOx5OE+wk/Sl1ACCV6tOzn+qq2Miilum9U+R/qe+OOp+I3eNb/u3dGXKRTHyIbh2lROHqFW/itW9ylveHruDYN4xsxVeI2ULh9vV/uKrfSR6WLrRnYfXLgb5I60YsBT/5l+0aXPfIZ9UD/y5UG/f/7xNxc/3oNcXAZ8BPAhOAOtBhlLOG5Jz3n6sq2F9T4oTr3vOa3w3+/2ghhpvUsQ7kNkPjFBUE62m9dP0RAM4Q3GGEDt/Y9fJ4xyRmPqOl/uBn6QER4En1U7TS1ytU4t4fyGfV1vnxXWb9wfCF1oRvj4MTS0+nD9XbUHXvk0K+7qMnrbt6FojrLcfeQnBro1K06eBlx61/5tZmsX5yarrD79htmdGy4Z9kEhTdzFqBkIuWV0tXAiadrHiZcObfnXNsmxEEt7D5XwpBG2DlAJ2uzqo1fBV6a/M1D0XFd36XW11Kme2Dc92wyZ+wQ9evsJcKGXBITkL7gdOfH8i++443tngcnxT0ZK1p+LeTO4jnOaIhvgakSRGruuEaRR6EXXzIORBTex/sv9EfeLbnMT1juWnjJ/mqqblxbIC3KuiKzMByhP7LhU/4SYMQrOBncjgpz6KWw2L1M/8c5Gw5X62+u+ZU5rVp10BfW8s9o5HtsA40rXv+HwgJtoRim6EwINqpzDxHXIHB9WZJcqPqc9RsWaZwg2PcUinglKuEfJgKohgKoggKjiMhkkC34myDCVugFyaeF6eurEbO0wRUYgdAlFBtKng71IF/fjOcW5UQfc1qmAkZXogH6aCGKaCGKKCw/CJJMmyJAzDIPODPPbckPiEuHmeYRz4kQPaBfGmgr9DFURM/+78W3dB9CpVUIqzRwFMBT2YCnoQFRzdt8duGuQoT4PETbwsRoikfpzlCAU4zB0PooLepoK/TxVEdx66UQXxq1RBKTAbhTAVbN4PoIXHmnJUY9zMMC4v3g3GbgbTd3B6vXoW/SH0bK5d3mJ1820HW07E27G5z3LuW1qq+llUTorcRXLkLm8O8nSmu53qFlZSOJlucrXYqdss1TB0FxM3C1MvcJBPkih3kjhPvTjiu14QZX2q8azItXa+Sv6RcWgESCnxyn3QLrszdxT3TYtEEEBz/6Z2OvMrYqFr3K88cEHL31j4jwVb9fwe5Cvq3ieXhOGQaMumcsFOHk/9r18Jkh85yZd3uzI0Ec0dvXhQr+2l3K6RFF+K5PjS7+iBrQ+xPN79wIs41juSSvXvO1KbFHa/eZ3H2t8pN4BjvNv247Hf/WB341mtoYdpSMC9F6+49/5wOIuID3EfxVR++kl+Ep+kHeIbprvp7sJVnG3W5DMpdoQtdKtrOiy1QXtrDe75xzFDHCFmwUS+6W/aDAmm7ImpWZG25gD7mT2zAkQUErXEZSQbT95eZD22zdxMr/bcVsEVOHR+OtK65a/yJmj0dIpCHzuKNUFINSr9jVZCmXVHeVyd8iUmjxVYKkisd/nK7/HHvZfzbTfmPk4H37nD9igmSH7uFim32J1Yt/9I0bhYjsb9jr/jqHPIdxz6v1c0C+keDN2XWZaQHCM382mYZ5gZk4T93zxM2LYX49530rGvZS5+gc0k3jaT17qZ6MIilGfLRtmDQezWMyj7iyu6FCOK3bGii9U51vT2j1NVF0+G5QlR4GTIDT0cOAHyIhJHNEnjnDp5mBHiDHVd8G/Kvin7yyh7fOe5aym7+yqVXQqVxGis7H8p78tqrOztH6fKLp4MlJ1t547LdvbI83zfzd0ozb3M8wmzJjCz37Khsgv+Tdk3ZX8RZXfRnRuspezoVSq7FLmH8WRnF2Gyk629/atibxePBvoeRQGiHmW67ac4C8I8ciInzqIYZbnv5f5oc9/XHqNN4TeFv/m2aEkmW6fy3h1Ga6k8fpUqL0UKYm+s8u/L49NY4Zu/TdWdPxjWmA3CNA5cP/KDDNE0SCh2EycIsgilCDvBUNk5+6bqm6q/zN4ejnvu3KDo3mtU9FiKR8T+WNE/luVusrW3f5yqungyDLPHkePnNEVxTKKURCjw49TBDvFyN2C7/VDXBf+m7JuyP+e+rr12/m1dlWivFdzoDq92HvFfJWZJAZw4mBgnpJoeR9o/KswT/mSAWWHihV6euGmSYt/NHCfEiPiuj7w0dQgdeRoF/4ZZG2a9iIGC0IqexuBVKrsUKorDsbK3YXkfxR9HSt9GbbYPp8o/oBiW6qUoSnEeOiik7KSCwzBCSexnDoqdxA3oEAQGcjYw2MAACAb921tf1dUEbkMD7w45a6FB+CrRQIpixZEGDTQ4MIcAw8YHKUXUyRIn9UjuohijOPGQy+wOjJleI6Xub1q/af0LuSNRcOes5o6MXqXaS0GsOJ54KdRNc2uXwkyf3AnB0HWRZHkeenEexX6ae5EXu3FOcBhnhHgpdUeui2fohrtBwQYFS6Fgkjd9AxTErxIKpHhCbxJPOOmOJ5TzW2VDPOnR8PzvB0EYUIryJGaz6+Ms8qjj+1ESUz/18FDxv1217d2m8psDYJHCY271rxZq9PoCC5nKC6WpuNaLCS/SLl2Szdn/1+excTKr35bHxAMV/T9vxozIxIg0jNjEiDWMnonR0zD6Jka/ZmQrqSFo9hLAdCkKxwHmasAFnqgBF3iWBlzgKRpwSfNTA8SZJNX87PR08LmZ8ABmZsKDu7HmDGGSsvxk8yzb2dEOKIfjFXKqBwH7sxIEDfhdh/Tm9xzSm7/9kN781Yf0/ffOd0X66dRmgM9PwYB0Mov3T/tZdvYcPHs9rXnmetp+ZXSVAmHIOCUHj1TLah64ltX89bWsnmIK2tKUwCnoK1kunoIR65IpGLEumYIRaz8FdSkBYUPMvbogexjnwggBfPMF6caAciKHm3SHkhkdZ3LhBQISMr/1KOjBX0PPa/4cel7z99DzmsFJz9sD1Z4Uh6bu8uzcSXTgOZvymOdqymOeoymPbm7CGZ6wnxNe06Gr3nF+nF/nE2r4/Gg4AbOk4QTMlYZTN2OBkTMYzVtX7YRcziU7CTwBZm/Cs3AOdfzQmdTxQ+dTxw+dVR1/P7cH+ljZCTvH3DPKQ2aLYsGzM1tz3NeUE+wUTyEQLBOCv4qCyfwpFEzm+VcwecqXtI9ldWYzWBlsWg2PegKNm2BHpeYHfkX9J9zRMw8UAo1Dop3KKs/CJVSk82I6MvhSGLMAFsKYBbAMxizm3XHC0m+Kx4fyXN6fyPFhXjckOvB8THnMEzLlMc/IlMc8JVMe3whgU57AuPlOeUINTzTDE2l44hmeWMPjOnMf1VGtDNgZSMVwzVpZfg6aYV60epZ7i2aYF62nMfOihTVmXrTCxsyLltqYedmam6ySfvFVlJzSB963Ym9G/DHxBPLb8x1oGY+JwUtYw2hevhpG89LVMJqXrYbRvGQ1jOblqmE0L1UNo3mZahjjflUcy9MZYNjUdMqFdX4shKFhdB/KhBMpn4s9LUEW6oBSLcf4Oh3VhP+RJl2/rIycPs2KGROD1UTDaFYTDaNZTTSMnvbFzWtCyTE7obWnaZHgnkUluaHa1XeQ8yJl2iUfSsEH+k4KPtBnUvD1X+mpvJwvCQUpyoh2Mn/Nc+PnkOimu0p6Kne7psXSPIIIypoQvp1MmQBbyZQJj29m7H+X5R5yNcPpll7NSDzgqxmJR7qa4Z07QRs2p1y8WSuYAFcsUybAPcuUCXDZMmUyb84KJvPGrGDq3YOn8iwiAUTYxPx1XksqKKcb5Yl8pju74jT8bvXYXHfPbZlKFvAHnmU3f+pZdvNHn2X3ZI1M6fFsUkZOs0QRJXqQEkr0kgJedjsGJ5Qe7ORyPptuN8fUcE3UcALUUcMJ0EkNJ0AxNZzS/Tfvw1d8pjkjykxAO6SFf2MlH+BbK/n6b34kJ7Zhkl+rlB7mL0kGlNOtkf0rw4LyMz3tyNO8no9o4fujkg+wRSr5sMFos3F2hd3GuKamW1kmxf28MEGi4mx71lZ7NvsmGQPiacxCcaBsIthUzCt2RzaRQO7pIX2yC1FybE6GTDiRUl5OZ0rm9aShAa+NIb15TQzpzfgxpDejxpDevJMP6c2b+JA+lOfW5g9ghlQjZbEtpeYDz/pii0rNB/4Ki+0qNR/4q2itq0TcUjRHjNkvM6AEfxcVl/mrqLjwSOeb0r8PlJhi4BT04PHrec1voeeVz0N7BmtVaTBterIFNtiIBWKGjVj6cVaH8tG8I3dU8B10xAHYO0ccWDoppJ8ScsgMZ4SaSGEvUPppx56wKTiKmNtZg2FIvMBiUDJCTAYlo6QVxyN09EPSyUxktPpk/tYd1YQ/3VFy4FegoPjUAe2CCFUVHyRGVcUHiVJV8UHiVFV8/jC6CxSbJRGCZ0nBZJ4iBZN5fhRM5slRMJl3QgWTeRtUMJnd/gqmqIeLM9MgcsrsxyPIG6igVyuOLWIQgOETSg5FBGDXM+Txge1FSckGYogEVHDAl90MN2D9zXADFuIMN2BFznADluYMN2CNznADFusMdySthEP5mZxNceI92YJvPmKBfOgRS7+ZifsM4efgDXuSHdu07T09XOZ3JA3TdINTELqLRbsgucgmCbNjF0tv+MDzb5aBZseJ7YqePhcprRYPtWe9abQTMfMD9lpfx/IB96w3DXgixrzkQWLMIAcSY0Y7kBh/9iv47GwvpWIv/RJDdpBCBXbKts9rVKrjBP1OaOd1funSn2kZp96uhXgGgbIhjbtAnmsaHwS5bgQtIF5dB1W3oxQcoK7Dptth6XZEuh2MbschOARdjz7LgOcqzAHDzTVIAwWZM00f/lVeTgcy72iV6OD3mRMewCXmhEdyfjETlRJ2FKoeeAb/3DlHpoQ7CRRcABeBggvgIFBweYqLTBjqd6RXXGFKbEvuLyW2JZeXEtuSm0uJTXVtWR7ORi/WhPqKq8sh55LLyyEnYH1oOAEuJA2n+Tyq4zSfRXWc5nOojjOSLzc5kCWXYseLohoVQkGvikWTaSAhbmN6k8x0V9CDYUNXs5gkg6wZDY9JdlZUKb9mXiK75VkSpTfDD4rWm+EHRe3N8Js1bJ7f1343s3tbyXHtvKpc3Yp1yoyOc8k9QQYnzwyfaVUB7BUlx9QSKtNL1cZxGCLsJMoFIXZTLkiM3ZRL8k1dynNpuhypaeDuhQE9wI8woAc4DAb0AM/AgN680wzp+zzK0y9GeK9JJivjZMTw0y9K2D79Yj62NjQKXtC5rScDf+AJi/kbT1ikm85fikNumh1OoioGcCxOwukKuDmfUE/k7ck9+XdxoPz2oTKktEuUC5Lap1yQtPYpFySxfcrVm/D01+OuBM/chBr8xjpO81vrOM1vruPs377vTwyINR8Tww+YakbAKVPN2GtMsqOHbF9mkHiREe30iC3q+++KtDg/mfFtQj0vDzA+Bf28zJLNyQKRgnxe4uMDOT/SrIQLbTnm5TLE+xc1wa+SA77GZrgBC22GGxCSPcM93ZTnqP2mJGEtt92+ld+puudHsmVfquaZ/1ZnXv9vwZeq6edl8mwMZoLyNEq4YIlpXjrAbFXQT2T+Fzt4vTtk7/nd+y8/mvR/Qj0v73uz/ivo52V+gBwwlRzzct8ZDa0p+bQWAiMhh0xEMvwCqNAwIZ+X2FVYquBie5759/8JglZKDjBazXGb0WqO24xWc9zmI8Qct6/+Vmf661m4txd8q55nfh1AHPgqhnmpAERR0E9kRs78G7PnE55kdzkBPBA9GTxmd8wCCNgds/SW13sRVPqhLA/veKOj2cGOaKcxmofykRildFSLolBlDlgUqswxyF85F+xrN0mZdmnOYhnTwytWaHkBBSu0vPp3MRXnUtBPvuGE5uFEl82Q4JjKLU/MBNgVJS/RbFCKES18vpV8gLlW8gHqgij5ACVBlHyAaiBKvkCOMQbVYZTophU2T+QzM67qIs3ztTZlyokcz/Ho6VSejPdEMuE05LJJjICEcI5ol1xDKvhAF5EKPtBVpIIPcNGk5ANcMyn5AinLa7evzifDFW9HBXfujjgAjt0Rh5TfwAt9l0d6IoY6HC0ZfG8ZswA2lzELoAzLmAVQgGXMMrnoMGfVyYRLrzVkJvAdkcyEJS9k9QkETDLhAh/khAnigpwwQTyQEyZvkhjLSxWwR6bz3JR8iVmhZgVZFWpWwGanYwXsdzpWKXixvCQ7Sn89ltWFmQ9mJ6aKAX6fo2cGXO7omaUlX14OZ1Ic2lcH+A3VLNMNuiwznlFg9GzKhFopgHENSeHltVVsgErbKjY8Gbfwgj2UZ9DIW2LtLDS1bzOQtJZYK606loCaOxPqxTM75oRP7phzOr+gbOAx8eI3UOcDD4ZhdguMaPUf2ewMGJLOqh6vPgtWP06slZbsyvsFatiTz0psCueARbatZ3QywZGcKobFC0PBjJSvueCj9uRTZ03fZhrisxlTL0i3VnNCUq7VnJIzoLmNhthZI1q45aHkA5gdSr5+7Dycp91QzydyqApjeIyaBV6QYI4dUJdgjl1VLIXX3AJWS+GkyrjhtDRH40l0OhmQK0yZUifHHMchE+qkgKLrRrQ6WebrCZlQJ+V4go6nptTJASOmgn5RzLeaFxb7rebF43eBXM3JlIoINXJ+MMakCZoFB1WZHnJGlekhcYsyfX/Sw4Fz5K0kyH7eGyHRgd9pymN+rynPJBrOJllmGxB1SLo0Nm7IBg6RG7JJIVT0MyU7yLAHlPCALwUXIOZLwSUFsZBDZp95QR0eomRY7NWenM6d0TVm7d7jeGhkn7jH9wkS1DqSPGAcyp1zi5mFII0QvEQI7t/wcrqnJ1PXmpHIlufa9xrxL36lEf/4bWz2yOZe+xMpzovfa8B90xuqJF33ripJ/Vuz85x9Mp06hmJblsmKT3mcE10iSTBcOU8D5qVTM2DuZ+OhZP9OnhhcMGtxyZwMGSczUxwfOHJyS7qyzY6Goewp80Q+78KSGvLThkIbjivnfsiNpHH8yv5+sO9PxW7ZaCS+q8c0lbF0Wahk9KtjXybFjrK1fybFbjmuq9ivfVe9qMWvrBclv/mBPtn01/SBHO7poneWGa9+W4WQ5e+pENK/Yd9lTJzE7Lw4VWe7Tq1b8L5zYiZaOyauKJOT3f6jAznGXz0/FKcVflQWM/nN6qFk2FWdy9OSxSNxXblyphKWLpuphH7NVJcjPTHqT/QMS08fiVawX/ueelGLX1gvCmtEectFeRpR/nJRfvc9mvrMxaHi6zJdstTGrFPb5vR0PJeQ+msS4YL82QkTJHV2wgTJmp0wyZ0x93XLdEjQ/Jh4mhnTEtjtPVkFE9jTz8hsVgFQYkM9Iw8QPjMmnhsdsAOXkmNGLjNMMqBATqoolHD49ARYxRLdgoT5MQ8kW37MgwfF2048bsqcEjIkVZaBqx8D1vWYeEbavqgqk9d7Qq2WZ3MSG1jfcUC9qMKjihNW41HFiVXvwC9uoG/AaefmA5IiPiWflVinNoAl1uSz36w43DMDGrZGJywAydA1q2ACjTsryOKBMx6IbJO9p2YBSF74GYdc6jKR0FqvY2L1aNMLYHDpgspOIwag0vYMsIqsEgOsFKvEAIhrHDIAqmYMGQDFMoYM5oZiIwZAr7vxl3OkUv4HpnPV+XRJP5n3rAm1ojWARAFAAQX9vEzzfeCUHH7Xo2MFXPvoWAE3QDpWTzkFvAeOITlmSj47qSBoUjFMQxwuSbKjDBCPD/PBDT0dPKxhwgMIaJjwSJdWBT8i8xt1czbJiBZ+baXkA9xbKfkAJR6UfIBSD0o+QMkHJV8g7SuXJN89GU2BhkqRJ1IczsnpUj2Yv9GIdkGgq4oPEuWq4puGZUBgcESrypepn0MCrsbEemmAC/cR7UQWN1EeaG62JWVCrRTAVA1JwV9ZyWb+yEo2PBn38aHYlVVpOjpPybUzwduhgWRxQq2Unehzf6YgSS3x3JjOwK+jWS2iSHlbYgNydFQxwPug65kBHdH1zIDe6HpmT4o+IDubu6TPoKmYki+IQ9CwQoIRNKxSgzZSPXDvDUB5h6RwN42KDeCpUbFhubdzxTaunbkyxoByavSQU8Ircz2UR8gcTMlnJTaXXUZ81fDMygbfGOmYZqWbTfUJ9aw8UBCfimFWav2/4UIb+lmZjXkMF9oyzH8tM/xOyRXt1s4HWlU2N7rsM90fd8SwPyg5FiTo6bkhyXp6bkCF0hnuHoerMk35pKUPZWmIAJAp4cl/Ci5A/p+CS8r8uVRFatcBXZBvqKCHp75peQEZcFpeQCKcltd8oNHz+tL+O7gONmy+A9oFO6+KD7Ltqvgk5zWzK/aipyvE/z4ihjvw1IwAR56asR8/zuz2ZGGnl8QA6hNqeKSrhhMQ76rhlHRQRBSdAHvzgHJaPq99CknfG9LqZZk33yHpzKjaQjjAgbXkeomgjXxCrZeXlem5PAHFNcR6aUz1uLf0ASaupYajqYYTgKUaTgCSaji96ds/PjzxHceUQj0h188nxLk4JtZLAxhBI9rpZYcIpATcfvV0OhmQey6ZUicH6D+YUOvkmQ/9MqFOypkde2BvV1Pq5OTFIbtUEDk1pVaO+dsPKKerqDgUe3ae7UqczK+jMTVcxzWcAB3XcAJ0XMPp6d+enRMzQwSuhuf6mRjwXzEfA/4rZmXAD7AjZ/nNDvJ5fvNt4jx/38KX8MvizIxpEt20jXb9DNJMV6bUyTEGVUh0OhkgS2FEq5V1YQeqCiaqJtVJAuDQgFInp/HPA9RQxQBvX6xnBvQv1jObtW+G2ax6M8xmvZth7m+nkuLeTsodQG0GlFMnTfsU4v0b0uplQW56xsR6aTwtHSaKU868IegwMCXXS4R4tYa0E1l/o+fyYjDYGxqw0gzpzXoypB+mtkLO6BLdorTcpSfzKY90Y0nJJ8galuimd4v8mfnw2ZOpJcAstCGpWhLkjrOn01cUtB/pLi33FFZTsKWekQeYpCHt3Nh4jIfdyIGNr+cwygVdOqt5ZmSDnORT8onEd8ej/eF8yRjNz4BPNCWfkwiqmqygn5Nprpg8Jp6T9h4yjQr66SHrklCbcHPTWBZjSAp3J6rYAM5EFZucEM1dvYD7sZZMccnCH4Gu7npCjRTQti1T6uRASiMNSeGRVCo2QDCVis1sBCrZzOafks2fzJK5ctOAUjPbxhyFnkwjQRT7qPsyAgRJ1Bp5oMu+nlAjRdheSfkrQE5LunAVjdigq2jEBl1FIzboKhqxmY8PSrb+4HAQtdlA8SsyJTxwRcEFiFhRcPUwSU5nG1LgVqKDnzAnPICD5YQHcJ6c8HhSifGDCE7le4QNaKCgoJ8o0ZDGZFlMqMHzp+M0z6KOE6vfAdSsQMlhmBsRB/q0YHpqhnmpIONLyTEvF2QyKTlUBajtb3hhafsDr6Rrf+StQ0yVqKcc05C7OlnD5tka5k6WE+p5eU1tyQous+WYlwvZjVUMBqkAi0rFMC8VXDdLy2WeC/vMTm7mHowzfKZ1sTsuWRe7o2FdAOI7p/TzMkX1MoCHU8c0kU4P9HT/ZGen4sCOmUbVmJIbJJqP5Qp6g0xI4q+SAybXRssl2wgoG18hGxtklydj67wpvUEmYPGqGAxSzQtXQa/YfU5H3lqPwgyTIfGMtMaBYX8wR3DqmGakm/0UI9oZWT+B/HkK+hmZ7x/ICTo+QTsj679Ml1VD0rkvXLCVcL+OrI/QTUrNssD+nGGHGKEz7FjxXh+MVVVGtDNz9OFy5E5CqLSaenbOyR4812Q/NzK6Y5YzzTob2v5odNAauZf83rW/dMW60clYsnh0MsznQrMMs6fALMPsNjDLMN/4m2WEKiwEVB2YUM9qwa9n+yujN0vFMCP1xzov4d3xCJTaM8ztA7Dj3Jh8RuK3ZltiTDynl6LYsv2xZP9AX3zAMy2XTtkGfj5B3N5D0hlJRkt6SDojyehMHZLOSDLb4iPaGVm8R2AFlCVoZ2SBwlKm5KbRGez4CfWsPGghfSXLjGRILfwR8Yw0kIN6Sg4v9a9jBbSx0LGa9yMtq3kb0rKadx8tqxTxcrqcyQ5wWdbTTW8W6mdGvJDodDIAGWISoXYksJiUEbFOGqj79IgWfmei5ANcmij5ALcmSj5v/M6wzLoh7dJ3HvGB33nEB37nEd/knUFXhwNS3YqBXNXJlFNT4eFySh9AvgGZUifn78dUtFC1v/lstgmVLPADwBw7wPafY8fj9wL4IyRC3ez8RCpjssiQVCuJl7+zvwPcqakYdFLfl/v95VCcQRI7Yp20D/S0N/XblSn1o4LY2ENanSyIdS1T6uT8hcP4Aq2R6edlXqFBSsalejQnBKxNc0Kw+n3BmiWRz8/gAi0bMBikLtU4Bdv8LyzSvhHLvGS4Jsr0ptHCtXLIMS8XrqEy/UTmqUw/kQRSvGBAqZdjtDkHlPAkXQUXIEVXwWW2TlRc5lOBisufzs+uONDLETZDNa1+ruvnhiPphFovr4nbAASpqlmMkhfJXL42lsa3aBgXrJClrZs1jOaDo4bR7KvUMIbTb1Qdy0Nl2hAm1PpvDrC5R7R6WVndR8B81afkWL6SFnDjm7i9m7j9m7iDm7jDm7ijm7jjm7ilqptXsd+22tzblpt723pzb1tw7m0rzr1tybm3rTl30aLTwQ90ux3y3AZBRn58I793I79/I39wI394I390I398I78JkswCbl2B7q1L0L11Dbq3LkL31lXo3roM3VvXobtwIY5LFDZ9dSFh73/jfN/UfB9avg/LguDNMiBZmSYZvUekqLr7OvMLjonBb6VhNL+KhrEf/zfCE0FPafuGsy/wQTQJEsE1Sz+MltX8ElrWmdewfzQa5lOxNdMNrzQQcM2LDQT0r/dzWU5e8OunA9kX6dJXbNhuecmhiKtecyhCSsvblbUDEpJXN6SdXrS0zwEXhgNSvSRYgvGUXC/xkWYigtns4FCzmCXDcgJ1XPALO4MEwNWdQQLgEs8gAZD5ZZAASAIzSAhm1gD99bxwCTCOmdVKTueCVkvW1oDFLHnZ2hpzLV9bGgkL1pZGwoK1pZGwYG1pJCxYWxoJwcwaAK8tmUO/AvLLgZ6YmbRgbQ1YzJIB9pSGZ/m6UvIvWFVK/gVrSsm/YEUp+ResJyV/MPPVwatJ5tB/c0i1vzGxqkHBuUghFz4DSk07Elv0/wAELI2ptY0TQOPqKSdy6vRvo5CebCLhEz3YyeV0AGRADUm1xQ9OvMTGjkccm/LVlBwL08bV3NDscTU3NIlczQ3NJVdzQ1PK1dyBlDt3OaQPXDc+iy72pTF3cEI/+cJ/5417bDmfdVbklHwi8adW677Jc2pQ9hGtSZbBAzqhnshjh/3TJ/ONc0+mkQA4tsiEGimQ5NUBpU4OxDwbksLrk6vYAAXKVWx4NG7YMWtEq5mDvhZQ7bVaIrJhWTgnGnbo3GjYzTg1y24Gqll2M1LNsgeKBW7a7weUmo8LuNCVCTVSeC3JHT3DJPXEyup01YV7aeyKmKziIS18I1TyAbZAJZ9UcU70hd6xxyDQmJLD68/pWAFl6HSsZuXQspoVQ8tqVgota68QTZQ1bNrHxPB2ZWpGQL8yNaN5wjWM5unWMJonW8NoDkjRMIbDBlSgDzSgXNZyavGnUXEBm0wt/igqLvMXUXGZP4eKy9wQVcUVSUBfMkMXYN+1ZIqtgj8C2Xc9oUaKKOFluwAxDaVGTluoFiKpo50dEwKPCc3KwWA52PBuaMG7zY/JA4/JM4wJLxgTVtaTtx9pUhWm9jsS4aLa6SMmWMH0EROsSvqIqc+X4Q0GmQ24Kz6bgiwHlNOJr++LHovzg13sdhd2vBQFHedjArVccFPeIAFgzRskAAx6g4R+tv9ND2Zwa4kmc8wfAICtJ1NKMN+ydVRKflB9KZlQKUV4v4wiBJWSnxcRMlXikOiUMuScWICDXM1ilLxIJnjdaxjNy13DaF7lGsbh4gYc9HoyhbeobboL8z2NqMGTp+M0z56Osz+giXSU+xM5PjBIAKQvKein8yLTLCgLNMM3/xttNA1cessxLxdWKEjNMi8ZlCyj5JiXC0iWUdDPy9SEvJx0Mn9UhpgmO8JMoPxUZOSJN+zkFSXMqKrlmlaMfiCn4gwwxmVCrRRIL6UBKbzutIoNUHdaxYanb19UlbFg9pBWOwf55ZBVIEmCUisH0utkRKuXxYzgggJl1bRaWY/laZftyREkrCXWStuR0z21iz25pyCBEr3+bSGJKmPimTW9OwJX9E7/npC+VwPSqaSuH6O4gBJSKmDPSInjisaRU+4l3SOn3L3+ZbQq7g92diBwbNPwTJvkyicZe1eezwVtOOAnoCGf+jdONC2OFOaRUjHA2/DqmQFdePXMgCa8emazt2qG2ey0mmEOlJ/BnAI2ob7qAyxrwaTjXDb1y5ov6TiXTbq67VLaVblqPwqsh/GR2SUMuhkSdBJ+aSX8krD9cEdnfsPQNnBMDoc6HSsA53Ss5i+rZTV/Wi2rr5g9UH2mKfkVs7e4PpOWdcnsLa7PpGWVZu8pka6JFq9tzq1d1gPR8x9lQAr/ICo2wMdQsQE+hIrN080kbDGqea6cgCuW5Sz/0inRLFA2N49lmbZ5BB11eZhfZjqmiXGiI7R5Lo0hVcHAC/4SMDnmLwKTY/4yMDlmCIHJMe+0MDnB/Dc9P5bLPyZjgq0YRnj1iul5b1sxEzlXrpiJnCtXzETOlStmIufKFTORo14xja8eEsytZ5tdNUPSpetGyX3VypmTtGztzElatnrmJC1bP3OSlq2gOUmDNcQ2sf++FBlw6QypZ1fMgHLpglExX7VeZgQtWy4zgpatlhlByxbLjKBla2VG0HCpNBTcHgYazIyrZuJ/+iWr0xF1MiGLRCe6Zu2N0xNb/8Vnuih2XscEN0/nBQDs03kBUjdY+YIBoLoKenhQm5YXENem5QWEtml5AdFtWl5/kD/fps+bZ3BCDS/soeEElKnScALqVGk4+yNKRUjfEwbw/gp6eJSHlhcQ36HlxQoP+mOxy3ZFThcf7KcSmodzPwKYNi3XFe56tYQlLnu1BMC51yAB4JoxSDDvWCYJ5ohHk4Rw7lub3c86plu+9DJntEHAVd95mWvaIOCqr6xwVC/7yLKA/hvfE5HmyEGSAwyt6OEs4r4gam1ihtfAhwkCVMSHCQLUx4cJAlTLhwmSPdt5TtnRZUc+lxfTLa9Ee1pw96lig7izFWwQV7aCDeLGVrD108Rr/ZwoBaVuj2jhO7aSD7BbK/kAMZhKPkA2lZIPkEal5DOji5rPHDav5ouMRcXUfLG5mJjmwztSmnN14c0bTmc7L0/7ypDsPCQGryMNo3khaRjNK0nDaF5KGkapq/m9TevEVnO2+oAUnnWmYgMknanYAAnXKrbR/U5+OXwy3+hwqmV3OBIH8NZG4gDe00gcAMwdcfSffV+KPSvZXU7AjFklBzyzYIYbkGIwww3INZjhNs/hHLcZkue4zcA8x22G5znuPruJP+El94AgMCWHu1x0rACPi44V4HDRsUoXm8y6FkW/95RXFZ/35w5p4e5bJR/AW6vkAzhnlXwAX6ySD+B6VfKZl7iarz/QVHu+d+2Kz9zq5leNvF3zyf7sAn0gHwT/X2r+vzL+nwT/P1zjL6AbfwEZfwHf+Au9r4iHORsy+WqSyeUGG07Xw90gYUg6kSSyc+Yl1CTTPK2mcZIhFbGlmhbJaZpNuZD85zG/OfG54wBnPHcc4FTnjgOc49xxgJObO45BKOKZrSTXFIEoiKaNq3897gjX3zbVVNT/mhem4QHKRlfIRtr10hShhS2blnjx6hkxwhfRiBG+lkaM8CU1YoSvrBFjMAQmZAam6UcSKDPPWZNo4cSU/tuRMQnN/0b2+eGyTw6k2A1xzSCrodGvNARbY2j56kLL1xVavqLQ8rWElq8ipAEoBMAnZIQQdAU8ISA8oSvgCcHgCS2BJ3QtPKFr4QldC0/oWnhC18ITUsMTNsMTVsMTNsMTBn+QAbn5MwzI8QitMACtsB44MQw4sX7pYtiixcuXK16+UKez1Jg0GGL3YKPy4yuABQOBBV8BLBgGLHgJsOBrgQVfCyz4WmDB1wILvhZY8ARYLqeEHOzqfKL0bFefgOEYWi7w5JskmL+CSYL5c5gkmL+LSYL5A5kkmB0TJglm/5tJgvmixCQBcGViXFKOuQWLUQagC4tRRu8uebrs90+8gOw9NdyXDijBOqLiMuuFisusCyou8/pXcfW++zM5n8vSprzNaltDpwsNaiN8gK6lWtYvQtYvjaxfxkFCgx8UdgcAy3RM8Fp/8wIAFf/mBWD1+5lL0UzJJzvtkOR0LipDFQgVw3UzNWReOEtDZkBlRD0zoDainlmz2Kv0gWYXQ0kcJcd1czniXjiZI27NeuO15+Dvw6nnVxsgdV9Br6xuer4cJ/gCxBUd+0Q+qGxyS6gdpfHaSibUSjGr/oBSK6ctMmWsrTcmN0tEyyQircQzJXuQLE6olXKinwvT+h3RamWlZwKSw+j08wSr6duTaiXVlfDN8ZEKekVVjRPDtj2p7PsiF6VCM3tHDlndMQO8V5vEKH5PfmxYjSbpM281+BUE/JUh00S6qJkC6osmETZSbEBTNAUXoCOagsu8Saq4zLujiqvfFvPLbmc/Ftn5ATJHE2p4DQkNJ6CGhIYTUENCw9lf2JPj1RuTilUp17gxjYmnF6ISgXGDGhMrpWXl42FXkowdDdgObqhjqWKYHaN5+5tQg9eRjtO8jnScWPkOoEKQKobZmanB3bRBKTlm5Vai7F31UJ7hA5Z4rpr9KT8ajG1hAUo1y+xbgwtR6pgM0g2GzZh4VhrAoJiSKyVCDYoR7dTY7yeiz6hekLyo5Z//hXnjQc0CP3TNsQNOXXPsgEPsHLs3Py1o+bSg26YF3TYt6LZpgV/azbL787OKl88qvm1W8W2zOr1hUpJ5y9/LgwGAv1yyf9uM+bfNmH/bOvQn6plRyuyd4jM1lONrqPQd4B7J5771NKwV3IAFflE2xw64LptjB1yazbEDrs7m2H1F3zlItdUJ9fR4Xu7Iya6eKma7L+oPPscITyAyCwFkE5mFAFKLzEIAeUZmIYCkI7MQQAaSWQggHcksBJCbZBYSd6vxr0eeksmojovWop4NvBKNIszr0CjCvAqNIsxr0CjCHxSnPVf9TRcIo3VM0+KopHrg6RLdOaku4bHQvaCWYviRed+NkgXuwJljB3hx5tgBrpw5dkBN0Dl23/TpALVVZxhvnOGlFVfNQq6d7aV1WM1CZDfk6VCIkkxLVrSGaYFTclYAxDc5KwDiopwVAJjleQHSDBfnA60q+/5pv2iOtWzwWTaJAMyzSQRgpk0iAHNtEtHPNils+1QmJduTqpo2o3IxJ/hlDZNEDtlI2HksTP7hGfJ5h9EsK9xHCBEDcNdCxJg/O0iMJ08f2L9WzLrXeGOqPe85/nSsSy09LfkWRu5FrbggkmD9uSCSYE27IJL67+I5Xn3BByxWpqAHz5ie1zxHel7zrOh5+3mgXVk63kAVspKUHOC5mOM2z8Yct3k+5ri9ic1WW/5wM1iiX2yhTXnhhtmUF26PTXn7edgVh3t64j0bzuUyM2qWEzw3ECnmWYJIMc8XRIp5u4dIkepfUJI+1KFQ1aK6inOM8NoYZiGAShlmIYC6GWYh3rQQZd+yW23fQCNboPLmRrAnBajK1Tzr8rKYc2IWFMecEwOoDQIRAygYAhEDqHcGEQOoegYRY/YLgsREc0urbfLsLl1YHeMty2os5KpFNRZy1ZIaC7lqQY2F+JCZR9fOPFpj5tEaM4/WmHm0xsyjJTOPr515vMbM4zVmHq8x83iNmcdLZt67dua9NWbeW2PmvTVm3ltj5r0lM+9fO/P+GjPvrzHz/hoz768x8/6SmQ+unflgjZkP1pj5YI2ZD9aY+WDJzIfXzny4xsyHa8x8uMbMh2vMfKjyLHchEylvx2726o7pl7hyNbwg/62GVwq4FblaRcopyW5HfgW5qTVM8LeaFwB4tXkBAKf0vID+fLwn9+TfxYG7BA9nkQoGcB2reaYOajUdpM3EPCvcNQ0RA/BLQ8QAnNIQMf2n+ZFU5eH0ZH/HPiAvPPce0tlOxwSeMoMA82QZBPS6eaD87rY8Zbw2dQVZeEoO8JvNcZtfa47b/OnnuM3wPcfd4/bfeMOJy4mwhdVW3rN/rn1Ts7M6wweeW7MM8wybZZjn2SzDPNtmGWa3klmG2adklmF2KJllmOPMzDIAxR0AiwxQ3gEgRd0Ma2FjtoXIomVd1uJqIaZoWb2ZKVjaCOz2DmC3t/66vefX/EbbI+uxrM6wtaLgmNg/PzOqnwTVT5zqQz2ID+YPMMcI/gYAIebPABBi/hIAIWZUBggxwzJASKBYFnUUxqJ1IbMsUJsZdojOzLBDFGaGHdIab4ZdOl2e0gcG1+kgouzKkjBqWbwspvrnzImyY+ppfpxMUUf+w46UOrYFh0qDCMix0iACq9/zTH891wXb4C/Z88zPISCVd0I+L/F4KlO+DAEZoVo20C8sln3dtx4yL/zKQ2bN94W1VVCzGGaqv8c0h7vNMF45c0ohS2dQKQTigjEK8dSTxt0DJF2gFA2DpjIFs4KO5FRUsM5aGh7wB5jnhxau0PFDS1jo+CWjj2Z1UQ/eqXKcQrFwH/q5kfWTkNVYFT+N4kBUPzhvTCgY4KaEnhlgSOiZAWaEntkw+2aI0LPdNDEL4cEo4rpJ0kBDxpNKD6JxW1XXugGsHR0TeJoMAsyTZBDQ70SfDsVnuqgVqpID/GZz3ObXmuM2f/Y5bil9vzg8tWsiI6d5o2tMDE+VVjMCkqTVjID0aDUjIEFfzWg+72kYA+VU74r7hzN4rgX1VZMtcy6bbZlz2XTLnMvmW+ZcNuEyZz/jR15UVYS7LtB4HRM8gX1eACCFfV4AIIl9XgAgjX1egNQwjRkwJ16C4FLAbvPG5Auu1zSskCs1DWu/MTyQ4/HJfmBWc0aeKnNdKgX9NCmfGW1U5OtUaWHnxeLGsxAB3a8eD4YkfbgwpBGGrxGGNcK8a4R5tTA2ue935Glfno4PRbWH3VYqOcDLb47bvALnuM3qPMetSCpaEq6vY1qeXnRtmL5BwIJEI1N4fp9cWkMbO7Ht6fnE8+yXZOeqma/I0p0VtCRbd1bQkqzdWUGDm57ssTx94oeKG72qP0uimss1++O4/iD/PdGrtW0SZ8ZnNcsEoqdkZhehhgcgm7/oQtGcZclNmJ4ddA2mZwfdgenZIS79GXZ/ZlbBdfPmWQHfr04DWvgbNRNAOqCmno4JIP2+jpBxF8pv2W5YgyMR16zDkQhsfk903Xui298T3f6eCP6e+Lr3xLe/J779PTH8Pb3r3tO7/T2929/Tg7+nf917+re/p3/7e/qT9/yem2Ttfm7/XJwf7PeXU1We7Hc8Z95ongL4pxWLLsyWqQNSH0hxqs5PO1rBTDw94wLzzigEYtoZhUDMOqMQSEEWo5B+by4O1Zncn8i+XRDQOqlzjNOLJj0xuvZX0JJfwdf+Cl7yK961v+It+ZUFFXJ/6KSMo227H/rAzg9PZ7rbqcz52Z+Z5QQrH0SKWfsgUszqB5Fi1j+IFLOnFCLFHCMKkWKOEoVIMceJQqQAIkVByw4QKwqSA2gHBpKjW8HusiXs6tawu2wRu7pV7C5bxq5uHbvLFrLb+//v6YGe6mQkUkhB7QurF37Xi3n3g/1zJ2biqPiOP//e5JvoqCZALZ78cDhDBAgytYS/lPdlZZYgyDRj4IENABE1HRifpzxmNJ7y4OFY35fHJ/NIOZX6XT+W5Q7wqoJs2ZvKLMAXlVnG70kqyCcRZOo3bfftj8ZgtSn5rESwrGXzN2QCzuCQybxPK5jM27KCybwLK5iC0VKEurIm1AsX5pQTuj6nnKNl+q3ZjSXRjZbV//k//z9ztshY', 'no');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(202, 'rs-templates-counter', '678', 'no'),
(203, 'revslider_table_version', '1.0.12', 'yes'),
(206, 'bodhi_svgs_plugin_version', '2.5.5', 'yes'),
(207, 'bodhi_svgs_settings', 'a:4:{s:22:\"sanitize_svg_front_end\";s:2:\"on\";s:8:\"restrict\";a:1:{i:0;s:13:\"administrator\";}s:12:\"sanitize_svg\";s:2:\"on\";s:24:\"sanitize_on_upload_roles\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}}', 'yes'),
(208, 'WCSSC_options', 'a:9:{s:7:\"show_id\";b:0;s:4:\"type\";i:1;s:15:\"defined_classes\";a:0:{}s:11:\"show_number\";b:1;s:13:\"show_location\";b:1;s:12:\"show_evenodd\";b:1;s:17:\"fix_widget_params\";b:0;s:13:\"filter_unique\";b:0;s:17:\"translate_classes\";b:0;}', 'yes'),
(209, 'WCSSC_db_version', '1.5.4', 'yes'),
(210, 'action_scheduler_hybrid_store_demarkation', '8', 'yes'),
(211, 'schema-ActionScheduler_StoreSchema', '6.0.1685670855', 'yes'),
(212, 'schema-ActionScheduler_LoggerSchema', '3.0.1685670855', 'yes'),
(215, 'woocommerce_schema_version', '430', 'yes'),
(216, 'woocommerce_store_address', '', 'yes'),
(217, 'woocommerce_store_address_2', '', 'yes'),
(218, 'woocommerce_store_city', '', 'yes'),
(219, 'woocommerce_default_country', 'US:CA', 'yes'),
(220, 'woocommerce_store_postcode', '', 'yes'),
(221, 'woocommerce_allowed_countries', 'all', 'yes'),
(222, 'woocommerce_all_except_countries', '', 'yes'),
(223, 'woocommerce_specific_allowed_countries', '', 'yes'),
(224, 'woocommerce_ship_to_countries', '', 'yes'),
(225, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(226, 'woocommerce_default_customer_address', 'base', 'yes'),
(227, 'woocommerce_calc_taxes', 'no', 'yes'),
(228, 'woocommerce_enable_coupons', 'yes', 'yes'),
(229, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(230, 'woocommerce_currency', 'USD', 'yes'),
(231, 'woocommerce_currency_pos', 'left', 'yes'),
(232, 'woocommerce_price_thousand_sep', ',', 'yes'),
(233, 'woocommerce_price_decimal_sep', '.', 'yes'),
(234, 'woocommerce_price_num_decimals', '2', 'yes'),
(235, 'woocommerce_shop_page_id', '9', 'yes'),
(236, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(237, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(238, 'woocommerce_placeholder_image', '8', 'yes'),
(239, 'woocommerce_weight_unit', 'kg', 'yes'),
(240, 'woocommerce_dimension_unit', 'cm', 'yes'),
(241, 'woocommerce_enable_reviews', 'yes', 'yes'),
(242, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(243, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(244, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(245, 'woocommerce_review_rating_required', 'yes', 'no'),
(246, 'woocommerce_manage_stock', 'yes', 'yes'),
(247, 'woocommerce_hold_stock_minutes', '60', 'no'),
(248, 'woocommerce_notify_low_stock', 'yes', 'no'),
(249, 'woocommerce_notify_no_stock', 'yes', 'no'),
(250, 'woocommerce_stock_email_recipient', 'admin@diginspire.in', 'no'),
(251, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(252, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(253, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(254, 'woocommerce_stock_format', '', 'yes'),
(255, 'woocommerce_file_download_method', 'force', 'no'),
(256, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(257, 'woocommerce_downloads_require_login', 'no', 'no'),
(258, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(259, 'woocommerce_downloads_deliver_inline', '', 'no'),
(260, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(261, 'woocommerce_attribute_lookup_enabled', 'no', 'yes'),
(262, 'woocommerce_attribute_lookup_direct_updates', 'no', 'yes'),
(263, 'woocommerce_prices_include_tax', 'no', 'yes'),
(264, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(265, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(266, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(267, 'woocommerce_tax_classes', '', 'yes'),
(268, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(269, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(270, 'woocommerce_price_display_suffix', '', 'yes'),
(271, 'woocommerce_tax_total_display', 'itemized', 'no'),
(272, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(273, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(274, 'woocommerce_ship_to_destination', 'billing', 'no'),
(275, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(276, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(277, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(278, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(279, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(280, 'woocommerce_registration_generate_username', 'yes', 'no'),
(281, 'woocommerce_registration_generate_password', 'yes', 'no'),
(282, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(283, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(284, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(285, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(286, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(287, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(288, 'woocommerce_trash_pending_orders', '', 'no'),
(289, 'woocommerce_trash_failed_orders', '', 'no'),
(290, 'woocommerce_trash_cancelled_orders', '', 'no'),
(291, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(292, 'woocommerce_email_from_name', 'Just Deploy It!', 'no'),
(293, 'woocommerce_email_from_address', 'admin@diginspire.in', 'no'),
(294, 'woocommerce_email_header_image', '', 'no'),
(295, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(296, 'woocommerce_email_base_color', '#7f54b3', 'no'),
(297, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(298, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(299, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(300, 'woocommerce_merchant_email_notifications', 'no', 'no'),
(301, 'woocommerce_cart_page_id', '10', 'no'),
(302, 'woocommerce_checkout_page_id', '11', 'no'),
(303, 'woocommerce_myaccount_page_id', '12', 'no'),
(304, 'woocommerce_terms_page_id', '', 'no'),
(305, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(306, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(307, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(308, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(309, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(310, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(311, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(312, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(313, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(314, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(315, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(316, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(317, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(318, 'woocommerce_api_enabled', 'no', 'yes'),
(319, 'woocommerce_allow_tracking', 'no', 'no'),
(320, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(321, 'woocommerce_analytics_enabled', 'yes', 'yes'),
(322, 'woocommerce_navigation_enabled', 'no', 'yes'),
(323, 'woocommerce_new_product_management_enabled', 'no', 'yes'),
(324, 'woocommerce_feature_custom_order_tables_enabled', 'no', 'yes'),
(325, 'woocommerce_single_image_width', '600', 'yes'),
(326, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(327, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(328, 'woocommerce_demo_store', 'no', 'no'),
(329, 'wc_downloads_approved_directories_mode', 'enabled', 'yes'),
(330, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(331, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(332, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(335, 'default_product_cat', '15', 'yes'),
(337, 'woocommerce_refund_returns_page_id', '13', 'yes'),
(340, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:19:\"admin@diginspire.in\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:19:\"admin@diginspire.in\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'yes'),
(341, 'woocommerce_version', '7.7.2', 'yes'),
(342, 'woocommerce_db_version', '7.7.2', 'yes'),
(343, 'woocommerce_admin_install_timestamp', '1685670859', 'yes'),
(344, 'woocommerce_inbox_variant_assignment', '9', 'yes'),
(348, 'recently_activated', 'a:1:{s:27:\"woocommerce/woocommerce.php\";i:1685709998;}', 'yes'),
(349, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'yes'),
(350, 'action_scheduler_lock_async-request-runner', '1685710058', 'yes'),
(351, 'woocommerce_admin_notices', 'a:0:{}', 'yes'),
(352, 'revslider_update_version', '6.6.0', 'yes'),
(353, 'elementor_version', '3.13.4', 'yes'),
(354, 'elementor_install_history', 'a:1:{s:6:\"3.13.4\";i:1685670864;}', 'yes'),
(355, 'elementor_events_db_version', '1.0.0', 'no'),
(356, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"7rV2x4gekeeNos0fMqX06xbg4pyUEyW5\";}', 'yes'),
(357, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(358, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(359, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(360, 'widget_woocommerce_layered_nav_filters', 'a:2:{i:1;a:2:{s:5:\"title\";s:14:\"Active filters\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(361, 'widget_woocommerce_layered_nav', 'a:2:{i:1;a:5:{s:5:\"title\";s:6:\"Format\";s:9:\"attribute\";s:6:\"format\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:3:\"and\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(362, 'widget_woocommerce_price_filter', 'a:2:{i:1;a:2:{s:5:\"title\";s:15:\"Filter by price\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(363, 'widget_woocommerce_product_categories', 'a:3:{i:1;a:9:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";s:7:\"classes\";s:0:\"\";}i:2;a:9:{s:5:\"title\";s:18:\"Product categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(364, 'widget_woocommerce_product_search', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:7:\"classes\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(365, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(366, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(367, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(369, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(370, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(371, 'widget_bcn_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(380, '_transient_woocommerce_shipping_task_zone_count_transient', '0', 'yes'),
(381, 'acf_version', '6.1.6', 'yes'),
(382, 'rs_cache_overlay', '6.6.13', 'yes'),
(387, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}', 'no'),
(388, 'wc_blocks_db_schema_version', '260', 'yes'),
(390, '_transient_woocommerce_reports-transient-version', '1685670869', 'yes'),
(399, 'elementor_onboarded', '1', 'yes'),
(404, '_elementor_installed_time', '1685670881', 'yes');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(405, '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 `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(406, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:70:\"Introducing Elementor AI – Revolutionize the Way You Create Websites\";s:7:\"excerpt\";s:232:\"Elementor includes a new natively integrated AI product, available as a free trial starting in Elementor 3.13. Benefit from a wide array of use cases available from directly within the Editor to transform the way you build websites.\";s:7:\"created\";i:1682945240;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:124:\"https://elementor.com/blog/introducing-elementor-ai/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.12 – Design Beautiful and Sophisticated Mega Menus\";s:7:\"excerpt\";s:245:\"Elementor 3.12 includes a number of eagerly awaited features that will take your website’s design and navigation to the next level. This version also reveals the first phase of the Elementor interface revamp, and expands existing capabilities.\";s:7:\"created\";i:1680605140;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/new-mega-menu-loop-alternate-template-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:135:\"Introducing Elementor 3.11 - Introducing Elementor 3.11 – New Loop Carousel Widget to Customize the Display of Your Posts or Products\";s:7:\"excerpt\";s:176:\"Elementor 3.11 includes new features that will expand your ability to customize the design and display of your listings, improve your workflow, and your visitor’s experience.\";s:7:\"created\";i:1677155418;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/new-loop-carousel-copy-paste-between-websites-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(413, '_transient_wc_attribute_taxonomies', 'a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:6:\"format\";s:15:\"attribute_label\";s:6:\"format\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}', 'yes'),
(416, '_transient_product_query-transient-version', '1685708091', 'yes'),
(417, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(419, 'category_children', 'a:0:{}', 'yes'),
(420, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(421, 'product_cat_children', 'a:0:{}', 'yes'),
(422, 'nproject-category_children', 'a:0:{}', 'yes'),
(424, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'yes'),
(425, 'woocommerce_shop_page_display', '', 'yes'),
(426, 'woocommerce_category_archive_display', '', 'yes'),
(427, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(428, 'woocommerce_catalog_columns', '4', 'yes'),
(429, 'woocommerce_thumbnail_cropping', 'uncropped', 'yes'),
(430, 'woocommerce_thumbnail_cropping_custom_width', '4', 'yes'),
(431, 'woocommerce_thumbnail_cropping_custom_height', '3', 'yes'),
(432, 'woocommerce_checkout_company_field', 'optional', 'yes'),
(433, 'woocommerce_checkout_address_2_field', 'optional', 'yes'),
(434, 'woocommerce_checkout_phone_field', 'required', 'yes'),
(435, 'woocommerce_checkout_terms_and_conditions_checkbox_text', 'I have read and agree to the website [terms]', 'yes'),
(436, 'nav_menus_created_posts', 'a:0:{}', 'yes'),
(437, '_elementor_global_css', 'a:7:{s:4:\"time\";i:1685671088;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'),
(438, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:2;s:3:\"all\";i:2;s:9:\"moderated\";s:1:\"1\";s:8:\"approved\";s:1:\"1\";s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(439, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:19:{s:17:\"slider_revolution\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:11:\"jw-headline\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:11:\"jw-carousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:11:\"jw-services\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:7:\"counter\";a:2:{s:7:\"content\";s:549:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:8:\"jw-posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:15:\"jw-testimonials\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:5:\"video\";a:2:{s:7:\"content\";s:1443:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:14:\"jw-team-member\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:16:\"jw-pricing-table\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:6:\"toggle\";a:2:{s:7:\"content\";s:1579:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.13.4\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:133:\"<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.13.4\";}s:17:\"jw-contact-form-7\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.13.4\";}s:11:\"menu-anchor\";a:2:{s:7:\"content\";s:121:\"<style>/*! elementor - v3.13.3 - 28-05-2023 */\nbody.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}</style>\";s:7:\"version\";s:6:\"3.13.4\";}}}}', 'yes'),
(440, '_transient_shipping-transient-version', '1685671090', 'yes'),
(444, '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'),
(445, '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'),
(446, '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'),
(452, 'elementor_connect_site_key', '4b39d58108fd237e6a948dd5e3e73eee', 'yes'),
(454, 'elementor_allow_tracking', 'yes', 'yes'),
(455, 'elementor_tracker_last_send', '1694318259', 'yes'),
(456, 'revslider-update-check', '1685671488', 'yes'),
(457, 'revslider_update_info', 'O:8:\"stdClass\":0:{}', 'yes'),
(462, 'elementor_controls_usage', 'a:1:{s:7:\"wp-page\";a:15:{s:6:\"column\";a:2:{s:5:\"count\";i:-19;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:-19;s:21:\"space_between_widgets\";i:-11;s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:11:\"jw-headline\";a:2:{s:5:\"count\";i:-12;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:-12;s:11:\"second_part\";i:-12;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:-12;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:18:\"instance_direction\";i:-11;s:15:\"instance_margin\";i:-1;s:16:\"instance_padding\";i:1;s:29:\"instance_alignment_horizontal\";i:1;}s:25:\"section_second_part_style\";a:5:{s:28:\"second_typography_typography\";i:-11;s:12:\"second_color\";i:0;s:13:\"second_margin\";i:1;s:25:\"second_vertical_alignment\";i:1;s:21:\"second_text_alignment\";i:1;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:1;s:20:\"first_text_alignment\";i:1;s:27:\"first_typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:-10;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:-15;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:-15;s:8:\"drop_cap\";i:-5;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:-5;s:20:\"typography_font_size\";i:-5;s:22:\"typography_line_height\";i:-5;s:5:\"align\";i:-7;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:-7;s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:-13;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:8:\"html_tag\";i:0;s:3:\"gap\";i:1;s:13:\"content_width\";i:1;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:0;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:0;s:18:\"background_color_b\";i:0;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:1;}}}}s:11:\"jw-services\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:6;s:14:\"services_title\";i:6;s:20:\"services_description\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:9;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:8:{s:22:\"container_border_width\";i:5;s:22:\"container_border_color\";i:5;s:17:\"container_padding\";i:6;s:23:\"container_border_border\";i:8;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:6;s:14:\"icon_font_size\";i:6;s:9:\"icon_size\";i:6;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:9;}s:28:\"section_services_title_style\";a:2:{s:11:\"title_color\";i:3;s:12:\"title_margin\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:4;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:1:{s:4:\"tabs\";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:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i: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:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:2:{s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:17:\"jw-contact-form-7\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:17:\"slider_revolution\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:11:\"jw-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:15:\"jw-testimonials\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:6:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}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:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}}', 'no'),
(469, 'woocommerce_maybe_regenerate_images_hash', '7769330881cf28e1cfacdc5c08213d78', 'yes'),
(673, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(738, 'mtphr_post_duplicator_settings', '', 'yes'),
(800, 'wpos_anylc_site_uid', 'cc127670171a2fa439eced31e8cc3132', 'yes'),
(835, 'wpos_anylc_pdt_32', 'a:1:{s:6:\"status\";i:1;}', 'yes'),
(839, 'revslider_update_revision_current', '6.6.0', 'yes'),
(840, 'revslider-global-settings', '{\"tracking\":\"2023-07-07\"}', 'yes'),
(884, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1694577474;s:8:\"response\";a:8:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"6.2.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=2892919\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=2892919\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{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.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.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:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:53:\"jetwidgets-for-elementor/jetwidgets-for-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/jetwidgets-for-elementor\";s:4:\"slug\";s:24:\"jetwidgets-for-elementor\";s:6:\"plugin\";s:53:\"jetwidgets-for-elementor/jetwidgets-for-elementor.php\";s:11:\"new_version\";s:6:\"1.0.15\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/jetwidgets-for-elementor/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/jetwidgets-for-elementor.1.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/jetwidgets-for-elementor/assets/icon-256x256.png?rev=2147679\";s:2:\"1x\";s:77:\"https://ps.w.org/jetwidgets-for-elementor/assets/icon-128x128.png?rev=2147679\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/jetwidgets-for-elementor/assets/banner-1544x500.png?rev=2147679\";s:2:\"1x\";s:79:\"https://ps.w.org/jetwidgets-for-elementor/assets/banner-772x250.png?rev=2147679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:51:\"popup-anything-on-click/popup-anything-on-click.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/popup-anything-on-click\";s:4:\"slug\";s:23:\"popup-anything-on-click\";s:6:\"plugin\";s:51:\"popup-anything-on-click/popup-anything-on-click.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/popup-anything-on-click/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/popup-anything-on-click.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/popup-anything-on-click/assets/icon-128x128.gif?rev=2874277\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/popup-anything-on-click/assets/banner-772x250.png?rev=2877797\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";b:0;}s:38:\"post-duplicator/m4c-postduplicator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/post-duplicator\";s:4:\"slug\";s:15:\"post-duplicator\";s:6:\"plugin\";s:38:\"post-duplicator/m4c-postduplicator.php\";s:11:\"new_version\";s:4:\"2.31\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/post-duplicator/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/post-duplicator.2.31.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/post-duplicator/assets/icon-128x128.png?rev=1587588\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-duplicator/assets/banner-1544x500.png?rev=1587588\";s:2:\"1x\";s:70:\"https://ps.w.org/post-duplicator/assets/banner-772x250.png?rev=1587588\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";b:0;}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"8.1.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.3\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"7.2.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.7.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/svg-support.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:41:\"widget-css-classes/widget-css-classes.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/widget-css-classes\";s:4:\"slug\";s:18:\"widget-css-classes\";s:6:\"plugin\";s:41:\"widget-css-classes/widget-css-classes.php\";s:11:\"new_version\";s:7:\"1.5.4.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/widget-css-classes/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/widget-css-classes.1.5.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/widget-css-classes/assets/icon-256x256.jpg?rev=1130657\";s:2:\"1x\";s:71:\"https://ps.w.org/widget-css-classes/assets/icon-128x128.jpg?rev=1130657\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/widget-css-classes/assets/banner-1544x500.jpg?rev=1130650\";s:2:\"1x\";s:73:\"https://ps.w.org/widget-css-classes/assets/banner-772x250.jpg?rev=1130650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}}s:7:\"checked\";a:16:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.1.6\";s:19:\"akismet/akismet.php\";s:3:\"5.1\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"7.2.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.7\";s:23:\"elementor/elementor.php\";s:6:\"3.13.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:53:\"jetwidgets-for-elementor/jetwidgets-for-elementor.php\";s:6:\"1.0.14\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.1.2\";s:51:\"popup-anything-on-click/popup-anything-on-click.php\";s:3:\"2.6\";s:38:\"post-duplicator/m4c-postduplicator.php\";s:4:\"2.30\";s:23:\"nprojects/nprojects.php\";s:5:\"1.0.0\";s:23:\"revslider/revslider.php\";s:6:\"6.6.13\";s:27:\"svg-support/svg-support.php\";s:5:\"2.5.5\";s:27:\"updraftplus/updraftplus.php\";s:10:\"2.22.25.26\";s:41:\"widget-css-classes/widget-css-classes.php\";s:7:\"1.5.4.1\";s:27:\"woocommerce/woocommerce.php\";s:5:\"7.7.2\";}}', 'no'),
(886, 'updraftplus_version', '2.22.25.26', 'yes'),
(887, 'external_updates-updraftplus', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1694577471;s:14:\"checkedVersion\";s:10:\"2.22.25.26\";s:6:\"update\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:9:\"2.23.10.0\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:23:\"https://updraftplus.com\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:27:\"updraftplus/updraftplus.php\";s:24:\"x-spm-yourversion-tested\";s:3:\"6.1\";s:25:\"x-spm-subscription-active\";b:0;}s:11:\"updateClass\";s:23:\"Puc_v4p11_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(888, 'updraftplus-addons_siteid', '417d20b5cdd686d11944c091897d3608', 'no'),
(889, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3816585e686d1eb4a9149476a1a1ef01\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'yes'),
(890, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1e629cffed83e8e118bdb6371c38f0e2\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'yes'),
(891, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6045d6c9f46a0e6db149c2eb864b9132\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'yes'),
(892, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c05b318c97be8ca71fda83e07bf0df2d\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'yes'),
(893, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-17d1a29acd40995d96ec782b6a522b1d\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'yes'),
(894, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5a2abde6b0b81bff4950d06de80793f0\";a:5:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:3:\"url\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:12:\"endpoint_tld\";s:3:\"com\";}}}', 'yes'),
(895, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6bbd3340730ecbd6d265c900f06d0a0c\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}', 'yes'),
(896, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c578b742e74f4b7c6f5b1121693bb2aa\";a:4:{s:12:\"account_name\";s:0:\"\";s:3:\"key\";s:0:\"\";s:9:\"container\";s:0:\"\";s:8:\"endpoint\";s:21:\"blob.core.windows.net\";}}}', 'yes'),
(897, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c670fc7b647e9cc98b65e445637b26cf\";a:7:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:2:\"22\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"scp\";i:0;}}}', 'yes'),
(898, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-595db6cbac0086cb443566b0de0f26e1\";a:6:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:10:\"project_id\";s:0:\"\";s:11:\"bucket_path\";s:0:\"\";s:13:\"storage_class\";s:0:\"\";s:15:\"bucket_location\";s:0:\"\";}}}', 'yes'),
(899, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d5f2ddbbb35e01f9af0da6a31775af26\";a:5:{s:10:\"account_id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:11:\"bucket_name\";s:0:\"\";s:11:\"backup_path\";s:0:\"\";s:20:\"single_bucket_key_id\";s:0:\"\";}}}', 'yes'),
(900, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-06f32dd89032f6cb773e8be027ea3898\";a:1:{s:3:\"url\";s:0:\"\";}}}', 'yes'),
(901, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-817448a7a28168a0d9dba01866bae8fb\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'yes'),
(902, 'updraft_pcloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2dcd7e14a2e42f27eefc8a245398c5be\";a:5:{s:7:\"pclauth\";s:0:\"\";s:11:\"pcllocation\";s:1:\"1\";s:8:\"folderid\";i:0;s:8:\"uploadid\";i:0;s:6:\"folder\";s:0:\"\";}}}', 'yes'),
(903, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-80a6dbe0140c266fdafde8197eb41128\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'yes'),
(904, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-10f6d2f41715b3e54ab50ad7431060ba\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(905, 'updraftplus_tour_cancelled_on', 'intro', 'yes'),
(908, 'updraft_remotesites', 'a:1:{i:0;a:9:{s:3:\"key\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqLz4P42nvuMZLYYcpbVm\r\nQOHZFuG+AxLuLEtQGHRNjUT6MXDCcqK5q5fleQVfoEcp2Vsr4ez6k3FoWQRQTxe5\r\nmtBPKCef2NHabPlG9Z/7NkVpsoERHcJbSdp8MJ9rC6kGYCEugeEtUhKl+ouXnLfD\r\n65oxHlA6WiNj65yZj1BBMBvP9sJNH8PPBF0dEnio4l9LqKfRyTap/KJ3nfAinGCT\r\nctxkOfd5sHTcK5mvBq/FW7jN7rivEjX+Jc/xlDSg+7dVTUFf6QKnWfhi/X3tp8g9\r\nAiTbYe7EiB5OtRC6zCJEHs7pKoS1LxMryRXLEM7bzLYoTyPFJMJH1S//eXiw0m8d\r\nGQIDAQAB\r\n-----END PUBLIC KEY-----\";s:14:\"name_indicator\";s:57:\"67ec402c04329fb05f571a84df8f4217.migrator.updraftplus.com\";s:3:\"url\";s:37:\"http://www.burgeonmarketresearch.com/\";s:9:\"admin_url\";s:46:\"http://www.burgeonmarketresearch.com/wp-admin/\";s:17:\"network_admin_url\";s:46:\"http://www.burgeonmarketresearch.com/wp-admin/\";s:14:\"format_support\";i:2;s:13:\"local_private\";s:1704:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpAIBAAKCAQEAvHFRj8oaDOgx7QC5bL3BS7R7hR1BxYmMuW/Rba7EBDUDAOiA\r\nttImXGLizN1ymZh83B2irfFP+Q8T+DdsScn5okmwDvOZu1LaAoFDUx2sK4HiT7fD\r\naPQ6B2jlf5JxWpS7ODS8tedF1mndjKqsvoOHtUjocPaQGAnOBvAXZfVek9pOowiG\r\njYaEPcVlCyIDJ2yu+BY0H13RYRS78lXAcfDiF+M85PxMxEgeV/PEV9PqABx+CpH1\r\ngHx7GhgQ5dHbbRsD6s2ofpQdu5D6XdTnyu01YeC4XaQchi6FiyinoHwt+8ph3BHh\r\nhebYUitcxK/OukpPFTU/yYRCzjQ2ayaSPCZ0KQIDAQABAoIBAQC5l9m+hkv13lId\r\nnBMDmDfh+dWVmuUGSpyAnjJjljaT9ioJIPR0GrGRWAsLviZ6RAblO4LXUc1z/Hes\r\nhdlvKy9juLNfZmhIaCczRGAsYhMJnphn7xLUMYVdeuBdLrvZfJaPmtEpTqgnroh3\r\nXDlaQWzNDQtxBkWQh0eU6a4ByxHlBu+n7xZruCg57qajQgY/Q02pNQAFw1Qnrh88\r\niUH2hsyn9+gG5DZi6MGC36RT4W4QZpMHhJ/TPIUSnNXtoTYAX6njH11I3OL3/GvS\r\nDb1cC0RJ3r2pMcjwNqpuP+2JwSpUa2Nu+FXoTCiHarVphuXZIGoEzNFfwuhrKmKe\r\nFRZLCyQBAoGBAPdxBS737z+pu9U/mtNQI9II/5xF43VZJb8lCnTsq4gpNgU5FM4W\r\nNZuaGp0Uw2wPgSz54cJPUXFkNSiZOS8FXR1ggbNUo5YHRW7BJPdUP0FqDTuYaHHk\r\nJF5NHTuiNEW79HWhLXfYhMHfpw1or+x2V/Sl/gRHVet2Cb7+rwfzOO7pAoGBAML1\r\n5BhkaH28/xSxkBzakgTrNOvnxkvGDfGZT8ZYeVnXj0HQVB10+Ivpr4cWHOX5F33X\r\nwmQy0xlTIx4SEziwqj5Cvf2+5mrDgPho9FF8GETHMmZIVTVGMVw3/67O/E3K8CPD\r\nSh4chdHNetfr3/d14zjF01UAL1cG3UELtaggMpNBAoGAbr7y5vao6gF5xBPXo8Q2\r\nhAbrAHJ3P0pLDqXxbCuRCjwHpYbKvQJLs/zg9HUakf7OfebJGEKP3QRQln8djOIF\r\nruRGqJC1NqzCcrOXa+sU9J4Wlhm8hVzquhohf1M1uhBJdWxSAVWy9WK4TdQRCPBe\r\npWy1qAyVc/E8o3Mxu4ksbiECgYBDFcdqGUrXUWxYm4ziUNeD98dbEYLrWfg8VSvd\r\nLV58aq8xz1TSWgiYZE3w5swE2kSaGd8bCV4YTcI8u61/iVLbX63unXy96g377Gl9\r\njHzxVbXi+irPzRp5CA/j//dTcWxWcgGUAO6PNex6VgDYLumEBJZmnkyr3oHNuxDE\r\nDGg6wQKBgQCTL8romd9WprpX9nwDT5ET7HBilJ4eCHX76nhnLNE7glXOBvKQm0Cj\r\nU+JueNE2YYdnlgznRH0N6coSIOUsRvh8fRIgMxeJeC9fSIwItzDSR786TasL4RmG\r\nUX2aatRVrVZTemFloy/vcX3uOkgvJsoeM91xfmg0D41Q2cD0r4Md9A==\r\n-----END RSA PRIVATE KEY-----\";s:12:\"local_public\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHFRj8oaDOgx7QC5bL3B\r\nS7R7hR1BxYmMuW/Rba7EBDUDAOiAttImXGLizN1ymZh83B2irfFP+Q8T+DdsScn5\r\nokmwDvOZu1LaAoFDUx2sK4HiT7fDaPQ6B2jlf5JxWpS7ODS8tedF1mndjKqsvoOH\r\ntUjocPaQGAnOBvAXZfVek9pOowiGjYaEPcVlCyIDJ2yu+BY0H13RYRS78lXAcfDi\r\nF+M85PxMxEgeV/PEV9PqABx+CpH1gHx7GhgQ5dHbbRsD6s2ofpQdu5D6XdTnyu01\r\nYeC4XaQchi6FiyinoHwt+8ph3BHhhebYUitcxK/OukpPFTU/yYRCzjQ2ayaSPCZ0\r\nKQIDAQAB\r\n-----END PUBLIC KEY-----\";s:17:\"remote_got_public\";i:1;}}', 'yes'),
(911, 'updraft_lastmessage', 'Deleting old log file: log.8521500d6e22.txt (Jul 12 18:59:32)', 'yes'),
(912, 'updraftplus_locked_fd', '1', 'no'),
(913, 'updraftplus_last_lock_time_fd', '2023-06-02 13:20:54', 'no'),
(914, 'updraftplus_semaphore_fd', '1', 'no'),
(915, 'updraft_last_scheduled_fd', '1685712054', 'yes'),
(917, '_transient_timeout_ud_rsenddck_a0dea30fcfeeb19e5eefd011bafee8ec', '1696080068', 'no'),
(918, '_transient_ud_rsenddck_a0dea30fcfeeb19e5eefd011bafee8ec', '524288', 'no'),
(919, 'updraft_backup_history', 'a:1:{i:1685712054;a:21:{s:7:\"plugins\";a:1:{i:0;s:71:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-plugins.zip\";}s:12:\"plugins-size\";i:42722038;s:6:\"themes\";a:1:{i:0;s:70:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-themes.zip\";}s:11:\"themes-size\";i:12119115;s:7:\"uploads\";a:1:{i:0;s:71:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-uploads.zip\";}s:12:\"uploads-size\";i:24123224;s:6:\"others\";a:1:{i:0;s:70:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-others.zip\";}s:11:\"others-size\";i:196;s:2:\"db\";s:65:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-db.gz\";s:7:\"db-size\";i:1180071;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"d5722db8c6a1daca9eca98aa8edf284589cfd9d5\";s:7:\"themes0\";s:40:\"0c1cea58a043b4d66d485ccf0d44cb1ecbe29090\";s:8:\"uploads0\";s:40:\"c293dee6fc18e2de27d661d6c939645257b9bf5d\";s:7:\"others0\";s:40:\"3d4edc717266ad79a972a258e272a66dbf7b6916\";s:3:\"db0\";s:40:\"0999036daba2b804d10b4b642ccb5b21dd9044c3\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"37607d60f19ff7c450fc0acf31a135ef48d8e439690b333ad97d171fc33f6cbc\";s:7:\"themes0\";s:64:\"c05b13f43337a7974c8250d4e39d3a62e79e4397eda03551d813b4e5f6866620\";s:8:\"uploads0\";s:64:\"2b26989d8eb4e81703d6ac6ca2749495962c0c02a503071a4b72fe00d2f78ab2\";s:7:\"others0\";s:64:\"4672237a9000a8fc5510e10aca71ca7fc611fe9cc2c3335c9f3b0033225bd74f\";s:3:\"db0\";s:64:\"28a428f51d87d26623f92138cfca1b9dbac65b1306fa31307adcafd620273437\";}}s:5:\"nonce\";s:12:\"8521500d6e22\";s:7:\"service\";a:1:{i:0;s:10:\"remotesend\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1685712054;s:6:\"themes\";i:1685712171;s:7:\"uploads\";i:1685712172;s:6:\"others\";i:1685712173;}s:5:\"label\";s:40:\"Backup of: diginspire.in/vaibhav/shubham\";s:18:\"created_by_version\";s:10:\"2.22.25.26\";s:21:\"last_saved_by_version\";s:10:\"2.22.25.26\";s:12:\"is_multisite\";b:0;s:14:\"remotesend_url\";s:37:\"http://www.burgeonmarketresearch.com/\";}}', 'no'),
(921, 'updraft_lock_8521500d6e22', '0', 'no'),
(922, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1685712054;s:11:\"backup_time\";i:1685712054;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:71:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-plugins.zip\";}s:12:\"plugins-size\";i:42722038;s:6:\"themes\";a:1:{i:0;s:70:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-themes.zip\";}s:11:\"themes-size\";i:12119115;s:7:\"uploads\";a:1:{i:0;s:71:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-uploads.zip\";}s:12:\"uploads-size\";i:24123224;s:6:\"others\";a:1:{i:0;s:70:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-others.zip\";}s:11:\"others-size\";i:196;s:2:\"db\";s:65:\"backup_2023-06-02-1320_Burgeon_Market_Research_8521500d6e22-db.gz\";s:7:\"db-size\";i:1180071;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"d5722db8c6a1daca9eca98aa8edf284589cfd9d5\";s:7:\"themes0\";s:40:\"0c1cea58a043b4d66d485ccf0d44cb1ecbe29090\";s:8:\"uploads0\";s:40:\"c293dee6fc18e2de27d661d6c939645257b9bf5d\";s:7:\"others0\";s:40:\"3d4edc717266ad79a972a258e272a66dbf7b6916\";s:3:\"db0\";s:40:\"0999036daba2b804d10b4b642ccb5b21dd9044c3\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"37607d60f19ff7c450fc0acf31a135ef48d8e439690b333ad97d171fc33f6cbc\";s:7:\"themes0\";s:64:\"c05b13f43337a7974c8250d4e39d3a62e79e4397eda03551d813b4e5f6866620\";s:8:\"uploads0\";s:64:\"2b26989d8eb4e81703d6ac6ca2749495962c0c02a503071a4b72fe00d2f78ab2\";s:7:\"others0\";s:64:\"4672237a9000a8fc5510e10aca71ca7fc611fe9cc2c3335c9f3b0033225bd74f\";s:3:\"db0\";s:64:\"28a428f51d87d26623f92138cfca1b9dbac65b1306fa31307adcafd620273437\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"8521500d6e22\";}', 'yes'),
(934, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":5,\"critical\":1}', 'yes'),
(936, 'secret_key', 'H1jZ)37MiktjDZZ<_1)Hj:uzi#VO#)_#JV=.dSpA4Hg}VjjTs2U_F0dZ({ ba%Z5', 'no'),
(1215, 'db_upgraded', '1', 'yes'),
(1218, 'can_compress_scripts', '0', 'yes');
INSERT INTO `xczr15T6g_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1322, '_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:1694577464;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}', 'no'),
(1369, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1694836717', 'no'),
(1370, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(1375, '_transient_timeout_elementor_rollback_versions_3.13.4', '1694923060', 'no'),
(1376, '_transient_elementor_rollback_versions_3.13.4', 'a:30:{i:0;s:6:\"3.13.3\";i:1;s:6:\"3.13.2\";i:2;s:6:\"3.13.1\";i:3;s:6:\"3.13.0\";i:4;s:6:\"3.12.2\";i:5;s:6:\"3.12.1\";i:6;s:6:\"3.12.0\";i:7;s:6:\"3.11.5\";i:8;s:6:\"3.11.4\";i:9;s:6:\"3.11.3\";i:10;s:6:\"3.11.2\";i:11;s:6:\"3.11.1\";i:12;s:6:\"3.11.0\";i:13;s:6:\"3.10.2\";i:14;s:6:\"3.10.1\";i:15;s:6:\"3.10.0\";i:16;s:5:\"3.9.2\";i:17;s:5:\"3.9.1\";i:18;s:5:\"3.9.0\";i:19;s:5:\"3.8.1\";i:20;s:5:\"3.8.0\";i:21;s:5:\"3.7.8\";i:22;s:5:\"3.7.7\";i:23;s:5:\"3.7.6\";i:24;s:5:\"3.7.5\";i:25;s:5:\"3.7.4\";i:26;s:5:\"3.7.3\";i:27;s:5:\"3.7.2\";i:28;s:5:\"3.7.1\";i:29;s:5:\"3.7.0\";}', 'no'),
(1387, '_site_transient_timeout_theme_roots', '1694579265', 'no'),
(1388, '_site_transient_theme_roots', 'a:4:{s:6:\"marlab\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no');

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

--
-- Table structure for table `xczr15T6g_postmeta`
--

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

--
-- Dumping data for table `xczr15T6g_postmeta`
--

INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(5, 6, '_form', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(6, 6, '_mail', 'a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:35:\"[_site_title] <admin@diginspire.in>\";s:4:\"body\";s:161:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7, 6, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:35:\"[_site_title] <admin@diginspire.in>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8, 6, '_messages', 'a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(9, 6, '_additional_settings', ''),
(10, 6, '_locale', 'en_US'),
(11, 7, '_elementor_edit_mode', 'builder'),
(12, 7, '_elementor_template_type', 'kit'),
(13, 8, '_wp_attached_file', 'woocommerce-placeholder.png'),
(14, 8, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2344;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39879;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15, 14, '_wp_attached_file', '2023/06/log_file_2023-06-02__01-54-56.txt'),
(16, 15, '_wp_attached_file', '2021/08/woocommerce-placeholder.png'),
(17, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2021/08/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2344;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39879;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18, 16, '_wp_attached_file', '2021/08/b1.jpg'),
(19, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b1.jpg\";s:8:\"filesize\";i:106576;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11023;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3519;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31269;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11023;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6083;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20, 17, '_wp_attached_file', '2021/08/b2.jpg'),
(21, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b2.jpg\";s:8:\"filesize\";i:115264;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9396;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3630;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26355;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9396;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22, 18, '_wp_attached_file', '2021/08/b3.jpg'),
(23, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b3.jpg\";s:8:\"filesize\";i:64385;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10933;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27098;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10933;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b3-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5933;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37395;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24, 19, '_wp_attached_file', '2021/08/b4.jpg'),
(25, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b4.jpg\";s:8:\"filesize\";i:57816;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b4-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10141;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3342;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b4-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24523;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b4-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10141;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b4-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5372;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b4-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26, 20, '_wp_attached_file', '2021/08/b5.jpg'),
(27, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b5.jpg\";s:8:\"filesize\";i:84830;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12025;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3963;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b5-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31522;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12025;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b5-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b5-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28, 21, '_wp_attached_file', '2021/08/b6.jpg'),
(29, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b6.jpg\";s:8:\"filesize\";i:114595;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b6-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13842;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4336;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b6-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37967;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b6-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13842;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b6-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b6-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30, 22, '_wp_attached_file', '2021/08/b7.jpg'),
(31, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b7.jpg\";s:8:\"filesize\";i:112982;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b7-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11077;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3409;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b7-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29934;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b7-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11077;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b7-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b7-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42721;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32, 23, '_wp_attached_file', '2021/08/b8.jpg'),
(33, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b8.jpg\";s:8:\"filesize\";i:76068;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b8-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11503;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3551;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b8-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30533;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b8-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11503;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b8-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b8-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34, 24, '_wp_attached_file', '2021/08/b9.jpg'),
(35, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:14:\"2021/08/b9.jpg\";s:8:\"filesize\";i:64997;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"b9-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9371;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"b9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3247;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"b9-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23977;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"b9-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9371;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"b9-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"b9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"b9-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36, 25, '_wp_attached_file', '2021/08/b10.jpg'),
(37, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:585;s:4:\"file\";s:15:\"2021/08/b10.jpg\";s:8:\"filesize\";i:113988;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"b10-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10942;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"b10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3555;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"b10-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29297;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"b10-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10942;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"b10-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"b10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5782;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"b10-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38, 26, '_wp_attached_file', '2021/08/bg-footer@2x.png'),
(39, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1694;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2021/08/bg-footer@2x.png\";s:8:\"filesize\";i:11038;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bg-footer@2x-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7098;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-footer@2x-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1893;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"bg-footer@2x-600x283.png\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18049;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bg-footer@2x-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7098;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"bg-footer@2x-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33294;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bg-footer@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"bg-footer@2x-768x363.png\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"bg-footer@2x-1536x725.png\";s:5:\"width\";i:1536;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86843;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 27, '_wp_attached_file', '2021/08/favicon.png'),
(41, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:488;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2021/08/favicon.png\";s:8:\"filesize\";i:5290;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"favicon-300x315.png\";s:5:\"width\";i:300;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11469;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2652;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"favicon-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42, 28, '_wp_attached_file', '2021/08/cropped-favicon.png'),
(43, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2021/08/cropped-favicon.png\";s:8:\"filesize\";i:34345;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4536;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14120;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44, 28, '_wp_attachment_context', 'site-icon'),
(45, 62, '_wp_attached_file', '2021/08/bg-work-1-scaled-1.jpg'),
(46, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:861;s:4:\"file\";s:30:\"2021/08/bg-work-1-scaled-1.jpg\";s:8:\"filesize\";i:134775;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4498;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1842;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4498;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"bg-work-1-scaled-1-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"bg-work-1-scaled-1-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18132;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"bg-work-1-scaled-1-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55834;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"bg-work-1-scaled-1-2048x689.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48, 73, 'title', ''),
(49, 73, '_title', 'field_595f05995871b'),
(50, 73, 'subtitle', ''),
(51, 73, '_subtitle', 'field_595f06045871c'),
(52, 73, 'titlebarLayout', 'default'),
(53, 73, '_titlebarLayout', 'field_59fa9e15663bf'),
(54, 73, 'titlebarAlign', 'default'),
(55, 73, '_titlebarAlign', 'field_59fa9ed623c88'),
(56, 73, 'sidebarPosition', 'default'),
(57, 73, '_sidebarPosition', 'field_595f06285871e'),
(58, 73, 'sidebar', 'default'),
(59, 73, '_sidebar', 'field_595f06905871f'),
(60, 73, 'headerStyles', 'default'),
(61, 73, '_headerStyles', 'field_60daebf1237b6'),
(62, 73, '_aoc_popup_type', 'button'),
(63, 73, '_aoc_popup_button_txt', 'Need Help?'),
(64, 73, '_aoc_popup_link_txt', ''),
(65, 73, '_aoc_popup_image_url', ''),
(66, 73, '_aoc_popup_image_id', '0'),
(67, 73, '_aoc_image_title', 'false'),
(68, 73, '_aoc_image_caption', 'false'),
(69, 73, '_aoc_full_screen', 'false'),
(70, 73, '_aoc_enable_loader', 'true'),
(71, 73, '_aoc_enable_ovelay', 'true'),
(72, 73, '_aoc_popup_effect', 'fadein'),
(73, 73, '_aoc_popup_positionx', 'center'),
(74, 73, '_aoc_popup_positiony', 'center'),
(75, 73, '_aoc_popupwidth', ''),
(76, 73, '_aoc_speedin', '300'),
(77, 73, '_aoc_speedout', '300'),
(78, 73, '_aoc_delay', '150'),
(80, 73, '_aoc_tab', '#paoc_content_sett'),
(81, 73, '_aoc_popup_goal', 'announcement'),
(82, 73, '_aoc_display_type', 'modal'),
(83, 73, '_aoc_popup_appear', 'button'),
(84, 73, '_aoc_behaviour', 'a:15:{s:10:\"open_delay\";s:0:\"\";s:9:\"disappear\";s:0:\"\";s:12:\"loader_speed\";i:1;s:12:\"popup_img_id\";i:0;s:9:\"image_url\";s:0:\"\";s:9:\"btn_class\";s:0:\"\";s:8:\"btn_text\";s:10:\"Need Help?\";s:9:\"link_text\";s:11:\"Click Me!!!\";s:11:\"image_title\";i:0;s:13:\"image_caption\";i:0;s:10:\"hide_close\";i:0;s:8:\"clsonesc\";i:0;s:13:\"enable_loader\";i:0;s:12:\"hide_overlay\";i:0;s:13:\"close_overlay\";i:0;}'),
(85, 73, '_aoc_content', 'a:5:{s:12:\"main_heading\";s:0:\"\";s:11:\"sub_heading\";s:0:\"\";s:14:\"cust_close_txt\";s:0:\"\";s:13:\"security_note\";s:0:\"\";s:17:\"secondary_content\";s:0:\"\";}'),
(86, 73, '_aoc_design', 'a:9:{s:8:\"template\";s:8:\"design-3\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:11:\"mn_position\";s:13:\"center-center\";s:6:\"effect\";s:6:\"fadein\";s:8:\"speed_in\";d:0.5;s:9:\"speed_out\";d:0.25;s:12:\"loader_color\";s:7:\"#000000\";s:16:\"fullscreen_popup\";i:0;}'),
(87, 73, '_aoc_advance', 'a:3:{s:11:\"show_credit\";i:0;s:13:\"cookie_expire\";s:0:\"\";s:11:\"cookie_unit\";s:3:\"day\";}'),
(88, 73, '_aoc_custom_css', ''),
(89, 83, '_wp_attached_file', '2021/08/p1.jpeg'),
(90, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1019;s:4:\"file\";s:15:\"2021/08/p1.jpeg\";s:8:\"filesize\";i:151044;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"p1-300x261.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12808;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"p1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3163;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"p1-600x523.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38655;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p1-300x261.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12808;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"p1-1024x892.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"p1-768x669.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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, 93, '_wp_attached_file', '2021/08/p3.jpg'),
(93, 93, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1019;s:4:\"file\";s:14:\"2021/08/p3.jpg\";s:8:\"filesize\";i:139624;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"p3-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14396;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"p3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3642;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"p3-600x523.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41966;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"p3-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14396;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"p3-1024x892.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"p3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6144;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"p3-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(95, 95, '_wp_attached_file', '2021/08/p4.jpg'),
(96, 95, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1019;s:4:\"file\";s:14:\"2021/08/p4.jpg\";s:8:\"filesize\";i:167405;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"p4-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13369;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"p4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3181;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"p4-600x523.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42235;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"p4-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13369;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"p4-1024x892.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"p4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5503;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"p4-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(98, 96, '_wp_attached_file', '2021/08/p2a.jpg'),
(99, 96, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1019;s:4:\"file\";s:15:\"2021/08/p2a.jpg\";s:8:\"filesize\";i:68540;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"p2a-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12259;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"p2a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3155;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"p2a-600x523.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33932;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"p2a-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12259;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"p2a-1024x892.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"p2a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5349;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"p2a-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(101, 98, '_wp_attached_file', '2021/08/p5.jpg'),
(102, 98, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:836;s:4:\"file\";s:14:\"2021/08/p5.jpg\";s:8:\"filesize\";i:60586;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"p5-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7237;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"p5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2336;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"p5-600x523.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20073;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"p5-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"p5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"p5-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(104, 101, '_wp_attached_file', '2021/08/p6.jpg'),
(105, 101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1019;s:4:\"file\";s:14:\"2021/08/p6.jpg\";s:8:\"filesize\";i:207609;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"p6-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13220;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"p6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3050;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"p6-600x523.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43916;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"p6-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13220;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"p6-1024x892.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"p6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"p6-768x669.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(107, 187, '_wp_attached_file', '2021/08/vector.svg'),
(108, 187, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:10:\"vector.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"vector.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(109, 188, '_wp_attached_file', '2021/08/b-chart.svg'),
(110, 188, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:11:\"b-chart.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"b-chart.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(111, 189, '_wp_attached_file', '2021/08/ruler-pencil.svg'),
(112, 189, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"ruler-pencil.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(113, 190, '_wp_attached_file', '2021/08/responsive.svg');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(114, 190, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:14:\"responsive.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"responsive.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(115, 192, '_wp_attached_file', '2021/08/logo-envato.svg'),
(116, 192, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:15:\"logo-envato.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"logo-envato.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(118, 200, '_wp_attached_file', '2021/08/Artboard.jpg'),
(119, 200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:20:\"2021/08/Artboard.jpg\";s:8:\"filesize\";i:398119;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Artboard-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54059;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Artboard-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5225;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Artboard-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Artboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10031;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(121, 208, '_wp_attached_file', '2021/08/Artboard-Copy.jpg'),
(122, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:25:\"2021/08/Artboard-Copy.jpg\";s:8:\"filesize\";i:70610;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Artboard-Copy-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29669;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Artboard-Copy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4856;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Artboard-Copy-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Artboard-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8062;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124, 217, '_wp_attached_file', '2021/08/Artboard-Copy-2.jpg'),
(125, 217, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2021/08/Artboard-Copy-2.jpg\";s:8:\"filesize\";i:87203;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Artboard-Copy-2-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25766;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3880;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-2-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(127, 222, '_wp_attached_file', '2021/08/Artboard-Copy-3.jpg'),
(128, 222, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2021/08/Artboard-Copy-3.jpg\";s:8:\"filesize\";i:95403;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Artboard-Copy-3-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26263;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3931;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-3-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130, 227, '_wp_attached_file', '2021/08/Artboard-Copy-4.jpg'),
(131, 227, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2021/08/Artboard-Copy-4.jpg\";s:8:\"filesize\";i:53948;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Artboard-Copy-4-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21098;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3275;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-4-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(133, 232, '_wp_attached_file', '2021/08/Artboard-Copy-5.jpg'),
(134, 232, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2021/08/Artboard-Copy-5.jpg\";s:8:\"filesize\";i:289769;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Artboard-Copy-5-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34061;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4653;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-5-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(136, 237, '_wp_attached_file', '2021/08/Artboard-Copy-6.jpg'),
(137, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:890;s:4:\"file\";s:27:\"2021/08/Artboard-Copy-6.jpg\";s:8:\"filesize\";i:44180;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Artboard-Copy-6-300x445.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19257;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3531;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-6-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Artboard-Copy-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(139, 241, '_wp_attached_file', '2021/08/bg-contact.jpg'),
(140, 241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1680;s:6:\"height\";i:565;s:4:\"file\";s:22:\"2021/08/bg-contact.jpg\";s:8:\"filesize\";i:25410;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"bg-contact-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3084;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-contact-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1497;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"bg-contact-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7521;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"bg-contact-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3084;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bg-contact-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"bg-contact-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"bg-contact-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10845;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"bg-contact-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142, 275, '_wp_attached_file', '2021/08/img-ft.svg'),
(143, 275, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:570;s:6:\"height\";i:48;s:4:\"file\";s:10:\"img-ft.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:13;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:25;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:65;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:86;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"img-ft.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(144, 284, '_wp_attached_file', '2021/08/clock-1.svg'),
(145, 284, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:11:\"clock-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"clock-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(147, 288, '_wp_attached_file', '2021/08/square-pin-1.svg'),
(148, 288, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:16:\"square-pin-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"square-pin-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(150, 289, '_wp_attached_file', '2021/08/telephone-1.svg'),
(151, 289, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:15:\"telephone-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"telephone-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(153, 311, '_wp_attached_file', '2021/08/slider1.jpg'),
(154, 311, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2021/08/slider1.jpg\";s:8:\"filesize\";i:74051;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"slider1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"slider1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1930;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"slider1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15152;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"slider1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"slider1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2959;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"slider1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22287;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"slider1-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155, 316, '_wp_attached_file', '2021/08/slider3.jpg'),
(156, 316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2021/08/slider3.jpg\";s:8:\"filesize\";i:64598;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"slider3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5338;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"slider3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2170;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"slider3-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15103;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"slider3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5338;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"slider3-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"slider3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"slider3-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21751;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"slider3-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157, 317, '_wp_attached_file', '2021/08/slider2-1.jpg'),
(158, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2021/08/slider2-1.jpg\";s:8:\"filesize\";i:58106;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"slider2-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4577;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"slider2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1650;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"slider2-1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13137;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"slider2-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4577;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"slider2-1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"slider2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"slider2-1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19383;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"slider2-1-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159, 339, '_wp_attached_file', '2021/08/i1.jpg'),
(160, 339, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:740;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2021/08/i1.jpg\";s:8:\"filesize\";i:28177;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"i1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8260;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"i1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2990;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"i1-600x324.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22069;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"i1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"i1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(162, 340, '_wp_attached_file', '2021/08/i2.jpg'),
(163, 340, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:740;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2021/08/i2.jpg\";s:8:\"filesize\";i:42531;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"i2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13192;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"i2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4581;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"i2-600x324.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35178;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"i2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"i2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(165, 341, '_wp_attached_file', '2021/08/i3.jpg'),
(166, 341, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:740;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2021/08/i3.jpg\";s:8:\"filesize\";i:76721;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"i3-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17611;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"i3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4752;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"i3-600x324.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49753;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"i3-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17611;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"i3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8417;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(168, 346, '_wp_attached_file', '2021/08/bulb-63.svg'),
(169, 346, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:11:\"bulb-63.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"bulb-63.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(170, 346, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg>'),
(172, 366, '_wp_attached_file', '2021/08/note-code.svg'),
(173, 366, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:13:\"note-code.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"note-code.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(174, 366, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg>'),
(176, 367, '_wp_attached_file', '2021/08/radar.svg'),
(177, 367, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:9:\"radar.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"radar.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(178, 367, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg>'),
(180, 374, '_wp_attached_file', '2021/08/logo-brand.svg'),
(181, 374, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:489;s:6:\"height\";i:46;s:4:\"file\";s:14:\"logo-brand.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:14;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:28;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:72;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:96;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:14:\"logo-brand.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(183, 385, '_wp_attached_file', '2021/08/algorithm.svg'),
(184, 385, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:13:\"algorithm.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"algorithm.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(185, 385, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg>'),
(187, 386, '_wp_attached_file', '2021/08/crosshair.svg'),
(188, 386, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:13:\"crosshair.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:13:\"crosshair.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(189, 386, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg>'),
(191, 387, '_wp_attached_file', '2021/08/tactic.svg');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 387, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:10:\"tactic.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:10:\"tactic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(193, 387, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg>'),
(195, 395, '_wp_attached_file', '2021/08/bg.jpg'),
(196, 395, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:792;s:4:\"file\";s:14:\"2021/08/bg.jpg\";s:8:\"filesize\";i:55717;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:14:\"bg-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3399;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1587;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:14:\"bg-600x248.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8670;}s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"bg-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3399;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"bg-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2342;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"bg-768x317.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"bg-1536x634.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:634;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(198, 412, '_wp_attached_file', '2021/08/privacy-policy.svg'),
(199, 412, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:18:\"privacy-policy.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"privacy-policy.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(200, 412, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg>'),
(202, 413, '_wp_attached_file', '2021/08/lifering.svg'),
(203, 413, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:12:\"lifering.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"lifering.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(204, 413, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg>'),
(206, 414, '_wp_attached_file', '2021/08/network.svg'),
(207, 414, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:11:\"network.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"network.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(208, 414, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg>'),
(210, 415, '_wp_attached_file', '2021/08/bg-bottom.jpg'),
(211, 415, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:511;s:4:\"file\";s:21:\"2021/08/bg-bottom.jpg\";s:8:\"filesize\";i:134751;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"bg-bottom-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4448;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-bottom-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2439;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"bg-bottom-600x160.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11259;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"bg-bottom-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4448;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"bg-bottom-1024x273.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bg-bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"bg-bottom-768x204.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15970;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"bg-bottom-1536x409.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(213, 466, '_wp_attached_file', '2021/08/t1.jpg'),
(214, 466, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:14:\"2021/08/t1.jpg\";s:8:\"filesize\";i:12054;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"t1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(216, 467, '_wp_attached_file', '2021/08/t2.jpg'),
(217, 467, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:14:\"2021/08/t2.jpg\";s:8:\"filesize\";i:6212;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"t2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(219, 468, '_wp_attached_file', '2021/08/t3.jpg'),
(220, 468, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:14:\"2021/08/t3.jpg\";s:8:\"filesize\";i:10534;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"t3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222, 472, '_wp_attached_file', '2021/08/bg-about.jpg'),
(223, 472, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1680;s:6:\"height\";i:565;s:4:\"file\";s:20:\"2021/08/bg-about.jpg\";s:8:\"filesize\";i:97352;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"bg-about-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4320;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-about-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2243;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"bg-about-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12134;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"bg-about-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4320;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"bg-about-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-about-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"bg-about-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"bg-about-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(225, 476, '_wp_attached_file', '2021/08/img-ab.jpg'),
(226, 476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:490;s:4:\"file\";s:18:\"2021/08/img-ab.jpg\";s:8:\"filesize\";i:189339;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"img-ab-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"img-ab-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3991;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"img-ab-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39061;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"img-ab-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"img-ab-1024x429.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"img-ab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7107;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img-ab-768x322.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(228, 496, '_wp_attached_file', '2021/08/m1.jpg'),
(229, 496, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m1.jpg\";s:8:\"filesize\";i:19336;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(231, 497, '_wp_attached_file', '2021/08/m2.jpg'),
(232, 497, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m2.jpg\";s:8:\"filesize\";i:22214;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3445;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5561;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(234, 498, '_wp_attached_file', '2021/08/m3.jpg'),
(235, 498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m3.jpg\";s:8:\"filesize\";i:23052;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5802;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(237, 499, '_wp_attached_file', '2021/08/m4.jpg'),
(238, 499, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m4.jpg\";s:8:\"filesize\";i:24045;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(240, 500, '_wp_attached_file', '2021/08/m5.jpg'),
(241, 500, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m5.jpg\";s:8:\"filesize\";i:24818;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6750;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(243, 501, '_wp_attached_file', '2021/08/m6.jpg'),
(244, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m6.jpg\";s:8:\"filesize\";i:23516;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3782;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(246, 502, '_wp_attached_file', '2021/08/m7.jpg'),
(247, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m7.jpg\";s:8:\"filesize\";i:20869;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3363;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(249, 503, '_wp_attached_file', '2021/08/m8.jpg'),
(250, 503, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m8.jpg\";s:8:\"filesize\";i:18953;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(252, 504, '_wp_attached_file', '2021/08/m9.jpg'),
(253, 504, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:14:\"2021/08/m9.jpg\";s:8:\"filesize\";i:23161;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"m9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"m9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(255, 505, '_wp_attached_file', '2021/08/m10.jpg'),
(256, 505, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:220;s:4:\"file\";s:15:\"2021/08/m10.jpg\";s:8:\"filesize\";i:26855;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"m10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"m10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(258, 513, '_wp_attached_file', '2021/08/bg-services.jpg'),
(259, 513, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1680;s:6:\"height\";i:565;s:4:\"file\";s:23:\"2021/08/bg-services.jpg\";s:8:\"filesize\";i:31151;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"bg-services-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"bg-services-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2123;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"bg-services-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10510;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bg-services-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"bg-services-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bg-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3061;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"bg-services-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14736;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"bg-services-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(261, 546, '_wp_attached_file', '2021/08/app-services.svg'),
(262, 546, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:16:\"app-services.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"app-services.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(263, 546, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>'),
(265, 547, '_wp_attached_file', '2021/08/logo-shopify.svg'),
(266, 547, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:16:\"logo-shopify.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:16:\"logo-shopify.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(267, 547, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>'),
(269, 548, '_wp_attached_file', '2021/08/logo-wordpress.svg'),
(270, 548, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"logo-wordpress.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(271, 548, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>'),
(273, 549, '_wp_attached_file', '2021/08/pin-2.svg'),
(274, 549, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:9:\"pin-2.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:9:\"pin-2.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(275, 549, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>'),
(277, 550, '_wp_attached_file', '2021/08/switches.svg'),
(278, 550, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:12:\"switches.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"switches.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(279, 550, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>'),
(281, 551, '_wp_attached_file', '2021/08/traffic.svg'),
(282, 551, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:11:\"traffic.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"traffic.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(283, 551, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\" class=\"nc-icon-wrapper\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>'),
(285, 556, '_wp_attached_file', '2021/08/algorithm-1.svg'),
(286, 556, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:15:\"algorithm-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"algorithm-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(287, 556, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg>'),
(289, 557, '_elementor_edit_mode', 'builder'),
(290, 557, '_elementor_template_type', 'kit'),
(291, 557, 'inline_featured_image', '0'),
(292, 557, '_wp_page_template', 'default'),
(293, 557, '_elementor_page_settings', 'a:26:{s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:4:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:4:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:4:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:4:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";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:26:\"button_background_position\";s:0:\"\";s:24:\"button_background_repeat\";s:0:\"\";s:22:\"button_background_size\";s:0:\"\";s:43:\"button_background_slideshow_background_size\";s:0:\"\";s:47:\"button_background_slideshow_background_position\";s:0:\"\";s:32:\"button_hover_background_position\";s:0:\"\";s:30:\"button_hover_background_repeat\";s:0:\"\";s:28:\"button_hover_background_size\";s:0:\"\";s:49:\"button_hover_background_slideshow_background_size\";s:0:\"\";s:53:\"button_hover_background_slideshow_background_position\";s:0:\"\";s:9:\"site_name\";s:6:\"MarLab\";s:16:\"site_description\";s:43:\"WP Theme for Marketing and Services Company\";s:24:\"body_background_position\";s:0:\"\";s:22:\"body_background_repeat\";s:0:\"\";s:20:\"body_background_size\";s:0:\"\";s:41:\"body_background_slideshow_background_size\";s:0:\"\";s:45:\"body_background_slideshow_background_position\";s:0:\"\";s:19:\"page_title_selector\";s:0:\"\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(294, 557, '_elementor_data', '[]'),
(295, 557, '_elementor_page_assets', 'a:0:{}'),
(296, 557, '_elementor_version', '3.4.2'),
(306, 558, '_wp_attached_file', '2021/08/crosshair-1.svg'),
(307, 558, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:15:\"crosshair-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:15:\"crosshair-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(308, 558, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg>'),
(310, 559, '_wp_attached_file', '2021/08/tactic-1.svg'),
(311, 559, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:12:\"tactic-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:12:\"tactic-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(312, 559, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\" class=\"nc-icon-wrapper\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg>'),
(314, 583, '_wp_attached_file', '2021/08/bg-1.jpg'),
(315, 583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:673;s:4:\"file\";s:16:\"2021/08/bg-1.jpg\";s:8:\"filesize\";i:74392;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:16:\"bg-1-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3152;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"bg-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1270;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:16:\"bg-1-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7626;}s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"bg-1-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3152;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"bg-1-1024x345.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"bg-1-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10954;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"bg-1-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(317, 584, '_wp_attached_file', '2021/08/bg-wd.jpg'),
(318, 584, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:673;s:4:\"file\";s:17:\"2021/08/bg-wd.jpg\";s:8:\"filesize\";i:35653;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"bg-wd-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3056;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"bg-wd-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1294;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"bg-wd-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7560;}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"bg-wd-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3056;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"bg-wd-1024x345.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16701;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bg-wd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1760;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"bg-wd-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10964;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"bg-wd-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(320, 597, '_wp_attached_file', '2021/08/img-br2.jpg'),
(321, 597, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1140;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2021/08/img-br2.jpg\";s:8:\"filesize\";i:50299;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"img-br2-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10014;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"img-br2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3349;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"img-br2-600x505.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24647;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"img-br2-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10014;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"img-br2-1024x862.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"img-br2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"img-br2-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(323, 619, '_wp_attached_file', '2021/08/img-dm.jpg'),
(324, 619, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1140;s:6:\"height\";i:1064;s:4:\"file\";s:18:\"2021/08/img-dm.jpg\";s:8:\"filesize\";i:63979;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"img-dm-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10637;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"img-dm-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3105;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"img-dm-600x560.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28951;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"img-dm-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10637;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"img-dm-1024x956.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:956;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"img-dm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4899;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img-dm-768x717.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(326, 623, '_wp_attached_file', '2021/08/bg-dm.jpg'),
(327, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:673;s:4:\"file\";s:17:\"2021/08/bg-dm.jpg\";s:8:\"filesize\";i:31508;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"bg-dm-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2891;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"bg-dm-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1192;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"bg-dm-600x202.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7272;}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"bg-dm-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2891;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"bg-dm-1024x345.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16220;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bg-dm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"bg-dm-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10517;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"bg-dm-1536x517.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29960;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(329, 683, '_wp_attached_file', '2021/08/bg-team2.jpg'),
(330, 683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:474;s:4:\"file\";s:20:\"2021/08/bg-team2.jpg\";s:8:\"filesize\";i:135194;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"bg-team2-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3718;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-team2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2334;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"bg-team2-600x148.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10478;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bg-team2-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3718;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"bg-team2-1024x253.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23724;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-team2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"bg-team2-768x190.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15333;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"bg-team2-1536x379.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44384;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(332, 755, '_wp_attached_file', '2021/08/img.jpg'),
(333, 755, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:700;s:4:\"file\";s:15:\"2021/08/img.jpg\";s:8:\"filesize\";i:35568;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"img-300x420.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20264;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"img-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4028;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"img-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6623;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(334, 817, '_wp_attached_file', '2021/08/radar-1.svg'),
(335, 817, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:1784;s:6:\"height\";i:1784;s:4:\"file\";s:11:\"radar-1.svg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:18:\"woocommerce_single\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:11:\"radar-1.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(336, 821, '_wp_attached_file', '2021/08/Bitmap.png'),
(337, 821, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:234;s:6:\"height\";i:276;s:4:\"file\";s:18:\"2021/08/Bitmap.png\";s:8:\"filesize\";i:13649;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Bitmap-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Bitmap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(338, 822, '_wp_attached_file', '2021/08/Bitmap2.png'),
(339, 822, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:272;s:6:\"height\";i:316;s:4:\"file\";s:19:\"2021/08/Bitmap2.png\";s:8:\"filesize\";i:21584;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12822;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Bitmap2-258x300.png\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24379;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Bitmap2-272x300.png\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50837;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(340, 823, '_wp_attached_file', '2021/08/Bitmap3.png'),
(341, 823, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:276;s:4:\"file\";s:19:\"2021/08/Bitmap3.png\";s:8:\"filesize\";i:8921;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(342, 824, '_wp_attached_file', '2021/08/Bitmap4.png'),
(343, 824, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:272;s:6:\"height\";i:292;s:4:\"file\";s:19:\"2021/08/Bitmap4.png\";s:8:\"filesize\";i:26261;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(344, 825, '_wp_attached_file', '2021/08/Bitmap5.png'),
(345, 825, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:186;s:6:\"height\";i:194;s:4:\"file\";s:19:\"2021/08/Bitmap5.png\";s:8:\"filesize\";i:9000;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25821;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(346, 826, '_wp_attached_file', '2021/08/Bitmap6.png'),
(347, 826, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:374;s:6:\"height\";i:428;s:4:\"file\";s:19:\"2021/08/Bitmap6.png\";s:8:\"filesize\";i:23024;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Bitmap6-300x343.png\";s:5:\"width\";i:300;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86246;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11665;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Bitmap6-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Bitmap6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(348, 1176, '_wp_attached_file', '2021/09/img-w.jpg'),
(349, 1176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1140;s:6:\"height\";i:1064;s:4:\"file\";s:17:\"2021/09/img-w.jpg\";s:8:\"filesize\";i:74087;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"img-w-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14370;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"img-w-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3469;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"img-w-600x560.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40165;}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img-w-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14370;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img-w-1024x956.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:956;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img-w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6055;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img-w-768x717.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(401, 161, '_menu_item_type', 'post_type'),
(402, 161, '_menu_item_menu_item_parent', '0'),
(403, 161, '_menu_item_object_id', '123'),
(404, 161, '_menu_item_object', 'page'),
(405, 161, '_menu_item_target', ''),
(406, 161, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(407, 161, '_menu_item_xfn', ''),
(408, 161, '_menu_item_url', ''),
(409, 161, '_wp_old_date', '2021-08-19'),
(411, 162, '_menu_item_type', 'post_type'),
(412, 162, '_menu_item_menu_item_parent', '0'),
(413, 162, '_menu_item_object_id', '121'),
(414, 162, '_menu_item_object', 'page'),
(415, 162, '_menu_item_target', ''),
(416, 162, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(417, 162, '_menu_item_xfn', ''),
(418, 162, '_menu_item_url', ''),
(419, 162, '_wp_old_date', '2021-08-19'),
(454, 166, '_menu_item_type', 'post_type'),
(455, 166, '_menu_item_menu_item_parent', '0'),
(456, 166, '_menu_item_object_id', '119'),
(457, 166, '_menu_item_object', 'page'),
(458, 166, '_menu_item_target', ''),
(459, 166, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(460, 166, '_menu_item_xfn', ''),
(461, 166, '_menu_item_url', ''),
(462, 166, '_wp_old_date', '2021-08-19'),
(464, 167, '_menu_item_type', 'post_type'),
(465, 167, '_menu_item_menu_item_parent', '0'),
(466, 167, '_menu_item_object_id', '53'),
(467, 167, '_menu_item_object', 'page'),
(468, 167, '_menu_item_target', ''),
(469, 167, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(470, 167, '_menu_item_xfn', ''),
(471, 167, '_menu_item_url', ''),
(472, 167, '_wp_old_date', '2021-08-19'),
(494, 725, '_menu_item_type', 'post_type'),
(495, 725, '_menu_item_menu_item_parent', '0'),
(496, 725, '_menu_item_object_id', '107'),
(497, 725, '_menu_item_object', 'page'),
(498, 725, '_menu_item_target', ''),
(499, 725, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(500, 725, '_menu_item_xfn', ''),
(501, 725, '_menu_item_url', ''),
(503, 726, '_menu_item_type', 'post_type'),
(504, 726, '_menu_item_menu_item_parent', '0'),
(505, 726, '_menu_item_object_id', '103'),
(506, 726, '_menu_item_object', 'page'),
(507, 726, '_menu_item_target', ''),
(508, 726, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(509, 726, '_menu_item_xfn', ''),
(510, 726, '_menu_item_url', ''),
(512, 727, '_menu_item_type', 'post_type'),
(513, 727, '_menu_item_menu_item_parent', '0'),
(514, 727, '_menu_item_object_id', '53'),
(515, 727, '_menu_item_object', 'page'),
(516, 727, '_menu_item_target', ''),
(517, 727, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(518, 727, '_menu_item_xfn', ''),
(519, 727, '_menu_item_url', ''),
(521, 738, '_menu_item_type', 'post_type'),
(522, 738, '_menu_item_menu_item_parent', '0'),
(523, 738, '_menu_item_object_id', '732'),
(524, 738, '_menu_item_object', 'page'),
(525, 738, '_menu_item_target', ''),
(526, 738, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(527, 738, '_menu_item_xfn', ''),
(528, 738, '_menu_item_url', ''),
(530, 739, '_menu_item_type', 'post_type'),
(531, 739, '_menu_item_menu_item_parent', '0'),
(532, 739, '_menu_item_object_id', '728'),
(533, 739, '_menu_item_object', 'page'),
(534, 739, '_menu_item_target', ''),
(535, 739, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(536, 739, '_menu_item_xfn', ''),
(537, 739, '_menu_item_url', ''),
(539, 744, '_menu_item_type', 'post_type'),
(540, 744, '_menu_item_menu_item_parent', '0'),
(541, 744, '_menu_item_object_id', '46'),
(542, 744, '_menu_item_object', 'post'),
(543, 744, '_menu_item_target', ''),
(544, 744, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(545, 744, '_menu_item_xfn', ''),
(546, 744, '_menu_item_url', ''),
(548, 70, '_menu_item_type', 'post_type'),
(549, 70, '_menu_item_menu_item_parent', '0'),
(550, 70, '_menu_item_object_id', '53'),
(551, 70, '_menu_item_object', 'page'),
(552, 70, '_menu_item_target', ''),
(553, 70, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(554, 70, '_menu_item_xfn', ''),
(555, 70, '_menu_item_url', ''),
(556, 70, '_wp_old_date', '2021-08-18'),
(557, 70, '_wp_old_date', '2021-08-19'),
(558, 70, '_wp_old_date', '2021-08-23'),
(559, 70, '_wp_old_date', '2021-08-25'),
(560, 70, '_wp_old_date', '2021-08-26'),
(595, 134, '_menu_item_type', 'post_type'),
(596, 134, '_menu_item_menu_item_parent', '0'),
(597, 134, '_menu_item_object_id', '121'),
(598, 134, '_menu_item_object', 'page'),
(599, 134, '_menu_item_target', ''),
(600, 134, '_menu_item_classes', 'a:1:{i:0;s:8:\"megamenu\";}'),
(601, 134, '_menu_item_xfn', ''),
(602, 134, '_menu_item_url', ''),
(603, 134, '_wp_old_date', '2021-08-19'),
(604, 134, '_wp_old_date', '2021-08-23'),
(605, 134, '_wp_old_date', '2021-08-25'),
(606, 134, '_wp_old_date', '2021-08-26'),
(622, 137, '_menu_item_type', 'post_type'),
(623, 137, '_menu_item_menu_item_parent', '134'),
(624, 137, '_menu_item_object_id', '128'),
(625, 137, '_menu_item_object', 'page'),
(626, 137, '_menu_item_target', ''),
(627, 137, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(628, 137, '_menu_item_xfn', ''),
(629, 137, '_menu_item_url', ''),
(630, 137, '_wp_old_date', '2021-08-19'),
(631, 137, '_wp_old_date', '2021-08-23'),
(632, 137, '_wp_old_date', '2021-08-25'),
(633, 137, '_wp_old_date', '2021-08-26'),
(636, 139, '_menu_item_type', 'post_type'),
(637, 139, '_menu_item_menu_item_parent', '1121'),
(638, 139, '_menu_item_object_id', '71'),
(639, 139, '_menu_item_object', 'page'),
(640, 139, '_menu_item_target', ''),
(641, 139, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(642, 139, '_menu_item_xfn', ''),
(643, 139, '_menu_item_url', ''),
(644, 139, '_wp_old_date', '2021-08-19'),
(645, 139, '_wp_old_date', '2021-08-23'),
(646, 139, '_wp_old_date', '2021-08-25'),
(647, 139, '_wp_old_date', '2021-08-26'),
(649, 140, '_menu_item_type', 'post_type'),
(650, 140, '_menu_item_menu_item_parent', '0'),
(651, 140, '_menu_item_object_id', '119'),
(652, 140, '_menu_item_object', 'page'),
(653, 140, '_menu_item_target', ''),
(654, 140, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(655, 140, '_menu_item_xfn', ''),
(656, 140, '_menu_item_url', ''),
(657, 140, '_wp_old_date', '2021-08-19'),
(658, 140, '_wp_old_date', '2021-08-23'),
(659, 140, '_wp_old_date', '2021-08-25'),
(660, 140, '_wp_old_date', '2021-08-26'),
(662, 141, '_menu_item_type', 'post_type'),
(663, 141, '_menu_item_menu_item_parent', '0'),
(664, 141, '_menu_item_object_id', '125'),
(665, 141, '_menu_item_object', 'page'),
(666, 141, '_menu_item_target', ''),
(667, 141, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(668, 141, '_menu_item_xfn', ''),
(669, 141, '_menu_item_url', ''),
(670, 141, '_wp_old_date', '2021-08-19'),
(672, 142, '_menu_item_type', 'post_type'),
(673, 142, '_menu_item_menu_item_parent', '0'),
(674, 142, '_menu_item_object_id', '123'),
(675, 142, '_menu_item_object', 'page'),
(676, 142, '_menu_item_target', ''),
(677, 142, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(678, 142, '_menu_item_xfn', ''),
(679, 142, '_menu_item_url', ''),
(680, 142, '_wp_old_date', '2021-08-19'),
(682, 178, '_menu_item_type', 'post_type'),
(683, 178, '_menu_item_menu_item_parent', '140'),
(684, 178, '_menu_item_object_id', '125'),
(685, 178, '_menu_item_object', 'page'),
(686, 178, '_menu_item_target', ''),
(687, 178, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(688, 178, '_menu_item_xfn', ''),
(689, 178, '_menu_item_url', ''),
(690, 178, '_wp_old_date', '2021-08-19'),
(691, 178, '_wp_old_date', '2021-08-23'),
(692, 178, '_wp_old_date', '2021-08-25'),
(693, 178, '_wp_old_date', '2021-08-26'),
(695, 179, '_menu_item_type', 'post_type'),
(696, 179, '_menu_item_menu_item_parent', '140'),
(697, 179, '_menu_item_object_id', '123'),
(698, 179, '_menu_item_object', 'page'),
(699, 179, '_menu_item_target', ''),
(700, 179, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(701, 179, '_menu_item_xfn', ''),
(702, 179, '_menu_item_url', ''),
(703, 179, '_wp_old_date', '2021-08-19'),
(704, 179, '_wp_old_date', '2021-08-23'),
(705, 179, '_wp_old_date', '2021-08-25'),
(706, 179, '_wp_old_date', '2021-08-26'),
(708, 195, '_menu_item_type', 'post_type'),
(709, 195, '_menu_item_menu_item_parent', '140'),
(710, 195, '_menu_item_object_id', '119'),
(711, 195, '_menu_item_object', 'page'),
(712, 195, '_menu_item_target', ''),
(713, 195, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(714, 195, '_menu_item_xfn', ''),
(715, 195, '_menu_item_url', ''),
(716, 195, '_wp_old_date', '2021-08-19'),
(717, 195, '_wp_old_date', '2021-08-23'),
(718, 195, '_wp_old_date', '2021-08-25'),
(719, 195, '_wp_old_date', '2021-08-26'),
(721, 542, '_menu_item_type', 'post_type'),
(722, 542, '_menu_item_menu_item_parent', '140'),
(723, 542, '_menu_item_object_id', '539'),
(724, 542, '_menu_item_object', 'page'),
(725, 542, '_menu_item_target', ''),
(726, 542, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(727, 542, '_menu_item_xfn', ''),
(728, 542, '_menu_item_url', ''),
(729, 542, '_wp_old_date', '2021-08-23'),
(730, 542, '_wp_old_date', '2021-08-25'),
(731, 542, '_wp_old_date', '2021-08-26'),
(734, 761, '_menu_item_type', 'post_type'),
(735, 761, '_menu_item_menu_item_parent', '0'),
(736, 761, '_menu_item_object_id', '119'),
(737, 761, '_menu_item_object', 'page'),
(738, 761, '_menu_item_target', ''),
(739, 761, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(740, 761, '_menu_item_xfn', ''),
(741, 761, '_menu_item_url', ''),
(743, 762, '_menu_item_type', 'post_type'),
(744, 762, '_menu_item_menu_item_parent', '0'),
(745, 762, '_menu_item_object_id', '121'),
(746, 762, '_menu_item_object', 'page'),
(747, 762, '_menu_item_target', ''),
(748, 762, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(749, 762, '_menu_item_xfn', ''),
(750, 762, '_menu_item_url', ''),
(752, 763, '_menu_item_type', 'post_type'),
(753, 763, '_menu_item_menu_item_parent', '0'),
(754, 763, '_menu_item_object_id', '1295'),
(755, 763, '_menu_item_object', 'page'),
(756, 763, '_menu_item_target', ''),
(757, 763, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(758, 763, '_menu_item_xfn', ''),
(759, 763, '_menu_item_url', ''),
(761, 1120, '_menu_item_type', 'post_type'),
(762, 1120, '_menu_item_menu_item_parent', '1121'),
(763, 1120, '_menu_item_object_id', '802'),
(764, 1120, '_menu_item_object', 'page'),
(765, 1120, '_menu_item_target', ''),
(766, 1120, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(767, 1120, '_menu_item_xfn', ''),
(768, 1120, '_menu_item_url', ''),
(769, 1120, '_wp_old_date', '2021-08-26'),
(771, 1121, '_menu_item_type', 'post_type'),
(772, 1121, '_menu_item_menu_item_parent', '0'),
(773, 1121, '_menu_item_object_id', '71'),
(774, 1121, '_menu_item_object', 'page'),
(775, 1121, '_menu_item_target', ''),
(776, 1121, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(777, 1121, '_menu_item_xfn', ''),
(778, 1121, '_menu_item_url', ''),
(779, 1121, '_wp_old_date', '2021-08-26'),
(795, 143, '_menu_item_type', 'post_type'),
(796, 143, '_menu_item_menu_item_parent', '0'),
(797, 143, '_menu_item_object_id', '125'),
(798, 143, '_menu_item_object', 'page'),
(799, 143, '_menu_item_target', ''),
(800, 143, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(801, 143, '_menu_item_xfn', ''),
(802, 143, '_menu_item_url', ''),
(803, 143, '_wp_old_date', '2021-08-19'),
(805, 144, '_menu_item_type', 'post_type'),
(806, 144, '_menu_item_menu_item_parent', '0'),
(807, 144, '_menu_item_object_id', '123'),
(808, 144, '_menu_item_object', 'page'),
(809, 144, '_menu_item_target', ''),
(810, 144, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(811, 144, '_menu_item_xfn', ''),
(812, 144, '_menu_item_url', ''),
(813, 144, '_wp_old_date', '2021-08-19'),
(815, 145, '_menu_item_type', 'post_type'),
(816, 145, '_menu_item_menu_item_parent', '0'),
(817, 145, '_menu_item_object_id', '121'),
(818, 145, '_menu_item_object', 'page'),
(819, 145, '_menu_item_target', ''),
(820, 145, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(821, 145, '_menu_item_xfn', ''),
(822, 145, '_menu_item_url', ''),
(823, 145, '_wp_old_date', '2021-08-19'),
(825, 176, '_menu_item_type', 'post_type'),
(826, 176, '_menu_item_menu_item_parent', '0'),
(827, 176, '_menu_item_object_id', '174'),
(828, 176, '_menu_item_object', 'page'),
(829, 176, '_menu_item_target', ''),
(830, 176, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(831, 176, '_menu_item_xfn', ''),
(832, 176, '_menu_item_url', ''),
(833, 176, '_wp_old_date', '2021-08-19'),
(834, 176, '_wp_old_date', '2021-08-23'),
(835, 176, '_wp_old_date', '2021-08-25'),
(836, 176, '_wp_old_date', '2021-08-26'),
(838, 710, '_menu_item_type', 'custom'),
(839, 710, '_menu_item_menu_item_parent', '137'),
(840, 710, '_menu_item_object_id', '710'),
(841, 710, '_menu_item_object', 'custom'),
(842, 710, '_menu_item_target', ''),
(843, 710, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(844, 710, '_menu_item_xfn', ''),
(845, 710, '_menu_item_url', 'https://mar.21lab.co/services/brand-strategy/'),
(846, 710, '_wp_old_date', '2021-08-25'),
(847, 710, '_wp_old_date', '2021-08-26'),
(848, 711, '_menu_item_type', 'custom'),
(849, 711, '_menu_item_menu_item_parent', '137'),
(850, 711, '_menu_item_object_id', '711'),
(851, 711, '_menu_item_object', 'custom'),
(852, 711, '_menu_item_target', ''),
(853, 711, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(854, 711, '_menu_item_xfn', ''),
(855, 711, '_menu_item_url', 'https://mar.21lab.co/services/brand-strategy/'),
(856, 711, '_wp_old_date', '2021-08-25'),
(857, 711, '_wp_old_date', '2021-08-26'),
(858, 712, '_menu_item_type', 'custom'),
(859, 712, '_menu_item_menu_item_parent', '137'),
(860, 712, '_menu_item_object_id', '712'),
(861, 712, '_menu_item_object', 'custom'),
(862, 712, '_menu_item_target', ''),
(863, 712, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(864, 712, '_menu_item_xfn', ''),
(865, 712, '_menu_item_url', 'https://mar.21lab.co/services/brand-strategy/'),
(866, 712, '_wp_old_date', '2021-08-25'),
(867, 712, '_wp_old_date', '2021-08-26'),
(868, 713, '_menu_item_type', 'custom'),
(869, 713, '_menu_item_menu_item_parent', '137'),
(870, 713, '_menu_item_object_id', '713'),
(871, 713, '_menu_item_object', 'custom'),
(872, 713, '_menu_item_target', ''),
(873, 713, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(874, 713, '_menu_item_xfn', ''),
(875, 713, '_menu_item_url', 'https://mar.21lab.co/services/brand-strategy/'),
(876, 713, '_wp_old_date', '2021-08-25'),
(877, 713, '_wp_old_date', '2021-08-26'),
(878, 714, '_menu_item_type', 'post_type'),
(879, 714, '_menu_item_menu_item_parent', '137'),
(880, 714, '_menu_item_object_id', '128'),
(881, 714, '_menu_item_object', 'page'),
(882, 714, '_menu_item_target', ''),
(883, 714, '_menu_item_classes', 'a:1:{i:0;s:3:\"btn\";}'),
(884, 714, '_menu_item_xfn', ''),
(885, 714, '_menu_item_url', ''),
(886, 714, '_wp_old_date', '2021-08-25'),
(887, 714, '_wp_old_date', '2021-08-26'),
(890, 715, '_menu_item_type', 'custom'),
(891, 715, '_menu_item_menu_item_parent', '136'),
(892, 715, '_menu_item_object_id', '715'),
(893, 715, '_menu_item_object', 'custom'),
(894, 715, '_menu_item_target', ''),
(895, 715, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(896, 715, '_menu_item_xfn', ''),
(897, 715, '_menu_item_url', 'https://mar.21lab.co/services/website-design/'),
(898, 715, '_wp_old_date', '2021-08-25'),
(899, 715, '_wp_old_date', '2021-08-26'),
(900, 716, '_menu_item_type', 'custom'),
(901, 716, '_menu_item_menu_item_parent', '136'),
(902, 716, '_menu_item_object_id', '716'),
(903, 716, '_menu_item_object', 'custom'),
(904, 716, '_menu_item_target', ''),
(905, 716, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(906, 716, '_menu_item_xfn', ''),
(907, 716, '_menu_item_url', 'https://mar.21lab.co/services/website-design/'),
(908, 716, '_wp_old_date', '2021-08-25'),
(909, 716, '_wp_old_date', '2021-08-26'),
(910, 717, '_menu_item_type', 'custom'),
(911, 717, '_menu_item_menu_item_parent', '136'),
(912, 717, '_menu_item_object_id', '717'),
(913, 717, '_menu_item_object', 'custom'),
(914, 717, '_menu_item_target', ''),
(915, 717, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(916, 717, '_menu_item_xfn', ''),
(917, 717, '_menu_item_url', 'https://mar.21lab.co/services/website-design/'),
(918, 717, '_wp_old_date', '2021-08-25'),
(919, 717, '_wp_old_date', '2021-08-26'),
(920, 718, '_menu_item_type', 'custom'),
(921, 718, '_menu_item_menu_item_parent', '136'),
(922, 718, '_menu_item_object_id', '718'),
(923, 718, '_menu_item_object', 'custom'),
(924, 718, '_menu_item_target', ''),
(925, 718, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(926, 718, '_menu_item_xfn', ''),
(927, 718, '_menu_item_url', 'https://mar.21lab.co/services/website-design/'),
(928, 718, '_wp_old_date', '2021-08-25'),
(929, 718, '_wp_old_date', '2021-08-26'),
(942, 720, '_menu_item_type', 'custom'),
(943, 720, '_menu_item_menu_item_parent', '135'),
(944, 720, '_menu_item_object_id', '720'),
(945, 720, '_menu_item_object', 'custom'),
(946, 720, '_menu_item_target', ''),
(947, 720, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(948, 720, '_menu_item_xfn', ''),
(949, 720, '_menu_item_url', 'https://mar.21lab.co/services/digital-marketing/'),
(950, 720, '_wp_old_date', '2021-08-25'),
(951, 720, '_wp_old_date', '2021-08-26'),
(952, 721, '_menu_item_type', 'custom'),
(953, 721, '_menu_item_menu_item_parent', '135'),
(954, 721, '_menu_item_object_id', '721'),
(955, 721, '_menu_item_object', 'custom'),
(956, 721, '_menu_item_target', ''),
(957, 721, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(958, 721, '_menu_item_xfn', ''),
(959, 721, '_menu_item_url', 'https://mar.21lab.co/services/digital-marketing/'),
(960, 721, '_wp_old_date', '2021-08-25'),
(961, 721, '_wp_old_date', '2021-08-26'),
(962, 722, '_menu_item_type', 'custom'),
(963, 722, '_menu_item_menu_item_parent', '135'),
(964, 722, '_menu_item_object_id', '722'),
(965, 722, '_menu_item_object', 'custom'),
(966, 722, '_menu_item_target', ''),
(967, 722, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(968, 722, '_menu_item_xfn', ''),
(969, 722, '_menu_item_url', 'https://mar.21lab.co/services/digital-marketing/'),
(970, 722, '_wp_old_date', '2021-08-25'),
(971, 722, '_wp_old_date', '2021-08-26'),
(972, 723, '_menu_item_type', 'custom'),
(973, 723, '_menu_item_menu_item_parent', '135');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(974, 723, '_menu_item_object_id', '723'),
(975, 723, '_menu_item_object', 'custom'),
(976, 723, '_menu_item_target', ''),
(977, 723, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(978, 723, '_menu_item_xfn', ''),
(979, 723, '_menu_item_url', 'https://mar.21lab.co/services/digital-marketing/'),
(980, 723, '_wp_old_date', '2021-08-25'),
(981, 723, '_wp_old_date', '2021-08-26'),
(994, 82, 'inline_featured_image', '0'),
(995, 82, '_thumbnail_id', '83'),
(996, 82, 'projectClientLogo', ''),
(997, 82, '_projectClientLogo', 'field_5dabe18a9d10d'),
(998, 82, 'projectAccentColor', ''),
(999, 82, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1000, 82, 'title', ''),
(1001, 82, '_title', 'field_595f05995871b'),
(1002, 82, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1003, 82, '_subtitle', 'field_595f06045871c'),
(1004, 82, 'titlebarLayout', 'default'),
(1005, 82, '_titlebarLayout', 'field_59fa9e15663bf'),
(1006, 82, 'titlebarAlign', 'left'),
(1007, 82, '_titlebarAlign', 'field_59fa9ed623c88'),
(1008, 82, 'sidebarPosition', 'default'),
(1009, 82, '_sidebarPosition', 'field_595f06285871e'),
(1010, 82, 'sidebar', 'default'),
(1011, 82, '_sidebar', 'field_595f06905871f'),
(1012, 82, 'headerStyles', 'style3'),
(1013, 82, '_headerStyles', 'field_60daebf1237b6'),
(1014, 82, 'slide_template', ''),
(1015, 82, 'rs_page_bg_color', ''),
(1016, 82, '_wp_old_slug', 'product-psd-stationery-mockup-set'),
(1018, 90, 'inline_featured_image', '0'),
(1019, 90, 'projectClientLogo', ''),
(1020, 90, '_projectClientLogo', 'field_5dabe18a9d10d'),
(1021, 90, 'projectAccentColor', ''),
(1022, 90, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1023, 90, 'title', ''),
(1024, 90, '_title', 'field_595f05995871b'),
(1025, 90, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1026, 90, '_subtitle', 'field_595f06045871c'),
(1027, 90, 'titlebarLayout', 'default'),
(1028, 90, '_titlebarLayout', 'field_59fa9e15663bf'),
(1029, 90, 'titlebarAlign', 'left'),
(1030, 90, '_titlebarAlign', 'field_59fa9ed623c88'),
(1031, 90, 'sidebarPosition', 'default'),
(1032, 90, '_sidebarPosition', 'field_595f06285871e'),
(1033, 90, 'sidebar', 'default'),
(1034, 90, '_sidebar', 'field_595f06905871f'),
(1035, 90, 'headerStyles', 'style3'),
(1036, 90, '_headerStyles', 'field_60daebf1237b6'),
(1037, 90, 'slide_template', ''),
(1038, 90, 'rs_page_bg_color', ''),
(1039, 90, '_thumbnail_id', '96'),
(1041, 92, 'inline_featured_image', '0'),
(1042, 92, '_thumbnail_id', '93'),
(1043, 92, 'projectClientLogo', ''),
(1044, 92, '_projectClientLogo', 'field_5dabe18a9d10d'),
(1045, 92, 'projectAccentColor', ''),
(1046, 92, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1047, 92, 'title', ''),
(1048, 92, '_title', 'field_595f05995871b'),
(1049, 92, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1050, 92, '_subtitle', 'field_595f06045871c'),
(1051, 92, 'titlebarLayout', 'default'),
(1052, 92, '_titlebarLayout', 'field_59fa9e15663bf'),
(1053, 92, 'titlebarAlign', 'left'),
(1054, 92, '_titlebarAlign', 'field_59fa9ed623c88'),
(1055, 92, 'sidebarPosition', 'default'),
(1056, 92, '_sidebarPosition', 'field_595f06285871e'),
(1057, 92, 'sidebar', 'default'),
(1058, 92, '_sidebar', 'field_595f06905871f'),
(1059, 92, 'headerStyles', 'style3'),
(1060, 92, '_headerStyles', 'field_60daebf1237b6'),
(1061, 92, 'slide_template', ''),
(1062, 92, 'rs_page_bg_color', ''),
(1086, 148, '_menu_item_type', 'post_type'),
(1087, 148, '_menu_item_menu_item_parent', '145'),
(1088, 148, '_menu_item_object_id', '128'),
(1089, 148, '_menu_item_object', 'page'),
(1090, 148, '_menu_item_target', ''),
(1091, 148, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1092, 148, '_menu_item_xfn', ''),
(1093, 148, '_menu_item_url', ''),
(1094, 148, '_wp_old_date', '2021-08-19'),
(1097, 149, '_menu_item_type', 'post_type'),
(1098, 149, '_menu_item_menu_item_parent', '0'),
(1099, 149, '_menu_item_object_id', '119'),
(1100, 149, '_menu_item_object', 'page'),
(1101, 149, '_menu_item_target', ''),
(1102, 149, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1103, 149, '_menu_item_xfn', ''),
(1104, 149, '_menu_item_url', ''),
(1105, 149, '_wp_old_date', '2021-08-19'),
(1107, 150, '_menu_item_type', 'post_type'),
(1108, 150, '_menu_item_menu_item_parent', '153'),
(1109, 150, '_menu_item_object_id', '107'),
(1110, 150, '_menu_item_object', 'page'),
(1111, 150, '_menu_item_target', ''),
(1112, 150, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1113, 150, '_menu_item_xfn', ''),
(1114, 150, '_menu_item_url', ''),
(1115, 150, '_wp_old_date', '2021-08-19'),
(1117, 151, '_menu_item_type', 'post_type'),
(1118, 151, '_menu_item_menu_item_parent', '153'),
(1119, 151, '_menu_item_object_id', '103'),
(1120, 151, '_menu_item_object', 'page'),
(1121, 151, '_menu_item_target', ''),
(1122, 151, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1123, 151, '_menu_item_xfn', ''),
(1124, 151, '_menu_item_url', ''),
(1125, 151, '_wp_old_date', '2021-08-19'),
(1127, 152, '_menu_item_type', 'post_type'),
(1128, 152, '_menu_item_menu_item_parent', '0'),
(1129, 152, '_menu_item_object_id', '71'),
(1130, 152, '_menu_item_object', 'page'),
(1131, 152, '_menu_item_target', ''),
(1132, 152, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1133, 152, '_menu_item_xfn', ''),
(1134, 152, '_menu_item_url', ''),
(1135, 152, '_wp_old_date', '2021-08-19'),
(1137, 153, '_menu_item_type', 'post_type'),
(1138, 153, '_menu_item_menu_item_parent', '0'),
(1139, 153, '_menu_item_object_id', '53'),
(1140, 153, '_menu_item_object', 'page'),
(1141, 153, '_menu_item_target', ''),
(1142, 153, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1143, 153, '_menu_item_xfn', ''),
(1144, 153, '_menu_item_url', ''),
(1145, 153, '_wp_old_date', '2021-08-19'),
(1147, 154, '_menu_item_type', 'post_type'),
(1148, 154, '_menu_item_menu_item_parent', '157'),
(1149, 154, '_menu_item_object_id', '1298'),
(1150, 154, '_menu_item_object', 'page'),
(1151, 154, '_menu_item_target', ''),
(1152, 154, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1153, 154, '_menu_item_xfn', ''),
(1154, 154, '_menu_item_url', ''),
(1155, 154, '_wp_old_date', '2021-08-19'),
(1157, 155, '_menu_item_type', 'post_type'),
(1158, 155, '_menu_item_menu_item_parent', '157'),
(1159, 155, '_menu_item_object_id', '1297'),
(1160, 155, '_menu_item_object', 'page'),
(1161, 155, '_menu_item_target', ''),
(1162, 155, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1163, 155, '_menu_item_xfn', ''),
(1164, 155, '_menu_item_url', ''),
(1165, 155, '_wp_old_date', '2021-08-19'),
(1167, 156, '_menu_item_type', 'post_type'),
(1168, 156, '_menu_item_menu_item_parent', '157'),
(1169, 156, '_menu_item_object_id', '1296'),
(1170, 156, '_menu_item_object', 'page'),
(1171, 156, '_menu_item_target', ''),
(1172, 156, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1173, 156, '_menu_item_xfn', ''),
(1174, 156, '_menu_item_url', ''),
(1175, 156, '_wp_old_date', '2021-08-19'),
(1177, 157, '_menu_item_type', 'post_type'),
(1178, 157, '_menu_item_menu_item_parent', '0'),
(1179, 157, '_menu_item_object_id', '1295'),
(1180, 157, '_menu_item_object', 'page'),
(1181, 157, '_menu_item_target', ''),
(1182, 157, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1183, 157, '_menu_item_xfn', ''),
(1184, 157, '_menu_item_url', ''),
(1185, 157, '_wp_old_date', '2021-08-19'),
(1187, 158, '_menu_item_type', 'post_type'),
(1188, 158, '_menu_item_menu_item_parent', '153'),
(1189, 158, '_menu_item_object_id', '53'),
(1190, 158, '_menu_item_object', 'page'),
(1191, 158, '_menu_item_target', ''),
(1192, 158, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1193, 158, '_menu_item_xfn', ''),
(1194, 158, '_menu_item_url', ''),
(1195, 158, '_wp_old_date', '2021-08-19'),
(1197, 180, '_menu_item_type', 'post_type'),
(1198, 180, '_menu_item_menu_item_parent', '0'),
(1199, 180, '_menu_item_object_id', '174'),
(1200, 180, '_menu_item_object', 'page'),
(1201, 180, '_menu_item_target', ''),
(1202, 180, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1203, 180, '_menu_item_xfn', ''),
(1204, 180, '_menu_item_url', ''),
(1205, 180, '_wp_old_date', '2021-08-19'),
(1207, 1173, '_menu_item_type', 'post_type'),
(1208, 1173, '_menu_item_menu_item_parent', '152'),
(1209, 1173, '_menu_item_object_id', '802'),
(1210, 1173, '_menu_item_object', 'page'),
(1211, 1173, '_menu_item_target', ''),
(1212, 1173, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1213, 1173, '_menu_item_xfn', ''),
(1214, 1173, '_menu_item_url', ''),
(1216, 1174, '_menu_item_type', 'post_type'),
(1217, 1174, '_menu_item_menu_item_parent', '152'),
(1218, 1174, '_menu_item_object_id', '71'),
(1219, 1174, '_menu_item_object', 'page'),
(1220, 1174, '_menu_item_target', ''),
(1221, 1174, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1222, 1174, '_menu_item_xfn', ''),
(1223, 1174, '_menu_item_url', ''),
(1225, 1175, '_menu_item_type', 'post_type'),
(1226, 1175, '_menu_item_menu_item_parent', '149'),
(1227, 1175, '_menu_item_object_id', '539'),
(1228, 1175, '_menu_item_object', 'page'),
(1229, 1175, '_menu_item_target', ''),
(1230, 1175, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1231, 1175, '_menu_item_xfn', ''),
(1232, 1175, '_menu_item_url', ''),
(1235, 1293, '_wp_page_template', 'default'),
(1236, 1294, '_wp_page_template', 'default'),
(1237, 1295, 'inline_featured_image', '0'),
(1238, 1296, 'inline_featured_image', '0'),
(1239, 1297, 'inline_featured_image', '0'),
(1240, 1298, 'inline_featured_image', '0'),
(1241, 53, 'inline_featured_image', '0'),
(1242, 53, '_wp_page_template', 'tmpl/template-projects.php'),
(1243, 53, 'title', 'Technical Genius and Client Success.'),
(1244, 53, '_title', 'field_595f05995871b'),
(1245, 53, 'subtitle', 'Browse through some of our recent projects to learn more about what we\'ve done.'),
(1246, 53, '_subtitle', 'field_595f06045871c'),
(1247, 53, 'titlebarLayout', 'default'),
(1248, 53, '_titlebarLayout', 'field_59fa9e15663bf'),
(1249, 53, 'titlebarAlign', 'inline'),
(1250, 53, '_titlebarAlign', 'field_59fa9ed623c88'),
(1251, 53, 'sidebarPosition', 'default'),
(1252, 53, '_sidebarPosition', 'field_595f06285871e'),
(1253, 53, 'sidebar', 'default'),
(1254, 53, '_sidebar', 'field_595f06905871f'),
(1255, 53, 'headerStyles', 'default'),
(1256, 53, '_headerStyles', 'field_60daebf1237b6'),
(1257, 53, '_thumbnail_id', '584'),
(1258, 71, 'inline_featured_image', '0'),
(1259, 71, 'title', ''),
(1260, 71, '_title', 'field_595f05995871b'),
(1261, 71, 'subtitle', ''),
(1262, 71, '_subtitle', 'field_595f06045871c'),
(1263, 71, 'titlebarLayout', 'none'),
(1264, 71, '_titlebarLayout', 'field_59fa9e15663bf'),
(1265, 71, 'titlebarAlign', 'default'),
(1266, 71, '_titlebarAlign', 'field_59fa9ed623c88'),
(1267, 71, 'sidebarPosition', 'default'),
(1268, 71, '_sidebarPosition', 'field_595f06285871e'),
(1269, 71, 'sidebar', 'default'),
(1270, 71, '_sidebar', 'field_595f06905871f'),
(1271, 71, 'headerStyles', 'default'),
(1272, 71, '_headerStyles', 'field_60daebf1237b6'),
(1273, 71, 'slide_template', 'default'),
(1274, 71, 'rs_page_bg_color', '#ffffff'),
(1275, 71, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1276, 71, '_elementor_edit_mode', 'builder'),
(1277, 71, '_elementor_template_type', 'wp-page'),
(1278, 71, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1279, 71, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose Burgeon?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Premium Support\",\"item_text\":\"For Customers\",\"item_link\":\"#\",\"_id\":\"ab257dc\",\"item_button_text\":\"Contact Us\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-section elementor-top-section elementor-element elementor-element-ace796f elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ace796f\\\" data-element_type=\\\"section\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-22e9072\\\" data-id=\\\"22e9072\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-widget-wrap elementor-element-populated\\\"><div class=\\\"elementor-element elementor-element-1561535 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1561535\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(1280, 71, '_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\";}}'),
(1283, 94, 'inline_featured_image', '0'),
(1284, 94, '_thumbnail_id', '95'),
(1285, 94, 'projectClientLogo', ''),
(1286, 94, '_projectClientLogo', 'field_5dabe18a9d10d'),
(1287, 94, 'projectAccentColor', ''),
(1288, 94, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1289, 94, 'title', ''),
(1290, 94, '_title', 'field_595f05995871b'),
(1291, 94, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1292, 94, '_subtitle', 'field_595f06045871c'),
(1293, 94, 'titlebarLayout', 'default'),
(1294, 94, '_titlebarLayout', 'field_59fa9e15663bf'),
(1295, 94, 'titlebarAlign', 'left'),
(1296, 94, '_titlebarAlign', 'field_59fa9ed623c88'),
(1297, 94, 'sidebarPosition', 'default'),
(1298, 94, '_sidebarPosition', 'field_595f06285871e'),
(1299, 94, 'sidebar', 'default'),
(1300, 94, '_sidebar', 'field_595f06905871f'),
(1301, 94, 'headerStyles', 'style3'),
(1302, 94, '_headerStyles', 'field_60daebf1237b6'),
(1303, 94, 'slide_template', ''),
(1304, 94, 'rs_page_bg_color', ''),
(1306, 97, 'inline_featured_image', '0'),
(1307, 97, '_thumbnail_id', '98'),
(1308, 97, 'projectClientLogo', '192'),
(1309, 97, '_projectClientLogo', 'field_5dabe18a9d10d'),
(1310, 97, 'projectAccentColor', ''),
(1311, 97, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1312, 97, 'title', ''),
(1313, 97, '_title', 'field_595f05995871b'),
(1314, 97, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1315, 97, '_subtitle', 'field_595f06045871c'),
(1316, 97, 'titlebarLayout', 'default'),
(1317, 97, '_titlebarLayout', 'field_59fa9e15663bf'),
(1318, 97, 'titlebarAlign', 'left'),
(1319, 97, '_titlebarAlign', 'field_59fa9ed623c88'),
(1320, 97, 'sidebarPosition', 'default'),
(1321, 97, '_sidebarPosition', 'field_595f06285871e'),
(1322, 97, 'sidebar', 'default'),
(1323, 97, '_sidebar', 'field_595f06905871f'),
(1324, 97, 'headerStyles', 'style3'),
(1325, 97, '_headerStyles', 'field_60daebf1237b6'),
(1326, 97, 'slide_template', ''),
(1327, 97, 'rs_page_bg_color', ''),
(1329, 100, 'inline_featured_image', '0'),
(1330, 100, '_thumbnail_id', '101'),
(1331, 100, 'projectClientLogo', ''),
(1332, 100, '_projectClientLogo', 'field_5dabe18a9d10d'),
(1333, 100, 'projectAccentColor', ''),
(1334, 100, '_projectAccentColor', 'field_5dabe1c59d10e'),
(1335, 100, 'title', ''),
(1336, 100, '_title', 'field_595f05995871b'),
(1337, 100, 'subtitle', 'We create free and premium graphic, design and web resources.'),
(1338, 100, '_subtitle', 'field_595f06045871c'),
(1339, 100, 'titlebarLayout', 'default'),
(1340, 100, '_titlebarLayout', 'field_59fa9e15663bf'),
(1341, 100, 'titlebarAlign', 'left'),
(1342, 100, '_titlebarAlign', 'field_59fa9ed623c88'),
(1343, 100, 'sidebarPosition', 'default'),
(1344, 100, '_sidebarPosition', 'field_595f06285871e'),
(1345, 100, 'sidebar', 'default'),
(1346, 100, '_sidebar', 'field_595f06905871f'),
(1347, 100, 'headerStyles', 'style3'),
(1348, 100, '_headerStyles', 'field_60daebf1237b6'),
(1349, 100, 'slide_template', ''),
(1350, 100, 'rs_page_bg_color', ''),
(1352, 103, 'inline_featured_image', '0'),
(1353, 103, '_thumbnail_id', '62'),
(1354, 103, '_wp_page_template', ''),
(1355, 103, 'slide_template', 'default'),
(1356, 103, 'rs_page_bg_color', '#ffffff'),
(1357, 103, 'title', 'Technical Genius and Client Success.'),
(1358, 103, '_title', 'field_595f05995871b'),
(1359, 103, 'subtitle', 'Browse through some of our recent projects to learn more about what we\'ve done.'),
(1360, 103, '_subtitle', 'field_595f06045871c'),
(1361, 103, 'titlebarLayout', 'default'),
(1362, 103, '_titlebarLayout', 'field_59fa9e15663bf'),
(1363, 103, 'titlebarAlign', 'left'),
(1364, 103, '_titlebarAlign', 'field_59fa9ed623c88'),
(1365, 103, 'sidebarPosition', 'default'),
(1366, 103, '_sidebarPosition', 'field_595f06285871e'),
(1367, 103, 'sidebar', 'default'),
(1368, 103, '_sidebar', 'field_595f06905871f'),
(1369, 103, 'headerStyles', 'style3'),
(1370, 103, '_headerStyles', 'field_60daebf1237b6'),
(1371, 103, '_elementor_template_type', 'wp-page'),
(1372, 103, '_elementor_version', '3.4.0'),
(1373, 107, 'inline_featured_image', '0'),
(1374, 107, '_thumbnail_id', '583'),
(1375, 107, 'title', 'Technical Genius and Client Success.'),
(1376, 107, '_title', 'field_595f05995871b'),
(1377, 107, 'subtitle', 'Browse through some of our recent projects to learn more about what we\'ve done.'),
(1378, 107, '_subtitle', 'field_595f06045871c'),
(1379, 107, 'titlebarLayout', 'default'),
(1380, 107, '_titlebarLayout', 'field_59fa9e15663bf'),
(1381, 107, 'titlebarAlign', 'inline'),
(1382, 107, '_titlebarAlign', 'field_59fa9ed623c88'),
(1383, 107, 'sidebarPosition', 'default'),
(1384, 107, '_sidebarPosition', 'field_595f06285871e'),
(1385, 107, 'sidebar', 'default'),
(1386, 107, '_sidebar', 'field_595f06905871f'),
(1387, 107, 'headerStyles', 'style3'),
(1388, 107, '_headerStyles', 'field_60daebf1237b6'),
(1389, 119, 'inline_featured_image', '0'),
(1390, 119, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1391, 119, 'title', 'Learn a little more about us.'),
(1392, 119, '_title', 'field_595f05995871b'),
(1393, 119, 'subtitle', 'Empowering businesses with market insights, driving growth and strategic decisions.'),
(1394, 119, '_subtitle', 'field_595f06045871c'),
(1395, 119, 'titlebarLayout', 'default'),
(1396, 119, '_titlebarLayout', 'field_59fa9e15663bf'),
(1397, 119, 'titlebarAlign', 'left'),
(1398, 119, '_titlebarAlign', 'field_59fa9ed623c88'),
(1399, 119, 'sidebarPosition', 'default'),
(1400, 119, '_sidebarPosition', 'field_595f06285871e'),
(1401, 119, 'sidebar', 'default'),
(1402, 119, '_sidebar', 'field_595f06905871f'),
(1403, 119, 'headerStyles', 'style3'),
(1404, 119, '_headerStyles', 'field_60daebf1237b6'),
(1405, 119, '_thumbnail_id', '472'),
(1406, 119, '_elementor_edit_mode', 'builder'),
(1407, 119, '_elementor_template_type', 'wp-page'),
(1408, 119, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1409, 119, '_elementor_data', '[{\"id\":\"993843c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c127b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3165a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"e3f89ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6eed3a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"bc34711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d37a977\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"8ec6d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0225e0b\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(1410, 119, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(1413, 121, 'inline_featured_image', '0'),
(1414, 121, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1415, 121, 'title', 'Full-service Digital Marketing'),
(1416, 121, '_title', 'field_595f05995871b'),
(1417, 121, 'subtitle', 'Almost Overnight, the Internet\'s Gone From a Technical Wonder to a Business Must.'),
(1418, 121, '_subtitle', 'field_595f06045871c'),
(1419, 121, 'titlebarLayout', 'default'),
(1420, 121, '_titlebarLayout', 'field_59fa9e15663bf'),
(1421, 121, 'titlebarAlign', 'left'),
(1422, 121, '_titlebarAlign', 'field_59fa9ed623c88'),
(1423, 121, 'sidebarPosition', 'default'),
(1424, 121, '_sidebarPosition', 'field_595f06285871e'),
(1425, 121, 'sidebar', 'default'),
(1426, 121, '_sidebar', 'field_595f06905871f'),
(1427, 121, 'headerStyles', 'style3'),
(1428, 121, '_headerStyles', 'field_60daebf1237b6'),
(1429, 121, '_thumbnail_id', '513'),
(1430, 121, '_elementor_edit_mode', 'builder'),
(1431, 121, '_elementor_template_type', 'wp-page'),
(1432, 121, '_elementor_version', '3.13.4'),
(1433, 121, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(1434, 121, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(1437, 123, 'inline_featured_image', '0'),
(1438, 123, 'title', 'Drop us a line and let’s talk.'),
(1439, 123, '_title', 'field_595f05995871b'),
(1440, 123, 'subtitle', 'Fill out This Form and Tell us a Little About You. We’ll Get Back to You Within Two Business Days.'),
(1441, 123, '_subtitle', 'field_595f06045871c'),
(1442, 123, 'titlebarLayout', 'default'),
(1443, 123, '_titlebarLayout', 'field_59fa9e15663bf'),
(1444, 123, 'titlebarAlign', 'left'),
(1445, 123, '_titlebarAlign', 'field_59fa9ed623c88'),
(1446, 123, 'sidebarPosition', 'default'),
(1447, 123, '_sidebarPosition', 'field_595f06285871e'),
(1448, 123, 'sidebar', 'default'),
(1449, 123, '_sidebar', 'field_595f06905871f'),
(1450, 123, 'headerStyles', 'style3'),
(1451, 123, '_headerStyles', 'field_60daebf1237b6'),
(1452, 123, 'slide_template', 'default'),
(1453, 123, 'rs_page_bg_color', '#ffffff'),
(1454, 123, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1455, 123, '_thumbnail_id', '241'),
(1456, 123, '_elementor_edit_mode', 'builder'),
(1457, 123, '_elementor_template_type', 'wp-page'),
(1458, 123, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1459, 123, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Email us for any further queries : info@burgeonmarketresearch.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: +91 874 400 5096\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50,\"align\":\"center\"},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1460, 123, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1462, 125, 'inline_featured_image', '0'),
(1463, 125, '_wp_page_template', ''),
(1464, 125, 'title', 'The MarLab Blog'),
(1465, 125, '_title', 'field_595f05995871b'),
(1466, 125, 'subtitle', 'Check out the resources below for more proof on how we help brands grow to their fullest potential'),
(1467, 125, '_subtitle', 'field_595f06045871c'),
(1468, 125, 'titlebarLayout', 'default'),
(1469, 125, '_titlebarLayout', 'field_59fa9e15663bf'),
(1470, 125, 'titlebarAlign', 'default'),
(1471, 125, '_titlebarAlign', 'field_59fa9ed623c88'),
(1472, 125, 'sidebarPosition', 'default'),
(1473, 125, '_sidebarPosition', 'field_595f06285871e'),
(1474, 125, 'sidebar', 'default'),
(1475, 125, '_sidebar', 'field_595f06905871f'),
(1476, 125, 'headerStyles', 'default'),
(1477, 125, '_headerStyles', 'field_60daebf1237b6'),
(1478, 125, 'slide_template', 'default'),
(1479, 125, 'rs_page_bg_color', '#ffffff'),
(1480, 128, 'inline_featured_image', '0'),
(1481, 128, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1482, 128, 'title', 'Discover the Power of Primary Research'),
(1483, 128, '_title', 'field_595f05995871b'),
(1484, 128, 'subtitle', 'Gain a Competitive Edge with First-hand Data and Actionable Insights'),
(1485, 128, '_subtitle', 'field_595f06045871c'),
(1486, 128, 'titlebarLayout', 'default'),
(1487, 128, '_titlebarLayout', 'field_59fa9e15663bf'),
(1488, 128, 'titlebarAlign', 'inline'),
(1489, 128, '_titlebarAlign', 'field_59fa9ed623c88'),
(1490, 128, 'sidebarPosition', 'default'),
(1491, 128, '_sidebarPosition', 'field_595f06285871e'),
(1492, 128, 'sidebar', 'default'),
(1493, 128, '_sidebar', 'field_595f06905871f'),
(1494, 128, 'headerStyles', 'default'),
(1495, 128, '_headerStyles', 'field_60daebf1237b6'),
(1496, 128, '_thumbnail_id', '1370'),
(1497, 128, '_elementor_edit_mode', 'builder'),
(1498, 128, '_elementor_template_type', 'wp-page'),
(1499, 128, '_elementor_version', '3.13.4'),
(1500, 128, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(1501, 128, '_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\";}}'),
(1554, 1299, 'inline_featured_image', '0'),
(1555, 1299, '_thumbnail_id', '17'),
(1556, 1299, 'title', ''),
(1557, 1299, '_title', 'field_595f05995871b'),
(1558, 1299, 'subtitle', ''),
(1559, 1299, '_subtitle', 'field_595f06045871c'),
(1560, 1299, 'titlebarLayout', 'default'),
(1561, 1299, '_titlebarLayout', 'field_59fa9e15663bf'),
(1562, 1299, 'titlebarAlign', 'default'),
(1563, 1299, '_titlebarAlign', 'field_59fa9ed623c88'),
(1564, 1299, 'sidebarPosition', 'default'),
(1565, 1299, '_sidebarPosition', 'field_595f06285871e'),
(1566, 1299, 'sidebar', 'default'),
(1567, 1299, '_sidebar', 'field_595f06905871f'),
(1568, 1299, 'headerStyles', 'default'),
(1569, 1299, '_headerStyles', 'field_60daebf1237b6'),
(1570, 1299, 'slide_template', 'default'),
(1571, 1299, 'rs_page_bg_color', '#ffffff'),
(1574, 29, 'inline_featured_image', '0'),
(1575, 29, '_thumbnail_id', '16'),
(1576, 29, 'title', ''),
(1577, 29, '_title', 'field_595f05995871b'),
(1578, 29, 'subtitle', ''),
(1579, 29, '_subtitle', 'field_595f06045871c'),
(1580, 29, 'titlebarLayout', 'default'),
(1581, 29, '_titlebarLayout', 'field_59fa9e15663bf'),
(1582, 29, 'titlebarAlign', 'default'),
(1583, 29, '_titlebarAlign', 'field_59fa9ed623c88'),
(1584, 29, 'sidebarPosition', 'default'),
(1585, 29, '_sidebarPosition', 'field_595f06285871e'),
(1586, 29, 'sidebar', 'default'),
(1587, 29, '_sidebar', 'field_595f06905871f'),
(1588, 29, 'headerStyles', 'default'),
(1589, 29, '_headerStyles', 'field_60daebf1237b6'),
(1590, 29, 'slide_template', 'default'),
(1591, 29, 'rs_page_bg_color', '#ffffff'),
(1594, 31, 'inline_featured_image', '0'),
(1595, 31, '_thumbnail_id', '18'),
(1596, 31, 'title', ''),
(1597, 31, '_title', 'field_595f05995871b'),
(1598, 31, 'subtitle', ''),
(1599, 31, '_subtitle', 'field_595f06045871c'),
(1600, 31, 'titlebarLayout', 'default'),
(1601, 31, '_titlebarLayout', 'field_59fa9e15663bf'),
(1602, 31, 'titlebarAlign', 'default'),
(1603, 31, '_titlebarAlign', 'field_59fa9ed623c88'),
(1604, 31, 'sidebarPosition', 'default'),
(1605, 31, '_sidebarPosition', 'field_595f06285871e'),
(1606, 31, 'sidebar', 'default'),
(1607, 31, '_sidebar', 'field_595f06905871f'),
(1608, 31, 'headerStyles', 'default'),
(1609, 31, '_headerStyles', 'field_60daebf1237b6'),
(1610, 31, 'slide_template', 'default'),
(1611, 31, 'rs_page_bg_color', '#ffffff'),
(1614, 35, 'inline_featured_image', '0'),
(1615, 35, '_thumbnail_id', '19'),
(1616, 35, 'title', ''),
(1617, 35, '_title', 'field_595f05995871b'),
(1618, 35, 'subtitle', ''),
(1619, 35, '_subtitle', 'field_595f06045871c'),
(1620, 35, 'titlebarLayout', 'default'),
(1621, 35, '_titlebarLayout', 'field_59fa9e15663bf'),
(1622, 35, 'titlebarAlign', 'default'),
(1623, 35, '_titlebarAlign', 'field_59fa9ed623c88'),
(1624, 35, 'sidebarPosition', 'default'),
(1625, 35, '_sidebarPosition', 'field_595f06285871e'),
(1626, 35, 'sidebar', 'default'),
(1627, 35, '_sidebar', 'field_595f06905871f'),
(1628, 35, 'headerStyles', 'default'),
(1629, 35, '_headerStyles', 'field_60daebf1237b6'),
(1630, 35, 'slide_template', 'default'),
(1631, 35, 'rs_page_bg_color', '#ffffff'),
(1634, 38, 'inline_featured_image', '0'),
(1635, 38, 'title', ''),
(1636, 38, '_title', 'field_595f05995871b'),
(1637, 38, 'subtitle', ''),
(1638, 38, '_subtitle', 'field_595f06045871c'),
(1639, 38, 'titlebarLayout', 'default'),
(1640, 38, '_titlebarLayout', 'field_59fa9e15663bf'),
(1641, 38, 'titlebarAlign', 'default'),
(1642, 38, '_titlebarAlign', 'field_59fa9ed623c88'),
(1643, 38, 'sidebarPosition', 'default'),
(1644, 38, '_sidebarPosition', 'field_595f06285871e'),
(1645, 38, 'sidebar', 'default'),
(1646, 38, '_sidebar', 'field_595f06905871f'),
(1647, 38, 'headerStyles', 'default'),
(1648, 38, '_headerStyles', 'field_60daebf1237b6'),
(1649, 38, 'slide_template', 'default'),
(1650, 38, 'rs_page_bg_color', '#ffffff'),
(1651, 38, '_thumbnail_id', '20'),
(1654, 40, 'inline_featured_image', '0'),
(1655, 40, '_thumbnail_id', '21'),
(1656, 40, 'title', ''),
(1657, 40, '_title', 'field_595f05995871b'),
(1658, 40, 'subtitle', ''),
(1659, 40, '_subtitle', 'field_595f06045871c'),
(1660, 40, 'titlebarLayout', 'default'),
(1661, 40, '_titlebarLayout', 'field_59fa9e15663bf'),
(1662, 40, 'titlebarAlign', 'default'),
(1663, 40, '_titlebarAlign', 'field_59fa9ed623c88'),
(1664, 40, 'sidebarPosition', 'default'),
(1665, 40, '_sidebarPosition', 'field_595f06285871e'),
(1666, 40, 'sidebar', 'default'),
(1667, 40, '_sidebar', 'field_595f06905871f'),
(1668, 40, 'headerStyles', 'default'),
(1669, 40, '_headerStyles', 'field_60daebf1237b6'),
(1670, 40, 'slide_template', 'default'),
(1671, 40, 'rs_page_bg_color', '#ffffff'),
(1672, 40, '_oembed_f24069d5ec5e9a3aeaa9f5d99021b459', '<iframe title=\"Video Placeholder\" width=\"900\" height=\"506\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(1673, 40, '_oembed_time_f24069d5ec5e9a3aeaa9f5d99021b459', '1633050445'),
(1676, 42, 'inline_featured_image', '0'),
(1677, 42, '_thumbnail_id', '22'),
(1678, 42, 'title', ''),
(1679, 42, '_title', 'field_595f05995871b'),
(1680, 42, 'subtitle', ''),
(1681, 42, '_subtitle', 'field_595f06045871c'),
(1682, 42, 'titlebarLayout', 'default'),
(1683, 42, '_titlebarLayout', 'field_59fa9e15663bf'),
(1684, 42, 'titlebarAlign', 'default'),
(1685, 42, '_titlebarAlign', 'field_59fa9ed623c88'),
(1686, 42, 'sidebarPosition', 'default'),
(1687, 42, '_sidebarPosition', 'field_595f06285871e'),
(1688, 42, 'sidebar', 'default'),
(1689, 42, '_sidebar', 'field_595f06905871f'),
(1690, 42, 'headerStyles', 'default'),
(1691, 42, '_headerStyles', 'field_60daebf1237b6'),
(1692, 42, 'slide_template', 'default'),
(1693, 42, 'rs_page_bg_color', '#ffffff'),
(1696, 46, 'inline_featured_image', '0'),
(1697, 46, '_thumbnail_id', '23'),
(1698, 46, 'title', ''),
(1699, 46, '_title', 'field_595f05995871b'),
(1700, 46, 'subtitle', ''),
(1701, 46, '_subtitle', 'field_595f06045871c'),
(1702, 46, 'titlebarLayout', 'default'),
(1703, 46, '_titlebarLayout', 'field_59fa9e15663bf'),
(1704, 46, 'titlebarAlign', 'default'),
(1705, 46, '_titlebarAlign', 'field_59fa9ed623c88'),
(1706, 46, 'sidebarPosition', 'right'),
(1707, 46, '_sidebarPosition', 'field_595f06285871e'),
(1708, 46, 'sidebar', 'default'),
(1709, 46, '_sidebar', 'field_595f06905871f'),
(1710, 46, 'headerStyles', 'default'),
(1711, 46, '_headerStyles', 'field_60daebf1237b6'),
(1714, 48, 'inline_featured_image', '0'),
(1715, 48, '_thumbnail_id', '24'),
(1716, 48, 'title', ''),
(1717, 48, '_title', 'field_595f05995871b'),
(1718, 48, 'subtitle', ''),
(1719, 48, '_subtitle', 'field_595f06045871c'),
(1720, 48, 'titlebarLayout', 'default'),
(1721, 48, '_titlebarLayout', 'field_59fa9e15663bf'),
(1722, 48, 'titlebarAlign', 'default'),
(1723, 48, '_titlebarAlign', 'field_59fa9ed623c88'),
(1724, 48, 'sidebarPosition', 'default'),
(1725, 48, '_sidebarPosition', 'field_595f06285871e'),
(1726, 48, 'sidebar', 'default'),
(1727, 48, '_sidebar', 'field_595f06905871f'),
(1728, 48, 'headerStyles', 'default'),
(1729, 48, '_headerStyles', 'field_60daebf1237b6'),
(1730, 48, 'slide_template', 'default'),
(1731, 48, 'rs_page_bg_color', '#ffffff'),
(1734, 50, 'inline_featured_image', '0'),
(1735, 50, '_thumbnail_id', '25'),
(1736, 50, 'title', ''),
(1737, 50, '_title', 'field_595f05995871b'),
(1738, 50, 'subtitle', ''),
(1739, 50, '_subtitle', 'field_595f06045871c'),
(1740, 50, 'titlebarLayout', 'default'),
(1741, 50, '_titlebarLayout', 'field_59fa9e15663bf'),
(1742, 50, 'titlebarAlign', 'default'),
(1743, 50, '_titlebarAlign', 'field_59fa9ed623c88'),
(1744, 50, 'sidebarPosition', 'default'),
(1745, 50, '_sidebarPosition', 'field_595f06285871e'),
(1746, 50, 'sidebar', 'default'),
(1747, 50, '_sidebar', 'field_595f06905871f'),
(1748, 50, 'headerStyles', 'default'),
(1749, 50, '_headerStyles', 'field_60daebf1237b6'),
(1750, 50, 'slide_template', 'default'),
(1751, 50, 'rs_page_bg_color', '#ffffff'),
(1752, 174, 'inline_featured_image', '0'),
(1753, 174, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1754, 174, 'title', ''),
(1755, 174, '_title', 'field_595f05995871b'),
(1756, 174, 'subtitle', ''),
(1757, 174, '_subtitle', 'field_595f06045871c'),
(1758, 174, 'titlebarLayout', 'none'),
(1759, 174, '_titlebarLayout', 'field_59fa9e15663bf'),
(1760, 174, 'titlebarAlign', 'default'),
(1761, 174, '_titlebarAlign', 'field_59fa9ed623c88'),
(1762, 174, 'sidebarPosition', 'default'),
(1763, 174, '_sidebarPosition', 'field_595f06285871e'),
(1764, 174, 'sidebar', 'default'),
(1765, 174, '_sidebar', 'field_595f06905871f'),
(1766, 174, 'headerStyles', 'default'),
(1767, 174, '_headerStyles', 'field_60daebf1237b6'),
(1768, 174, '_elementor_edit_mode', 'builder'),
(1769, 174, '_elementor_template_type', 'wp-page'),
(1770, 174, '_elementor_version', '3.4.4'),
(1771, 174, '_elementor_data', '[{\"id\":\"a661225\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"56562d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":45},\"elements\":[{\"id\":\"99a648b\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Digital Marketing Plans\",\"second_part\":\"Monthly Cost For Startups, Small Business and Online Businesses\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"1ae9032\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"55dcfff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b3955b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organic Born \",\"subtitle\":\"Perfect for Startups\",\"price_prefix\":\"$\",\"price\":\"100\",\"price_suffix\":\"\\/per month\",\"features_list\":[{\"item_text\":\"Competitive Analysis\",\"_id\":\"1e42ae8\"},{\"item_text\":\"10 Custom Social Media Posts\",\"_id\":\"0c188ca\"},{\"item_text\":\"1 Blog Post\",\"_id\":\"75ecb2c\"},{\"item_text\":\"5 Keywords Tracked & Managed\",\"_id\":\"4fa0886\"},{\"item_text\":\"Ongoing Expertise & Consulting\",\"_id\":\"c2a5fbf\"}],\"button_text\":\"Get Started\",\"button_url\":\"#\",\"table_border_border\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"price_desc\":\"Pay Annual & Get 2 Months Free! ($11,990\\/yr.)\",\"button_after\":\"All Basic Services Include:\",\"icon_box_alignment\":\"left\",\"price_prefix_vertical_align\":\"text-bottom\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"price_suffix_vertical_align\":\"text-top\",\"features_alignment\":\"left\",\"action_alignment\":\"left\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-pricing-table\"}],\"isInner\":true},{\"id\":\"ef35d12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0be3618\",\"elType\":\"widget\",\"settings\":{\"title\":\"Optimal Boost\",\"subtitle\":\"Perfect for Small Business\",\"price_prefix\":\"$\",\"price\":\"500\",\"price_suffix\":\"\\/per month\",\"features_list\":[{\"item_text\":\"Analysis & Brand Audit\",\"_id\":\"1e42ae8\"},{\"item_text\":\"20 Custom Social Media Posts\",\"_id\":\"0c188ca\"},{\"item_text\":\"2 Blog Post\",\"_id\":\"75ecb2c\"},{\"item_text\":\"10 Keywords Tracked & Managed\",\"_id\":\"4fa0886\"},{\"item_text\":\"1 Monthly Email Send\",\"_id\":\"c2a5fbf\"}],\"button_text\":\"Get Started\",\"button_url\":\"#\",\"table_border_border\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"price_desc\":\"Pay Annual & Get 2 Months Free! ($11,990\\/yr.)\",\"button_after\":\"All Basic Services Include:\",\"icon_box_alignment\":\"left\",\"price_prefix_vertical_align\":\"text-bottom\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"price_suffix_vertical_align\":\"text-top\",\"features_alignment\":\"left\",\"action_alignment\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-pricing-table\"}],\"isInner\":true},{\"id\":\"ab15cbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a66aeaf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Turbo Start\",\"subtitle\":\"Perfect for Online Businesses\",\"price_prefix\":\"$\",\"price\":\"799\",\"price_suffix\":\"\\/per month\",\"features_list\":[{\"item_text\":\"Analysis, Brand & Website\",\"_id\":\"1e42ae8\"},{\"item_text\":\"20 Custom Social Media Posts\",\"_id\":\"0c188ca\"},{\"item_text\":\"5 Blog Post\",\"_id\":\"75ecb2c\"},{\"item_text\":\"25 Keywords Tracked & Managed\",\"_id\":\"4fa0886\"},{\"item_text\":\"PPC Campaign Management\",\"_id\":\"c2a5fbf\"}],\"button_text\":\"Get Started\",\"button_url\":\"#\",\"table_border_border\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"price_desc\":\"Pay Annual & Get 2 Months Free! ($11,990\\/yr.)\",\"button_after\":\"All Basic Services Include:\",\"icon_box_alignment\":\"left\",\"price_prefix_vertical_align\":\"text-bottom\",\"price_typography_typography\":\"custom\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"price_suffix_vertical_align\":\"text-top\",\"features_alignment\":\"left\",\"action_alignment\":\"left\",\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-pricing-table\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f280a8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bb3cd2e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d91f43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"bf20fc7\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Digital Marketing Packages & Pricing FAQ\'s\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"77a9bfe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cc18f0\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Will you support more than one site?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\" What is the advantages of the point pricing rather than hourly?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What do I get on the weekly activity and KPI reports?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"Can I switch from one package to another?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"},{\"tab_title\":\"Do I get a dedicate account executive?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"287f101\"},{\"tab_title\":\"Do I need to sign up for a long term contract?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"f345ee2\"},{\"tab_title\":\"What is your access and reporting look like?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"148faae\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"d60113d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1772, 174, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),
(1773, 174, '_elementor_controls_usage', 'a:6:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:2;s:11:\"second_part\";i:2;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:2;s:16:\"instance_padding\";i:1;s:15:\"instance_margin\";i:1;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jw-pricing-table\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:15:\"section_general\";a:3:{s:5:\"title\";i:3;s:8:\"subtitle\";i:3;s:13:\"selected_icon\";i:3;}s:16:\"section_features\";a:1:{s:13:\"features_list\";i:3;}s:14:\"section_action\";a:2:{s:11:\"button_text\";i:3;s:12:\"button_after\";i:3;}s:13:\"section_price\";a:2:{s:10:\"price_desc\";i:3;s:5:\"price\";i:2;}}s:5:\"style\";a:5:{s:19:\"section_table_style\";a:1:{s:19:\"table_border_border\";i:3;}s:18:\"section_icon_style\";a:1:{s:18:\"icon_box_alignment\";i:3;}s:21:\"section_pricing_style\";a:4:{s:27:\"price_prefix_vertical_align\";i:3;s:27:\"price_typography_typography\";i:3;s:26:\"price_typography_font_size\";i:3;s:27:\"price_suffix_vertical_align\";i:3;}s:22:\"section_features_style\";a:1:{s:18:\"features_alignment\";i:3;}s:21:\"section_actions_style\";a:1:{s:16:\"action_alignment\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;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:5;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:3;s:3:\"gap\";i:1;s:18:\"gap_columns_custom\";i:1;s:8:\"html_tag\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1774, 199, 'inline_featured_image', '0'),
(1775, 199, '_thumbnail_id', '200'),
(1776, 199, 'total_sales', '0'),
(1777, 199, '_tax_status', 'taxable'),
(1778, 199, '_tax_class', ''),
(1779, 199, '_manage_stock', 'no'),
(1780, 199, '_backorders', 'no'),
(1781, 199, '_sold_individually', 'no'),
(1782, 199, '_virtual', 'no'),
(1783, 199, '_downloadable', 'no'),
(1784, 199, '_download_limit', '-1'),
(1785, 199, '_download_expiry', '-1'),
(1786, 199, '_stock', ''),
(1787, 199, '_stock_status', 'instock'),
(1788, 199, '_wc_average_rating', '0'),
(1789, 199, '_wc_review_count', '0'),
(1790, 199, '_product_version', '5.6.0');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1791, 199, 'title', ''),
(1792, 199, '_title', 'field_595f05995871b'),
(1793, 199, 'subtitle', ''),
(1794, 199, '_subtitle', 'field_595f06045871c'),
(1795, 199, 'titlebarLayout', 'default'),
(1796, 199, '_titlebarLayout', 'field_59fa9e15663bf'),
(1797, 199, 'titlebarAlign', 'default'),
(1798, 199, '_titlebarAlign', 'field_59fa9ed623c88'),
(1799, 199, 'sidebarPosition', 'default'),
(1800, 199, '_sidebarPosition', 'field_595f06285871e'),
(1801, 199, 'sidebar', 'default'),
(1802, 199, '_sidebar', 'field_595f06905871f'),
(1803, 199, 'headerStyles', 'default'),
(1804, 199, '_headerStyles', 'field_60daebf1237b6'),
(1805, 199, 'slide_template', ''),
(1806, 199, 'rs_page_bg_color', ''),
(1807, 199, '_regular_price', '26.99'),
(1808, 199, '_price', '26.99'),
(1809, 207, 'inline_featured_image', '0'),
(1810, 207, 'total_sales', '0'),
(1811, 207, '_tax_status', 'taxable'),
(1812, 207, '_tax_class', ''),
(1813, 207, '_manage_stock', 'no'),
(1814, 207, '_backorders', 'no'),
(1815, 207, '_sold_individually', 'no'),
(1816, 207, '_virtual', 'no'),
(1817, 207, '_downloadable', 'no'),
(1818, 207, '_download_limit', '-1'),
(1819, 207, '_download_expiry', '-1'),
(1820, 207, '_stock', ''),
(1821, 207, '_stock_status', 'instock'),
(1822, 207, '_wc_average_rating', '0'),
(1823, 207, '_wc_review_count', '0'),
(1824, 207, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(1825, 207, '_product_version', '5.6.0'),
(1826, 207, '_price', '25.55'),
(1827, 207, '_price', '27.55'),
(1828, 207, '_price', '30.55'),
(1829, 207, '_thumbnail_id', '208'),
(1830, 207, 'title', ''),
(1831, 207, '_title', 'field_595f05995871b'),
(1832, 207, 'subtitle', ''),
(1833, 207, '_subtitle', 'field_595f06045871c'),
(1834, 207, 'titlebarLayout', 'default'),
(1835, 207, '_titlebarLayout', 'field_59fa9e15663bf'),
(1836, 207, 'titlebarAlign', 'default'),
(1837, 207, '_titlebarAlign', 'field_59fa9ed623c88'),
(1838, 207, 'sidebarPosition', 'default'),
(1839, 207, '_sidebarPosition', 'field_595f06285871e'),
(1840, 207, 'sidebar', 'default'),
(1841, 207, '_sidebar', 'field_595f06905871f'),
(1842, 207, 'headerStyles', 'default'),
(1843, 207, '_headerStyles', 'field_60daebf1237b6'),
(1844, 207, 'slide_template', ''),
(1845, 207, 'rs_page_bg_color', ''),
(1846, 213, 'inline_featured_image', '0'),
(1847, 213, 'total_sales', '0'),
(1848, 213, '_tax_status', 'taxable'),
(1849, 213, '_tax_class', ''),
(1850, 213, '_manage_stock', 'no'),
(1851, 213, '_backorders', 'no'),
(1852, 213, '_sold_individually', 'no'),
(1853, 213, '_virtual', 'no'),
(1854, 213, '_downloadable', 'no'),
(1855, 213, '_download_limit', '-1'),
(1856, 213, '_download_expiry', '-1'),
(1857, 213, '_thumbnail_id', '217'),
(1858, 213, '_stock', ''),
(1859, 213, '_stock_status', 'instock'),
(1860, 213, '_wc_average_rating', '0'),
(1861, 213, '_wc_review_count', '0'),
(1862, 213, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(1863, 213, '_product_version', '5.6.0'),
(1864, 213, 'inline_featured_image', '0'),
(1865, 213, 'title', ''),
(1866, 213, '_title', 'field_595f05995871b'),
(1867, 213, 'subtitle', ''),
(1868, 213, '_subtitle', 'field_595f06045871c'),
(1869, 213, 'titlebarLayout', 'default'),
(1870, 213, '_titlebarLayout', 'field_59fa9e15663bf'),
(1871, 213, 'titlebarAlign', 'default'),
(1872, 213, '_titlebarAlign', 'field_59fa9ed623c88'),
(1873, 213, 'sidebarPosition', 'default'),
(1874, 213, '_sidebarPosition', 'field_595f06285871e'),
(1875, 213, 'sidebar', 'default'),
(1876, 213, '_sidebar', 'field_595f06905871f'),
(1877, 213, 'headerStyles', 'default'),
(1878, 213, '_headerStyles', 'field_60daebf1237b6'),
(1879, 213, 'slide_template', ''),
(1880, 213, 'rs_page_bg_color', ''),
(1881, 213, '_price', '25.55'),
(1882, 213, '_price', '27.55'),
(1883, 213, '_price', '30.55'),
(1884, 218, 'inline_featured_image', '0'),
(1885, 218, 'total_sales', '0'),
(1886, 218, '_tax_status', 'taxable'),
(1887, 218, '_tax_class', ''),
(1888, 218, '_manage_stock', 'no'),
(1889, 218, '_backorders', 'no'),
(1890, 218, '_sold_individually', 'no'),
(1891, 218, '_virtual', 'no'),
(1892, 218, '_downloadable', 'no'),
(1893, 218, '_download_limit', '-1'),
(1894, 218, '_download_expiry', '-1'),
(1895, 218, '_thumbnail_id', '222'),
(1896, 218, '_stock', ''),
(1897, 218, '_stock_status', 'instock'),
(1898, 218, '_wc_average_rating', '0'),
(1899, 218, '_wc_review_count', '0'),
(1900, 218, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(1901, 218, '_product_version', '5.6.0'),
(1902, 218, 'inline_featured_image', '0'),
(1903, 218, 'inline_featured_image', '0'),
(1904, 218, 'title', ''),
(1905, 218, '_title', 'field_595f05995871b'),
(1906, 218, 'subtitle', ''),
(1907, 218, '_subtitle', 'field_595f06045871c'),
(1908, 218, 'titlebarLayout', 'default'),
(1909, 218, '_titlebarLayout', 'field_59fa9e15663bf'),
(1910, 218, 'titlebarAlign', 'default'),
(1911, 218, '_titlebarAlign', 'field_59fa9ed623c88'),
(1912, 218, 'sidebarPosition', 'default'),
(1913, 218, '_sidebarPosition', 'field_595f06285871e'),
(1914, 218, 'sidebar', 'default'),
(1915, 218, '_sidebar', 'field_595f06905871f'),
(1916, 218, 'headerStyles', 'default'),
(1917, 218, '_headerStyles', 'field_60daebf1237b6'),
(1918, 218, 'slide_template', ''),
(1919, 218, 'rs_page_bg_color', ''),
(1920, 218, '_price', '25.55'),
(1921, 218, '_price', '27.55'),
(1922, 218, '_price', '30.55'),
(1923, 223, 'inline_featured_image', '0'),
(1924, 223, 'total_sales', '0'),
(1925, 223, '_tax_status', 'taxable'),
(1926, 223, '_tax_class', ''),
(1927, 223, '_manage_stock', 'no'),
(1928, 223, '_backorders', 'no'),
(1929, 223, '_sold_individually', 'no'),
(1930, 223, '_virtual', 'no'),
(1931, 223, '_downloadable', 'no'),
(1932, 223, '_download_limit', '-1'),
(1933, 223, '_download_expiry', '-1'),
(1934, 223, '_thumbnail_id', '227'),
(1935, 223, '_stock', ''),
(1936, 223, '_stock_status', 'instock'),
(1937, 223, '_wc_average_rating', '0'),
(1938, 223, '_wc_review_count', '0'),
(1939, 223, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(1940, 223, '_product_version', '5.6.0'),
(1941, 223, 'inline_featured_image', '0'),
(1942, 223, 'inline_featured_image', '0'),
(1943, 223, 'inline_featured_image', '0'),
(1944, 223, 'title', ''),
(1945, 223, '_title', 'field_595f05995871b'),
(1946, 223, 'subtitle', ''),
(1947, 223, '_subtitle', 'field_595f06045871c'),
(1948, 223, 'titlebarLayout', 'default'),
(1949, 223, '_titlebarLayout', 'field_59fa9e15663bf'),
(1950, 223, 'titlebarAlign', 'default'),
(1951, 223, '_titlebarAlign', 'field_59fa9ed623c88'),
(1952, 223, 'sidebarPosition', 'default'),
(1953, 223, '_sidebarPosition', 'field_595f06285871e'),
(1954, 223, 'sidebar', 'default'),
(1955, 223, '_sidebar', 'field_595f06905871f'),
(1956, 223, 'headerStyles', 'default'),
(1957, 223, '_headerStyles', 'field_60daebf1237b6'),
(1958, 223, 'slide_template', ''),
(1959, 223, 'rs_page_bg_color', ''),
(1960, 223, '_price', '25.55'),
(1961, 223, '_price', '27.55'),
(1962, 223, '_price', '30.55'),
(1963, 539, 'inline_featured_image', '0'),
(1964, 539, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(1965, 539, 'title', 'Our People Make us Unique'),
(1966, 539, '_title', 'field_595f05995871b'),
(1967, 539, 'subtitle', 'Comprised of savvy entrepreneurs, marketers and industry experts, who bring their years of experience together to help businesses grow successfully.'),
(1968, 539, '_subtitle', 'field_595f06045871c'),
(1969, 539, 'titlebarLayout', 'default'),
(1970, 539, '_titlebarLayout', 'field_59fa9e15663bf'),
(1971, 539, 'titlebarAlign', 'center'),
(1972, 539, '_titlebarAlign', 'field_59fa9ed623c88'),
(1973, 539, 'sidebarPosition', 'default'),
(1974, 539, '_sidebarPosition', 'field_595f06285871e'),
(1975, 539, 'sidebar', 'default'),
(1976, 539, '_sidebar', 'field_595f06905871f'),
(1977, 539, 'headerStyles', 'style3'),
(1978, 539, '_headerStyles', 'field_60daebf1237b6'),
(1979, 539, '_elementor_edit_mode', 'builder'),
(1980, 539, '_elementor_template_type', 'wp-page'),
(1981, 539, '_elementor_version', '3.4.4'),
(1982, 539, '_elementor_data', '[{\"id\":\"bb7449c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"html_tag\":\"div\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c7954a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8fbd95c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Passionate People\",\"services_description\":\"Our team of web experts come from all walks of life and experience \\u2013 B2C, B2B, vertical specialization, etc.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false},{\"id\":\"5080576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5f33328\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Community Leaders\",\"services_description\":\"Recognized thought leaders within the Triangle website design and internet marketing industries.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false},{\"id\":\"2ce1264\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b740a20\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Update Trend\",\"services_description\":\"Part of our day-to-day includes staying up to date with the latest trends & tool in the marketing industries.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a8e700b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"caedef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f2d4ee2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dc3d60\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Amazing People\",\"second_part\":\"Problem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"1024dc9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"structure\":\"50\"},\"elements\":[{\"id\":\"2f40444\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"3b1acc0\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m1.jpg\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Owner \\/ President\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0cca340\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"d35b494\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"81e9432\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m6.jpg\",\"id\":501,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Aron\",\"member_last_name\":\"Dusker\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"e51aeeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"22c18a8\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m2.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Ben\",\"member_last_name\":\"Sewell\",\"member_position\":\"Director of Operations\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"9a25aab\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m7.jpg\",\"id\":502,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Hope\",\"member_last_name\":\"Anthony\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"5d99e9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6b778b5\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m3.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"David\",\"member_last_name\":\"Tuche\",\"member_position\":\"Office Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"8984897\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m8.jpg\",\"id\":503,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Pav\",\"member_last_name\":\"Borthwick\",\"member_position\":\"UI\\/UX Designer\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"e8c9a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"cce4335\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m4.jpg\",\"id\":499,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Steven\",\"member_position\":\"Lead Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"1d8f627\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m9.jpg\",\"id\":504,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Anna\",\"member_last_name\":\"Kova\",\"member_position\":\"Paid Ads Specialist\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"bc507ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"24563b0\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m5.jpg\",\"id\":500,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Michel\",\"member_last_name\":\"Valer\",\"member_position\":\"Senior Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"baeb0c4\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m10.jpg\",\"id\":505,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Rose\",\"member_last_name\":\"Loysen\",\"member_position\":\"Senior Copywriter\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e25ea4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Join Our Team<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(1983, 539, '_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\";}}'),
(1984, 539, '_thumbnail_id', '683'),
(1985, 539, '_elementor_controls_usage', 'a:7:{s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:2;s:22:\"container_border_width\";i:2;s:22:\"container_border_color\";i:2;s:17:\"container_padding\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:9;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";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:13:\"content_width\";i:3;s:3:\"gap\";i:1;s:8:\"html_tag\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:1;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}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:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(1987, 728, 'inline_featured_image', '0'),
(1988, 728, '_thumbnail_id', '241'),
(1989, 728, '_wp_page_template', 'tmpl/template-blog-grid.php'),
(1990, 728, 'title', 'Welcome to the MarLab blog'),
(1991, 728, '_title', 'field_595f05995871b'),
(1992, 728, 'subtitle', 'Check out the resources below for more proof on how we help brands grow to their fullest potential'),
(1993, 728, '_subtitle', 'field_595f06045871c'),
(1994, 728, 'titlebarLayout', 'default'),
(1995, 728, '_titlebarLayout', 'field_59fa9e15663bf'),
(1996, 728, 'titlebarAlign', 'left'),
(1997, 728, '_titlebarAlign', 'field_59fa9ed623c88'),
(1998, 728, 'sidebarPosition', 'default'),
(1999, 728, '_sidebarPosition', 'field_595f06285871e'),
(2000, 728, 'sidebar', 'default'),
(2001, 728, '_sidebar', 'field_595f06905871f'),
(2002, 728, 'headerStyles', 'style3'),
(2003, 728, '_headerStyles', 'field_60daebf1237b6'),
(2004, 732, 'inline_featured_image', '0'),
(2005, 732, '_thumbnail_id', '623'),
(2006, 732, '_wp_page_template', 'tmpl/template-blog-list.php'),
(2007, 732, 'title', 'Welcome to the MarLab blog'),
(2008, 732, '_title', 'field_595f05995871b'),
(2009, 732, 'subtitle', 'Check out the resources below for more proof on how we help brands grow to their fullest potential'),
(2010, 732, '_subtitle', 'field_595f06045871c'),
(2011, 732, 'titlebarLayout', 'default'),
(2012, 732, '_titlebarLayout', 'field_59fa9e15663bf'),
(2013, 732, 'titlebarAlign', 'inline'),
(2014, 732, '_titlebarAlign', 'field_59fa9ed623c88'),
(2015, 732, 'sidebarPosition', 'left'),
(2016, 732, '_sidebarPosition', 'field_595f06285871e'),
(2017, 732, 'sidebar', 'default'),
(2018, 732, '_sidebar', 'field_595f06905871f'),
(2019, 732, 'headerStyles', 'default'),
(2020, 732, '_headerStyles', 'field_60daebf1237b6'),
(2021, 802, 'inline_featured_image', '0'),
(2022, 802, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2023, 802, 'title', ''),
(2024, 802, '_title', 'field_595f05995871b'),
(2025, 802, 'subtitle', ''),
(2026, 802, '_subtitle', 'field_595f06045871c'),
(2027, 802, 'titlebarLayout', 'none'),
(2028, 802, '_titlebarLayout', 'field_59fa9e15663bf'),
(2029, 802, 'titlebarAlign', 'default'),
(2030, 802, '_titlebarAlign', 'field_59fa9ed623c88'),
(2031, 802, 'sidebarPosition', 'default'),
(2032, 802, '_sidebarPosition', 'field_595f06285871e'),
(2033, 802, 'sidebar', 'default'),
(2034, 802, '_sidebar', 'field_595f06905871f'),
(2035, 802, 'headerStyles', 'style3'),
(2036, 802, '_headerStyles', 'field_60daebf1237b6'),
(2037, 802, '_elementor_edit_mode', 'builder'),
(2038, 802, '_elementor_template_type', 'wp-page'),
(2039, 802, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2040, 802, '_elementor_data', '[{\"id\":\"bd4a53a\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"12dfe3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1547677\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage2\",\"shortcode\":\"[rev_slider alias=\\\"home2\\\" slidertitle=\\\"Homepage2\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52bf861\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"255\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fc8914\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"28ae7be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#C3B6C8\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d375c79\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cf59bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"d7bb14d\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"2f86032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d0b4165\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"70efb11\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"d8f7f8f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"757a83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a4b0c81\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"84df58a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f0a5e5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"cfd0ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"95551ca\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bb37c9\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"395\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"opacity-fan\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"4a536bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83422b4\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a81512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43eb377\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-340\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"511b6cb\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"play_icon_text_shadow_text_shadow\":{\"horizontal\":17,\"vertical\":50,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"43072fb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style1\\\" columns=\\\"3\\\" limit=\\\"6\\\" offset=\\\"0\\\" filter=\\\"yes\\\" thumbnail_size=\\\"960x600\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c73b7f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"10608c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"42b4e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dbda311\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"86247a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e6b6457\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf7a0db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc50e2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-team2.jpg\",\"id\":683,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b294b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"6d84647\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7960a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bfe7fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button primary\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7855942\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91951fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"ccc9804\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"d381b51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7787c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"419555c\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"1ff86a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"bbe161c\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"939a999\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"891a44e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d0ec84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"eb17dcb\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"35ac67c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"820dc0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7c2aeb9\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"c998c26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d66deec\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"75a64cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4108796\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"accffd1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b1c448\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e88f8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0193dde\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2041, 802, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2042, 802, '_oembed_f24069d5ec5e9a3aeaa9f5d99021b459', '<iframe title=\"Video Placeholder\" width=\"900\" height=\"506\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2043, 802, '_oembed_time_f24069d5ec5e9a3aeaa9f5d99021b459', '1629967641'),
(2044, 802, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;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:21;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:15:\"animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:8:\"html_tag\";i:10;s:13:\"content_width\";i:12;s:3:\"gap\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:21:\"section_shape_divider\";a:2:{s:20:\"shape_divider_bottom\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:5;s:11:\"second_part\";i:5;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:5;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:3;s:16:\"instance_padding\";i:2;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:2;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:3;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;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:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:3;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;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:11:\"jw-services\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:6;s:14:\"services_title\";i:6;s:20:\"services_description\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:6;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:4;s:22:\"container_border_width\";i:4;s:22:\"container_border_color\";i:4;s:17:\"container_padding\";i:6;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:6;s:14:\"icon_font_size\";i:6;s:9:\"icon_size\";i:6;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;}s:27:\"section_services_desc_style\";a:1:{s:11:\"desc_margin\";i:6;}s:27:\"section_action_button_style\";a:1:{s:13:\"button_margin\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:4;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:2:{s:12:\"aspect_ratio\";i:1;s:33:\"play_icon_text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2046, 209, '_variation_description', ''),
(2047, 209, 'total_sales', '0'),
(2048, 209, '_tax_status', 'taxable'),
(2049, 209, '_tax_class', 'parent'),
(2050, 209, '_manage_stock', 'no'),
(2051, 209, '_backorders', 'no'),
(2052, 209, '_sold_individually', 'no'),
(2053, 209, '_virtual', 'no'),
(2054, 209, '_downloadable', 'no'),
(2055, 209, '_download_limit', '-1'),
(2056, 209, '_download_expiry', '-1'),
(2057, 209, '_stock', ''),
(2058, 209, '_stock_status', 'instock'),
(2059, 209, '_wc_average_rating', '0'),
(2060, 209, '_wc_review_count', '0'),
(2061, 209, 'attribute_pa_format', 'audio'),
(2062, 209, '_product_version', '5.6.0'),
(2063, 209, '_sku', 'A-1234'),
(2064, 209, '_regular_price', '27.55'),
(2065, 209, '_thumbnail_id', '0'),
(2066, 209, '_price', '27.55'),
(2067, 210, '_variation_description', ''),
(2068, 210, 'total_sales', '0'),
(2069, 210, '_tax_status', 'taxable'),
(2070, 210, '_tax_class', 'parent'),
(2071, 210, '_manage_stock', 'no'),
(2072, 210, '_backorders', 'no'),
(2073, 210, '_sold_individually', 'no'),
(2074, 210, '_virtual', 'no'),
(2075, 210, '_downloadable', 'no'),
(2076, 210, '_download_limit', '-1'),
(2077, 210, '_download_expiry', '-1'),
(2078, 210, '_stock', ''),
(2079, 210, '_stock_status', 'instock'),
(2080, 210, '_wc_average_rating', '0'),
(2081, 210, '_wc_review_count', '0'),
(2082, 210, 'attribute_pa_format', 'hardcover'),
(2083, 210, '_product_version', '5.6.0'),
(2084, 210, '_sku', 'H-1234'),
(2085, 210, '_regular_price', '30.55'),
(2086, 210, '_weight', '0.6'),
(2087, 210, '_length', '5.1'),
(2088, 210, '_width', '7.9'),
(2089, 210, '_height', '0.9'),
(2090, 210, '_thumbnail_id', '0'),
(2091, 210, '_price', '30.55'),
(2092, 211, '_variation_description', ''),
(2093, 211, 'total_sales', '0'),
(2094, 211, '_tax_status', 'taxable'),
(2095, 211, '_tax_class', 'parent'),
(2096, 211, '_manage_stock', 'no'),
(2097, 211, '_backorders', 'no'),
(2098, 211, '_sold_individually', 'no'),
(2099, 211, '_virtual', 'no'),
(2100, 211, '_downloadable', 'no'),
(2101, 211, '_download_limit', '-1'),
(2102, 211, '_download_expiry', '-1'),
(2103, 211, '_stock', ''),
(2104, 211, '_stock_status', 'instock'),
(2105, 211, '_wc_average_rating', '0'),
(2106, 211, '_wc_review_count', '0'),
(2107, 211, 'attribute_pa_format', 'paperback'),
(2108, 211, '_product_version', '5.6.0'),
(2109, 211, '_sku', 'P-1234'),
(2110, 211, '_regular_price', '25.55'),
(2111, 211, '_weight', '0.4'),
(2112, 211, '_length', '5.1'),
(2113, 211, '_width', '7.9'),
(2114, 211, '_height', '0.9'),
(2115, 211, '_thumbnail_id', '0'),
(2116, 211, '_price', '25.55'),
(2117, 214, '_variation_description', ''),
(2118, 214, '_sku', 'A-1234-1'),
(2119, 214, '_regular_price', '27.55'),
(2120, 214, 'total_sales', '0'),
(2121, 214, '_tax_status', 'taxable'),
(2122, 214, '_tax_class', 'parent'),
(2123, 214, '_manage_stock', 'no'),
(2124, 214, '_backorders', 'no'),
(2125, 214, '_sold_individually', 'no'),
(2126, 214, '_virtual', 'no'),
(2127, 214, '_downloadable', 'no'),
(2128, 214, '_download_limit', '-1'),
(2129, 214, '_download_expiry', '-1'),
(2130, 214, '_thumbnail_id', '0'),
(2131, 214, '_stock', ''),
(2132, 214, '_stock_status', 'instock'),
(2133, 214, '_wc_average_rating', '0'),
(2134, 214, '_wc_review_count', '0'),
(2135, 214, 'attribute_pa_format', 'audio'),
(2136, 214, '_price', '27.55'),
(2137, 214, '_product_version', '5.6.0'),
(2138, 215, '_variation_description', ''),
(2139, 215, '_sku', 'H-1234-1'),
(2140, 215, '_regular_price', '30.55'),
(2141, 215, 'total_sales', '0'),
(2142, 215, '_tax_status', 'taxable'),
(2143, 215, '_tax_class', 'parent'),
(2144, 215, '_manage_stock', 'no'),
(2145, 215, '_backorders', 'no'),
(2146, 215, '_sold_individually', 'no'),
(2147, 215, '_weight', '0.6'),
(2148, 215, '_length', '5.1'),
(2149, 215, '_width', '7.9'),
(2150, 215, '_height', '0.9'),
(2151, 215, '_virtual', 'no'),
(2152, 215, '_downloadable', 'no'),
(2153, 215, '_download_limit', '-1'),
(2154, 215, '_download_expiry', '-1'),
(2155, 215, '_thumbnail_id', '0'),
(2156, 215, '_stock', ''),
(2157, 215, '_stock_status', 'instock'),
(2158, 215, '_wc_average_rating', '0'),
(2159, 215, '_wc_review_count', '0'),
(2160, 215, 'attribute_pa_format', 'hardcover'),
(2161, 215, '_price', '30.55'),
(2162, 215, '_product_version', '5.6.0'),
(2163, 216, '_variation_description', ''),
(2164, 216, '_sku', 'P-1234-1'),
(2165, 216, '_regular_price', '25.55'),
(2166, 216, 'total_sales', '0'),
(2167, 216, '_tax_status', 'taxable'),
(2168, 216, '_tax_class', 'parent'),
(2169, 216, '_manage_stock', 'no'),
(2170, 216, '_backorders', 'no'),
(2171, 216, '_sold_individually', 'no'),
(2172, 216, '_weight', '0.4'),
(2173, 216, '_length', '5.1'),
(2174, 216, '_width', '7.9'),
(2175, 216, '_height', '0.9'),
(2176, 216, '_virtual', 'no'),
(2177, 216, '_downloadable', 'no'),
(2178, 216, '_download_limit', '-1'),
(2179, 216, '_download_expiry', '-1'),
(2180, 216, '_thumbnail_id', '0'),
(2181, 216, '_stock', ''),
(2182, 216, '_stock_status', 'instock'),
(2183, 216, '_wc_average_rating', '0'),
(2184, 216, '_wc_review_count', '0'),
(2185, 216, 'attribute_pa_format', 'paperback'),
(2186, 216, '_price', '25.55'),
(2187, 216, '_product_version', '5.6.0'),
(2188, 219, '_variation_description', ''),
(2189, 219, '_sku', 'A-1234-1-1'),
(2190, 219, '_regular_price', '27.55'),
(2191, 219, 'total_sales', '0'),
(2192, 219, '_tax_status', 'taxable'),
(2193, 219, '_tax_class', 'parent'),
(2194, 219, '_manage_stock', 'no'),
(2195, 219, '_backorders', 'no'),
(2196, 219, '_sold_individually', 'no'),
(2197, 219, '_virtual', 'no'),
(2198, 219, '_downloadable', 'no'),
(2199, 219, '_download_limit', '-1'),
(2200, 219, '_download_expiry', '-1'),
(2201, 219, '_thumbnail_id', '0'),
(2202, 219, '_stock', ''),
(2203, 219, '_stock_status', 'instock'),
(2204, 219, '_wc_average_rating', '0'),
(2205, 219, '_wc_review_count', '0'),
(2206, 219, 'attribute_pa_format', 'audio'),
(2207, 219, '_price', '27.55'),
(2208, 219, '_product_version', '5.6.0'),
(2209, 220, '_variation_description', ''),
(2210, 220, '_sku', 'H-1234-1-1'),
(2211, 220, '_regular_price', '30.55'),
(2212, 220, 'total_sales', '0'),
(2213, 220, '_tax_status', 'taxable'),
(2214, 220, '_tax_class', 'parent'),
(2215, 220, '_manage_stock', 'no'),
(2216, 220, '_backorders', 'no'),
(2217, 220, '_sold_individually', 'no'),
(2218, 220, '_weight', '0.6'),
(2219, 220, '_length', '5.1'),
(2220, 220, '_width', '7.9'),
(2221, 220, '_height', '0.9'),
(2222, 220, '_virtual', 'no'),
(2223, 220, '_downloadable', 'no'),
(2224, 220, '_download_limit', '-1'),
(2225, 220, '_download_expiry', '-1'),
(2226, 220, '_thumbnail_id', '0'),
(2227, 220, '_stock', ''),
(2228, 220, '_stock_status', 'instock'),
(2229, 220, '_wc_average_rating', '0'),
(2230, 220, '_wc_review_count', '0'),
(2231, 220, 'attribute_pa_format', 'hardcover'),
(2232, 220, '_price', '30.55'),
(2233, 220, '_product_version', '5.6.0'),
(2234, 221, '_variation_description', ''),
(2235, 221, '_sku', 'P-1234-1-1'),
(2236, 221, '_regular_price', '25.55'),
(2237, 221, 'total_sales', '0'),
(2238, 221, '_tax_status', 'taxable'),
(2239, 221, '_tax_class', 'parent'),
(2240, 221, '_manage_stock', 'no'),
(2241, 221, '_backorders', 'no'),
(2242, 221, '_sold_individually', 'no'),
(2243, 221, '_weight', '0.4'),
(2244, 221, '_length', '5.1'),
(2245, 221, '_width', '7.9'),
(2246, 221, '_height', '0.9'),
(2247, 221, '_virtual', 'no'),
(2248, 221, '_downloadable', 'no'),
(2249, 221, '_download_limit', '-1'),
(2250, 221, '_download_expiry', '-1'),
(2251, 221, '_thumbnail_id', '0'),
(2252, 221, '_stock', ''),
(2253, 221, '_stock_status', 'instock'),
(2254, 221, '_wc_average_rating', '0'),
(2255, 221, '_wc_review_count', '0'),
(2256, 221, 'attribute_pa_format', 'paperback'),
(2257, 221, '_price', '25.55'),
(2258, 221, '_product_version', '5.6.0'),
(2259, 224, '_variation_description', ''),
(2260, 224, '_sku', 'A-1234-1-1-1'),
(2261, 224, '_regular_price', '27.55'),
(2262, 224, 'total_sales', '0'),
(2263, 224, '_tax_status', 'taxable'),
(2264, 224, '_tax_class', 'parent'),
(2265, 224, '_manage_stock', 'no'),
(2266, 224, '_backorders', 'no'),
(2267, 224, '_sold_individually', 'no'),
(2268, 224, '_virtual', 'no'),
(2269, 224, '_downloadable', 'no'),
(2270, 224, '_download_limit', '-1'),
(2271, 224, '_download_expiry', '-1'),
(2272, 224, '_thumbnail_id', '0'),
(2273, 224, '_stock', ''),
(2274, 224, '_stock_status', 'instock'),
(2275, 224, '_wc_average_rating', '0'),
(2276, 224, '_wc_review_count', '0'),
(2277, 224, 'attribute_pa_format', 'audio'),
(2278, 224, '_price', '27.55'),
(2279, 224, '_product_version', '5.6.0'),
(2280, 225, '_variation_description', '');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2281, 225, '_sku', 'H-1234-1-1-1'),
(2282, 225, '_regular_price', '30.55'),
(2283, 225, 'total_sales', '0'),
(2284, 225, '_tax_status', 'taxable'),
(2285, 225, '_tax_class', 'parent'),
(2286, 225, '_manage_stock', 'no'),
(2287, 225, '_backorders', 'no'),
(2288, 225, '_sold_individually', 'no'),
(2289, 225, '_weight', '0.6'),
(2290, 225, '_length', '5.1'),
(2291, 225, '_width', '7.9'),
(2292, 225, '_height', '0.9'),
(2293, 225, '_virtual', 'no'),
(2294, 225, '_downloadable', 'no'),
(2295, 225, '_download_limit', '-1'),
(2296, 225, '_download_expiry', '-1'),
(2297, 225, '_thumbnail_id', '0'),
(2298, 225, '_stock', ''),
(2299, 225, '_stock_status', 'instock'),
(2300, 225, '_wc_average_rating', '0'),
(2301, 225, '_wc_review_count', '0'),
(2302, 225, 'attribute_pa_format', 'hardcover'),
(2303, 225, '_price', '30.55'),
(2304, 225, '_product_version', '5.6.0'),
(2305, 226, '_variation_description', ''),
(2306, 226, '_sku', 'P-1234-1-1-1'),
(2307, 226, '_regular_price', '25.55'),
(2308, 226, 'total_sales', '0'),
(2309, 226, '_tax_status', 'taxable'),
(2310, 226, '_tax_class', 'parent'),
(2311, 226, '_manage_stock', 'no'),
(2312, 226, '_backorders', 'no'),
(2313, 226, '_sold_individually', 'no'),
(2314, 226, '_weight', '0.4'),
(2315, 226, '_length', '5.1'),
(2316, 226, '_width', '7.9'),
(2317, 226, '_height', '0.9'),
(2318, 226, '_virtual', 'no'),
(2319, 226, '_downloadable', 'no'),
(2320, 226, '_download_limit', '-1'),
(2321, 226, '_download_expiry', '-1'),
(2322, 226, '_thumbnail_id', '0'),
(2323, 226, '_stock', ''),
(2324, 226, '_stock_status', 'instock'),
(2325, 226, '_wc_average_rating', '0'),
(2326, 226, '_wc_review_count', '0'),
(2327, 226, 'attribute_pa_format', 'paperback'),
(2328, 226, '_price', '25.55'),
(2329, 226, '_product_version', '5.6.0'),
(2330, 228, 'inline_featured_image', '0'),
(2331, 228, 'total_sales', '0'),
(2332, 228, '_tax_status', 'taxable'),
(2333, 228, '_tax_class', ''),
(2334, 228, '_manage_stock', 'no'),
(2335, 228, '_backorders', 'no'),
(2336, 228, '_sold_individually', 'no'),
(2337, 228, '_virtual', 'no'),
(2338, 228, '_downloadable', 'no'),
(2339, 228, '_download_limit', '-1'),
(2340, 228, '_download_expiry', '-1'),
(2341, 228, '_thumbnail_id', '232'),
(2342, 228, '_stock', ''),
(2343, 228, '_stock_status', 'instock'),
(2344, 228, '_wc_average_rating', '0'),
(2345, 228, '_wc_review_count', '0'),
(2346, 228, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(2347, 228, '_product_version', '5.6.0'),
(2348, 228, 'inline_featured_image', '0'),
(2349, 228, 'inline_featured_image', '0'),
(2350, 228, 'inline_featured_image', '0'),
(2351, 228, 'inline_featured_image', '0'),
(2352, 228, 'title', ''),
(2353, 228, '_title', 'field_595f05995871b'),
(2354, 228, 'subtitle', ''),
(2355, 228, '_subtitle', 'field_595f06045871c'),
(2356, 228, 'titlebarLayout', 'default'),
(2357, 228, '_titlebarLayout', 'field_59fa9e15663bf'),
(2358, 228, 'titlebarAlign', 'default'),
(2359, 228, '_titlebarAlign', 'field_59fa9ed623c88'),
(2360, 228, 'sidebarPosition', 'default'),
(2361, 228, '_sidebarPosition', 'field_595f06285871e'),
(2362, 228, 'sidebar', 'default'),
(2363, 228, '_sidebar', 'field_595f06905871f'),
(2364, 228, 'headerStyles', 'default'),
(2365, 228, '_headerStyles', 'field_60daebf1237b6'),
(2366, 228, 'slide_template', ''),
(2367, 228, 'rs_page_bg_color', ''),
(2368, 228, '_price', '25.55'),
(2369, 228, '_price', '27.55'),
(2370, 228, '_price', '30.55'),
(2371, 229, '_variation_description', ''),
(2372, 229, '_sku', 'A-1234-1-1-1-1'),
(2373, 229, '_regular_price', '27.55'),
(2374, 229, 'total_sales', '0'),
(2375, 229, '_tax_status', 'taxable'),
(2376, 229, '_tax_class', 'parent'),
(2377, 229, '_manage_stock', 'no'),
(2378, 229, '_backorders', 'no'),
(2379, 229, '_sold_individually', 'no'),
(2380, 229, '_virtual', 'no'),
(2381, 229, '_downloadable', 'no'),
(2382, 229, '_download_limit', '-1'),
(2383, 229, '_download_expiry', '-1'),
(2384, 229, '_thumbnail_id', '0'),
(2385, 229, '_stock', ''),
(2386, 229, '_stock_status', 'instock'),
(2387, 229, '_wc_average_rating', '0'),
(2388, 229, '_wc_review_count', '0'),
(2389, 229, 'attribute_pa_format', 'audio'),
(2390, 229, '_price', '27.55'),
(2391, 229, '_product_version', '5.6.0'),
(2392, 230, '_variation_description', ''),
(2393, 230, '_sku', 'H-1234-1-1-1-1'),
(2394, 230, '_regular_price', '30.55'),
(2395, 230, 'total_sales', '0'),
(2396, 230, '_tax_status', 'taxable'),
(2397, 230, '_tax_class', 'parent'),
(2398, 230, '_manage_stock', 'no'),
(2399, 230, '_backorders', 'no'),
(2400, 230, '_sold_individually', 'no'),
(2401, 230, '_weight', '0.6'),
(2402, 230, '_length', '5.1'),
(2403, 230, '_width', '7.9'),
(2404, 230, '_height', '0.9'),
(2405, 230, '_virtual', 'no'),
(2406, 230, '_downloadable', 'no'),
(2407, 230, '_download_limit', '-1'),
(2408, 230, '_download_expiry', '-1'),
(2409, 230, '_thumbnail_id', '0'),
(2410, 230, '_stock', ''),
(2411, 230, '_stock_status', 'instock'),
(2412, 230, '_wc_average_rating', '0'),
(2413, 230, '_wc_review_count', '0'),
(2414, 230, 'attribute_pa_format', 'hardcover'),
(2415, 230, '_price', '30.55'),
(2416, 230, '_product_version', '5.6.0'),
(2417, 231, '_variation_description', ''),
(2418, 231, '_sku', 'P-1234-1-1-1-1'),
(2419, 231, '_regular_price', '25.55'),
(2420, 231, 'total_sales', '0'),
(2421, 231, '_tax_status', 'taxable'),
(2422, 231, '_tax_class', 'parent'),
(2423, 231, '_manage_stock', 'no'),
(2424, 231, '_backorders', 'no'),
(2425, 231, '_sold_individually', 'no'),
(2426, 231, '_weight', '0.4'),
(2427, 231, '_length', '5.1'),
(2428, 231, '_width', '7.9'),
(2429, 231, '_height', '0.9'),
(2430, 231, '_virtual', 'no'),
(2431, 231, '_downloadable', 'no'),
(2432, 231, '_download_limit', '-1'),
(2433, 231, '_download_expiry', '-1'),
(2434, 231, '_thumbnail_id', '0'),
(2435, 231, '_stock', ''),
(2436, 231, '_stock_status', 'instock'),
(2437, 231, '_wc_average_rating', '0'),
(2438, 231, '_wc_review_count', '0'),
(2439, 231, 'attribute_pa_format', 'paperback'),
(2440, 231, '_price', '25.55'),
(2441, 231, '_product_version', '5.6.0'),
(2442, 233, 'inline_featured_image', '0'),
(2443, 233, 'total_sales', '0'),
(2444, 233, '_tax_status', 'taxable'),
(2445, 233, '_tax_class', ''),
(2446, 233, '_manage_stock', 'no'),
(2447, 233, '_backorders', 'no'),
(2448, 233, '_sold_individually', 'no'),
(2449, 233, '_virtual', 'no'),
(2450, 233, '_downloadable', 'no'),
(2451, 233, '_download_limit', '-1'),
(2452, 233, '_download_expiry', '-1'),
(2453, 233, '_thumbnail_id', '237'),
(2454, 233, '_stock', ''),
(2455, 233, '_stock_status', 'instock'),
(2456, 233, '_wc_average_rating', '0'),
(2457, 233, '_wc_review_count', '0'),
(2458, 233, '_product_attributes', 'a:1:{s:9:\"pa_format\";a:6:{s:4:\"name\";s:9:\"pa_format\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(2459, 233, '_product_version', '5.6.0'),
(2460, 233, 'inline_featured_image', '0'),
(2461, 233, 'inline_featured_image', '0'),
(2462, 233, 'inline_featured_image', '0'),
(2463, 233, 'inline_featured_image', '0'),
(2464, 233, 'inline_featured_image', '0'),
(2465, 233, 'title', ''),
(2466, 233, '_title', 'field_595f05995871b'),
(2467, 233, 'subtitle', ''),
(2468, 233, '_subtitle', 'field_595f06045871c'),
(2469, 233, 'titlebarLayout', 'default'),
(2470, 233, '_titlebarLayout', 'field_59fa9e15663bf'),
(2471, 233, 'titlebarAlign', 'default'),
(2472, 233, '_titlebarAlign', 'field_59fa9ed623c88'),
(2473, 233, 'sidebarPosition', 'default'),
(2474, 233, '_sidebarPosition', 'field_595f06285871e'),
(2475, 233, 'sidebar', 'default'),
(2476, 233, '_sidebar', 'field_595f06905871f'),
(2477, 233, 'headerStyles', 'default'),
(2478, 233, '_headerStyles', 'field_60daebf1237b6'),
(2479, 233, 'slide_template', ''),
(2480, 233, 'rs_page_bg_color', ''),
(2481, 233, '_price', '25.55'),
(2482, 233, '_price', '27.55'),
(2483, 233, '_price', '30.55'),
(2484, 234, '_variation_description', ''),
(2485, 234, '_sku', 'A-1234-1-1-1-1-1'),
(2486, 234, '_regular_price', '27.55'),
(2487, 234, 'total_sales', '0'),
(2488, 234, '_tax_status', 'taxable'),
(2489, 234, '_tax_class', 'parent'),
(2490, 234, '_manage_stock', 'no'),
(2491, 234, '_backorders', 'no'),
(2492, 234, '_sold_individually', 'no'),
(2493, 234, '_virtual', 'no'),
(2494, 234, '_downloadable', 'no'),
(2495, 234, '_download_limit', '-1'),
(2496, 234, '_download_expiry', '-1'),
(2497, 234, '_thumbnail_id', '0'),
(2498, 234, '_stock', ''),
(2499, 234, '_stock_status', 'instock'),
(2500, 234, '_wc_average_rating', '0'),
(2501, 234, '_wc_review_count', '0'),
(2502, 234, 'attribute_pa_format', 'audio'),
(2503, 234, '_price', '27.55'),
(2504, 234, '_product_version', '5.6.0'),
(2505, 235, '_variation_description', ''),
(2506, 235, '_sku', 'H-1234-1-1-1-1-1'),
(2507, 235, '_regular_price', '30.55'),
(2508, 235, 'total_sales', '0'),
(2509, 235, '_tax_status', 'taxable'),
(2510, 235, '_tax_class', 'parent'),
(2511, 235, '_manage_stock', 'no'),
(2512, 235, '_backorders', 'no'),
(2513, 235, '_sold_individually', 'no'),
(2514, 235, '_weight', '0.6'),
(2515, 235, '_length', '5.1'),
(2516, 235, '_width', '7.9'),
(2517, 235, '_height', '0.9'),
(2518, 235, '_virtual', 'no'),
(2519, 235, '_downloadable', 'no'),
(2520, 235, '_download_limit', '-1'),
(2521, 235, '_download_expiry', '-1'),
(2522, 235, '_thumbnail_id', '0'),
(2523, 235, '_stock', ''),
(2524, 235, '_stock_status', 'instock'),
(2525, 235, '_wc_average_rating', '0'),
(2526, 235, '_wc_review_count', '0'),
(2527, 235, 'attribute_pa_format', 'hardcover'),
(2528, 235, '_price', '30.55'),
(2529, 235, '_product_version', '5.6.0'),
(2530, 236, '_variation_description', ''),
(2531, 236, '_sku', 'P-1234-1-1-1-1-1'),
(2532, 236, '_regular_price', '25.55'),
(2533, 236, 'total_sales', '0'),
(2534, 236, '_tax_status', 'taxable'),
(2535, 236, '_tax_class', 'parent'),
(2536, 236, '_manage_stock', 'no'),
(2537, 236, '_backorders', 'no'),
(2538, 236, '_sold_individually', 'no'),
(2539, 236, '_weight', '0.4'),
(2540, 236, '_length', '5.1'),
(2541, 236, '_width', '7.9'),
(2542, 236, '_height', '0.9'),
(2543, 236, '_virtual', 'no'),
(2544, 236, '_downloadable', 'no'),
(2545, 236, '_download_limit', '-1'),
(2546, 236, '_download_expiry', '-1'),
(2547, 236, '_thumbnail_id', '0'),
(2548, 236, '_stock', ''),
(2549, 236, '_stock_status', 'instock'),
(2550, 236, '_wc_average_rating', '0'),
(2551, 236, '_wc_review_count', '0'),
(2552, 236, 'attribute_pa_format', 'paperback'),
(2553, 236, '_price', '25.55'),
(2554, 236, '_product_version', '5.6.0'),
(2555, 272, '_form', '<div class=\"ctform\">\n    <p class=\"form-row\">\n        [text* text-857 placeholder \"First Name *\"]\n        [text* text-980 placeholder \"Last Name *\"]\n    </p>\n    <p class=\"form-row\">\n        [email* email-71 placeholder \"Email *\"]\n        [tel* tel-112 placeholder \"Phone *\"]\n    </p>\n    <p class=\"form-row\">\n        [text text-155 placeholder \"Company/Organization\"]\n        [text text-910 placeholder \"https://example.com\"]\n    </p>\n    <p class=\"form-row ui-dropdown\">\n        [select menu-452 \"What services can we provide you?\" \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\n    </p>\n    <p class=\"form-row ui-flexColumn\">\n        <label>Message</label>\n        [textarea textarea-648]\n    </p>\n    <p>\n        [submit \"Send a Message\"]\n    </p>\n    <p>\n        [acceptance acceptance-133 default:on] Receive monthly updates covering marketing and all things digital. No spam, we promise. [/acceptance]\n    </p>\n</div>'),
(2556, 272, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(2557, 272, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2558, 272, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2559, 272, '_additional_settings', ''),
(2560, 272, '_locale', 'en_US'),
(2562, 298, '_form', '<div class=\"rqform\">\n<div class=\"ui-left\">\n    <h3 class=\"ui-title\">Request a Call Back</h3>\n<p>Ready to take your research to the next level? Interested in harnessing the power of data-driven insights to drive your organization\'s success? We\'re here to help! Simply fill out the form below to request a callback from our team of market research experts.</p>\n\n<p>Our team will promptly get in touch with you to discuss your research needs, objectives, and how Burgeon can assist you in achieving your goals. Whether you\'re seeking to understand market trends, gain a competitive edge, or unlock new opportunities, we have the expertise and resources to deliver exceptional results.</p>\n\n<p>At Burgeon, we pride ourselves on going beyond just providing standard market research services. We believe in creating amazing experiences for our clients. That\'s why, in addition to our expertise and dedication, we offer something truly remarkable—an innovative approach that sets us apart.</p>\n\n\n</div>\n<div class=\"ui-right\">\n    <p class=\"form-row ui-flexColumn\">\n        <label>Your Name *</label>\n        [text* text-857 placeholder \"John Doe\"]\n    </p>\n    <p class=\"form-row ui-dropdown ui-flexColumn\">\n        <label>What services can we provide you?</label>\n        [select menu-452 \"What services can we provide you?\" \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\n\n    </p>\n    <p class=\"form-row ui-flexColumn\">\n        <label>Your Mail *</label>\n        [email* email-71 placeholder \"Email *\"]\n    </p>\n    <p class=\"form-row ui-flexColumn\">\n        <label>Your Phone Number *</label>\n        [tel* tel-112 placeholder \"Phone *\"]\n    </p>\n    <p>\n        [submit]\n    </p>\n</div>\n</div>'),
(2563, 298, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2564, 298, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2565, 298, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2566, 298, '_additional_settings', ''),
(2567, 298, '_locale', 'en_US'),
(2569, 750, '_form', '<div class=\"ctform\">\n    <p class=\"form-row\">\n        [text* text-857 placeholder \"First Name *\"]\n        [text* text-980 placeholder \"Last Name *\"]\n    </p>\n    <p class=\"form-row\">\n        [email* email-71 placeholder \"Email *\"]\n        [tel* tel-112 placeholder \"Phone *\"]\n    </p>\n    <p class=\"form-row\">\n        [text text-155 placeholder \"Company/Organization\"]\n        [text text-910 placeholder \"https://example.com\"]\n    </p>\n    <p class=\"form-row ui-flexColumn\">\n        <strong class=\"ui-title\">What services can we provide you?</strong>\n        [checkbox checkbox-154 use_label_element \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\n    </p>\n    <p class=\"form-row ui-flexColumn\">\n        <label>Message</label>\n        [textarea textarea-648]\n    </p>\n    <p>\n        [submit \"Send a Message\"]\n    </p>\n    <p>\n        [acceptance acceptance-133 default:on] I have read and accept the Privacy Policy [/acceptance]\n    </p>\n</div>'),
(2570, 750, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2571, 750, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <wordpress@mar.21lab.co>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(2572, 750, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(2573, 750, '_additional_settings', ''),
(2574, 750, '_locale', 'en_US'),
(2576, 1300, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2577, 1300, '_elementor_edit_mode', 'builder'),
(2578, 1300, '_elementor_template_type', 'wp-page'),
(2579, 1300, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2580, 1300, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2581, 1300, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2582, 1300, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;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:29;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:8:\"html_tag\";i:11;s:13:\"content_width\";i:15;s:3:\"gap\";i:6;s:18:\"gap_columns_custom\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:3;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:6;s:11:\"second_part\";i:6;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:6;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:4;s:15:\"instance_margin\";i:5;s:16:\"instance_padding\";i:3;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:4;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}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:2:{s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:4:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:6;s:22:\"container_border_width\";i:6;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:7;s:16:\"_animation_delay\";i:4;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;}s:13:\"section_title\";a:2:{s:11:\"title_color\";i:3;s:27:\"typography_title_typography\";i:3;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2583, 1301, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2584, 1301, '_thumbnail_id', '472'),
(2585, 1301, '_elementor_edit_mode', 'builder'),
(2586, 1301, '_elementor_template_type', 'wp-page'),
(2587, 1301, '_elementor_version', '3.4.4'),
(2588, 1301, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago\\u2019s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency\\u2019s launch.<\\/p><p>We\\u2019ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world\\u2019s leading brands.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c23f4dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000021\",\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"771a5d3\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our people make us unique\",\"second_part\":\"Problem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8b5ea0d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"structure\":\"50\"},\"elements\":[{\"id\":\"bc8c667\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"96a7e18\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m1.jpg\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Owner \\/ President\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0cca340\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"d35b494\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"54b834e\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m6.jpg\",\"id\":501,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Aron\",\"member_last_name\":\"Dusker\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"4810def\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"22b2ffd\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m2.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Ben\",\"member_last_name\":\"Sewell\",\"member_position\":\"Director of Operations\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"e46d24f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m7.jpg\",\"id\":502,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Hope\",\"member_last_name\":\"Anthony\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"447a6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"c0bc59f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m3.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"David\",\"member_last_name\":\"Tuche\",\"member_position\":\"Office Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"83472ca\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m8.jpg\",\"id\":503,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Pav\",\"member_last_name\":\"Borthwick\",\"member_position\":\"UI\\/UX Designer\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"61dff22\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"490a046\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m4.jpg\",\"id\":499,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Steven\",\"member_position\":\"Lead Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"09258e4\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m9.jpg\",\"id\":504,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Anna\",\"member_last_name\":\"Kova\",\"member_position\":\"Paid Ads Specialist\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"1d1233f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"e42e338\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m5.jpg\",\"id\":500,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Michel\",\"member_last_name\":\"Valer\",\"member_position\":\"Senior Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"b7777f6\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m10.jpg\",\"id\":505,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Rose\",\"member_last_name\":\"Loysen\",\"member_position\":\"Senior Copywriter\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c1e4b4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Join Our Team<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2589, 1301, '_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\";}}'),
(2590, 1301, '_elementor_controls_usage', 'a:9:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:3;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:3:{s:6:\"editor\";i:5;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}}'),
(2591, 1302, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2592, 1302, '_thumbnail_id', '513'),
(2593, 1302, '_elementor_edit_mode', 'builder'),
(2594, 1302, '_elementor_template_type', 'wp-page'),
(2595, 1302, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2596, 1302, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2597, 1302, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2598, 1302, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:12:\"second_color\";i:2;s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:6;s:14:\"services_title\";i:6;s:20:\"services_description\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:8:{s:23:\"container_border_border\";i:2;s:22:\"container_border_width\";i:5;s:22:\"container_border_color\";i:5;s:17:\"container_padding\";i:6;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:6;s:14:\"icon_font_size\";i:6;s:9:\"icon_size\";i:6;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;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:10;s:21:\"space_between_widgets\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:6;s:3:\"gap\";i:2;s:8:\"html_tag\";i:4;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:2;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:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2599, 1303, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2600, 1303, '_thumbnail_id', '583'),
(2601, 1303, '_elementor_edit_mode', 'builder'),
(2602, 1303, '_elementor_template_type', 'wp-page'),
(2603, 1303, '_elementor_version', '3.4.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2604, 1303, '_elementor_data', '[{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy\",\"second_part\":\"To outshine your competition and win people\\u2019s hearts and minds\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.<\\/p><p>Whether you\\u2019re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c788277\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a13efa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3c6007a\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"469dbca\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"3c3b8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b844758\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6ac081d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f46cf1\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"e28ea1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"658c19b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3d7d457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f60578\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"047babf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0cafc48\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Check Out Our Work\",\"second_part\":\"Some of our Brand Strategy Work\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"78f0aae\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"3\\\" limit=\\\"3\\\" offset=\\\"0\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"62a50a2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Brand Strategy Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"7f032cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1670181\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"7f8aaa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"80e33fd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"request\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"f566441\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2605, 1303, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:9:{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\";}}'),
(2606, 1303, '_elementor_controls_usage', 'a:12:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:4;s:11:\"second_part\";i:4;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:4;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:4;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:4;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;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:8;s:21:\"space_between_widgets\";i:4;}}}}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:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:3;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:3;s:9:\"icon_list\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:3;s:10:\"icon_align\";i:3;s:7:\"divider\";i:3;s:14:\"divider_weight\";i:3;s:13:\"divider_color\";i:3;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:3;s:15:\"icon_self_align\";i:3;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:3;s:26:\"icon_typography_typography\";i:3;s:25:\"icon_typography_font_size\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"menu-anchor\";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_anchor\";a:1:{s:6:\"anchor\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(2623, 1306, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2624, 1306, '_elementor_edit_mode', 'builder'),
(2625, 1306, '_elementor_template_type', 'wp-page'),
(2626, 1306, '_elementor_version', '3.4.4'),
(2627, 1306, '_elementor_data', '[{\"id\":\"bb7449c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"html_tag\":\"div\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c7954a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8fbd95c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Passionate People\",\"services_description\":\"Our team of web experts come from all walks of life and experience \\u2013 B2C, B2B, vertical specialization, etc.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false},{\"id\":\"5080576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5f33328\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Community Leaders\",\"services_description\":\"Recognized thought leaders within the Triangle website design and internet marketing industries.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false},{\"id\":\"2ce1264\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b740a20\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Update Trend\",\"services_description\":\"Part of our day-to-day includes staying up to date with the latest trends & tool in the marketing industries.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"container_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a8e700b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"caedef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f2d4ee2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dc3d60\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Amazing People\",\"second_part\":\"Problem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"1024dc9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"structure\":\"50\"},\"elements\":[{\"id\":\"2f40444\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"3b1acc0\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m1.jpg\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Owner \\/ President\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0cca340\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"d35b494\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"81e9432\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m6.jpg\",\"id\":501,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Aron\",\"member_last_name\":\"Dusker\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"e51aeeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"22c18a8\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m2.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Ben\",\"member_last_name\":\"Sewell\",\"member_position\":\"Director of Operations\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"9a25aab\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m7.jpg\",\"id\":502,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Hope\",\"member_last_name\":\"Anthony\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"5d99e9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"6b778b5\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m3.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"David\",\"member_last_name\":\"Tuche\",\"member_position\":\"Office Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"8984897\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m8.jpg\",\"id\":503,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Pav\",\"member_last_name\":\"Borthwick\",\"member_position\":\"UI\\/UX Designer\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"e8c9a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"cce4335\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m4.jpg\",\"id\":499,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Steven\",\"member_position\":\"Lead Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"1d8f627\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m9.jpg\",\"id\":504,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Anna\",\"member_last_name\":\"Kova\",\"member_position\":\"Paid Ads Specialist\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"bc507ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"24563b0\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m5.jpg\",\"id\":500,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Michel\",\"member_last_name\":\"Valer\",\"member_position\":\"Senior Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"baeb0c4\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m10.jpg\",\"id\":505,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Rose\",\"member_last_name\":\"Loysen\",\"member_position\":\"Senior Copywriter\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e25ea4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Join Our Team<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2628, 1306, '_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\";}}'),
(2629, 1306, '_thumbnail_id', '683');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2630, 1306, '_elementor_controls_usage', 'a:7:{s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:2;s:22:\"container_border_width\";i:2;s:22:\"container_border_color\";i:2;s:17:\"container_padding\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:9;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";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:13:\"content_width\";i:3;s:3:\"gap\";i:1;s:8:\"html_tag\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:1;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}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:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(2631, 1307, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2632, 1307, '_elementor_edit_mode', 'builder'),
(2633, 1307, '_elementor_template_type', 'wp-page'),
(2634, 1307, '_elementor_version', '3.4.7'),
(2635, 1307, '_elementor_data', '[{\"id\":\"bd4a53a\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"12dfe3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1547677\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage2\",\"shortcode\":\"[rev_slider alias=\\\"home2\\\" slidertitle=\\\"Homepage2\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52bf861\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"255\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fc8914\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"28ae7be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#C3B6C8\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d375c79\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cf59bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"d7bb14d\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"2f86032\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d0b4165\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"70efb11\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"d8f7f8f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"757a83b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a4b0c81\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"84df58a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f0a5e5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"cfd0ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"95551ca\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bb37c9\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"395\",\"left\":\"0\",\"isLinked\":false},\"shape_divider_bottom\":\"opacity-fan\",\"shape_divider_bottom_negative\":\"yes\"},\"elements\":[{\"id\":\"4a536bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"83422b4\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a81512\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43eb377\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-340\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"511b6cb\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"play_icon_text_shadow_text_shadow\":{\"horizontal\":17,\"vertical\":50,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"43072fb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style1\\\" columns=\\\"3\\\" limit=\\\"6\\\" offset=\\\"0\\\" filter=\\\"yes\\\" thumbnail_size=\\\"960x600\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"c73b7f7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"10608c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"42b4e32\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dbda311\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"86247a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e6b6457\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"bf7a0db\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc50e2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-team2.jpg\",\"id\":683,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b294b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"6d84647\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7960a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bfe7fec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button primary\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7855942\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91951fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"ccc9804\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"d381b51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"7787c6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"419555c\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"1ff86a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"bbe161c\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"939a999\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"891a44e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d0ec84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"eb17dcb\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"35ac67c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"820dc0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"7c2aeb9\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"c998c26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d66deec\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"75a64cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4108796\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"accffd1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b1c448\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e88f8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0193dde\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2636, 1307, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2637, 1307, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:21;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:21;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:15:\"animation_delay\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:8:\"html_tag\";i:10;s:13:\"content_width\";i:12;s:3:\"gap\";i:3;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:2;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:21:\"section_shape_divider\";a:2:{s:20:\"shape_divider_bottom\";i:1;s:29:\"shape_divider_bottom_negative\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:5;s:11:\"second_part\";i:5;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:5;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:3;s:16:\"instance_padding\";i:2;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:2;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:3;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;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:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:3;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;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:11:\"jw-services\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:6;s:14:\"services_title\";i:6;s:20:\"services_description\";i:6;s:11:\"button_text\";i:6;s:10:\"button_url\";i:6;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:4;s:22:\"container_border_width\";i:4;s:22:\"container_border_color\";i:4;s:17:\"container_padding\";i:6;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:6;s:14:\"icon_font_size\";i:6;s:9:\"icon_size\";i:6;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;}s:27:\"section_services_desc_style\";a:1:{s:11:\"desc_margin\";i:6;}s:27:\"section_action_button_style\";a:1:{s:13:\"button_margin\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:6;s:16:\"_animation_delay\";i:4;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:2:{s:12:\"aspect_ratio\";i:1;s:33:\"play_icon_text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2638, 7, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671088;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:\"\";}'),
(2640, 71, '_edit_lock', '1685707679:1'),
(2641, 1308, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2642, 1308, '_elementor_edit_mode', 'builder'),
(2643, 1308, '_elementor_template_type', 'wp-page'),
(2644, 1308, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2645, 1308, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2646, 1308, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2647, 1308, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;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:29;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:8:\"html_tag\";i:11;s:13:\"content_width\";i:15;s:3:\"gap\";i:6;s:18:\"gap_columns_custom\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:3;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:6;s:11:\"second_part\";i:6;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:6;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:4;s:15:\"instance_margin\";i:5;s:16:\"instance_padding\";i:3;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:4;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}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:2:{s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:4:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:6;s:22:\"container_border_width\";i:6;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:7;s:16:\"_animation_delay\";i:4;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;}s:13:\"section_title\";a:2:{s:11:\"title_color\";i:3;s:27:\"typography_title_typography\";i:3;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2648, 1308, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671088;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2649, 1309, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2650, 1309, '_elementor_edit_mode', 'builder'),
(2651, 1309, '_elementor_template_type', 'wp-page'),
(2652, 1309, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2653, 1309, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2654, 1309, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2655, 1309, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;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:29;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:8:\"html_tag\";i:11;s:13:\"content_width\";i:15;s:3:\"gap\";i:6;s:18:\"gap_columns_custom\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:3;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:6;s:11:\"second_part\";i:6;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:6;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:4;s:15:\"instance_margin\";i:5;s:16:\"instance_padding\";i:3;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:4;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}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:2:{s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:4:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:6;s:22:\"container_border_width\";i:6;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:7;s:16:\"_animation_delay\";i:4;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;}s:13:\"section_title\";a:2:{s:11:\"title_color\";i:3;s:27:\"typography_title_typography\";i:3;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2656, 1309, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671088;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2657, 1310, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2658, 1310, '_elementor_edit_mode', 'builder'),
(2659, 1310, '_elementor_template_type', 'wp-page'),
(2660, 1310, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2661, 1310, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(2662, 1310, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2663, 1310, '_elementor_controls_usage', 'a:14:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;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:29;s:21:\"space_between_widgets\";i:5;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:8:\"html_tag\";i:11;s:13:\"content_width\";i:15;s:3:\"gap\";i:6;s:18:\"gap_columns_custom\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:8;s:6:\"margin\";i:3;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:6;s:11:\"second_part\";i:6;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:6;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:2;s:18:\"instance_direction\";i:4;s:15:\"instance_margin\";i:5;s:16:\"instance_padding\";i:3;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:2;s:20:\"first_text_alignment\";i:2;s:27:\"first_typography_typography\";i:2;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:5;s:25:\"second_vertical_alignment\";i:2;s:21:\"second_text_alignment\";i:2;s:28:\"second_typography_typography\";i:4;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:2:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}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:2:{s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:4:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:6;s:22:\"container_border_width\";i:6;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:6;s:11:\"title_order\";i:6;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:7;s:16:\"_animation_delay\";i:4;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;}s:13:\"section_title\";a:2:{s:11:\"title_color\";i:3;s:27:\"typography_title_typography\";i:3;}}}}s:8:\"jw-posts\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:8:{s:6:\"number\";i:2;s:7:\"columns\";i:2;s:14:\"excerpt_length\";i:1;s:13:\"show_comments\";i:2;s:11:\"post_offset\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_more\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:2;s:20:\"content_related_meta\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2664, 1310, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671088;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2667, 119, '_edit_lock', '1685708984:1'),
(2668, 1311, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2669, 1311, '_thumbnail_id', '472'),
(2670, 1311, '_elementor_edit_mode', 'builder'),
(2671, 1311, '_elementor_template_type', 'wp-page'),
(2672, 1311, '_elementor_version', '3.4.4'),
(2673, 1311, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago\\u2019s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency\\u2019s launch.<\\/p><p>We\\u2019ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world\\u2019s leading brands.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c23f4dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000021\",\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"771a5d3\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our people make us unique\",\"second_part\":\"Problem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8b5ea0d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"structure\":\"50\"},\"elements\":[{\"id\":\"bc8c667\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"96a7e18\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m1.jpg\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Owner \\/ President\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0cca340\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"d35b494\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"54b834e\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m6.jpg\",\"id\":501,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Aron\",\"member_last_name\":\"Dusker\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"4810def\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"22b2ffd\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m2.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Ben\",\"member_last_name\":\"Sewell\",\"member_position\":\"Director of Operations\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"e46d24f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m7.jpg\",\"id\":502,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Hope\",\"member_last_name\":\"Anthony\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"447a6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"c0bc59f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m3.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"David\",\"member_last_name\":\"Tuche\",\"member_position\":\"Office Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"83472ca\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m8.jpg\",\"id\":503,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Pav\",\"member_last_name\":\"Borthwick\",\"member_position\":\"UI\\/UX Designer\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"61dff22\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"490a046\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m4.jpg\",\"id\":499,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Steven\",\"member_position\":\"Lead Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"09258e4\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m9.jpg\",\"id\":504,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Anna\",\"member_last_name\":\"Kova\",\"member_position\":\"Paid Ads Specialist\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"1d1233f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"e42e338\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m5.jpg\",\"id\":500,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Michel\",\"member_last_name\":\"Valer\",\"member_position\":\"Senior Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"b7777f6\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m10.jpg\",\"id\":505,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Rose\",\"member_last_name\":\"Loysen\",\"member_position\":\"Senior Copywriter\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c1e4b4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Join Our Team<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2674, 1311, '_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\";}}'),
(2675, 1311, '_elementor_controls_usage', 'a:9:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:3;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:3:{s:6:\"editor\";i:5;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}}'),
(2676, 1311, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671312;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:3:\"svg\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2677, 1312, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2678, 1312, '_thumbnail_id', '472'),
(2679, 1312, '_elementor_edit_mode', 'builder'),
(2680, 1312, '_elementor_template_type', 'wp-page'),
(2681, 1312, '_elementor_version', '3.4.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2682, 1312, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago\\u2019s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency\\u2019s launch.<\\/p><p>We\\u2019ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world\\u2019s leading brands.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c23f4dc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000021\",\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"771a5d3\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our people make us unique\",\"second_part\":\"Problem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8b5ea0d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"structure\":\"50\"},\"elements\":[{\"id\":\"bc8c667\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"96a7e18\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m1.jpg\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Owner \\/ President\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0cca340\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"d35b494\"}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"54b834e\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m6.jpg\",\"id\":501,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Aron\",\"member_last_name\":\"Dusker\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"4810def\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"22b2ffd\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m2.jpg\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Ben\",\"member_last_name\":\"Sewell\",\"member_position\":\"Director of Operations\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"e46d24f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m7.jpg\",\"id\":502,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Hope\",\"member_last_name\":\"Anthony\",\"member_position\":\"Project Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"447a6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"c0bc59f\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m3.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"David\",\"member_last_name\":\"Tuche\",\"member_position\":\"Office Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"83472ca\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m8.jpg\",\"id\":503,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Pav\",\"member_last_name\":\"Borthwick\",\"member_position\":\"UI\\/UX Designer\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"61dff22\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"490a046\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m4.jpg\",\"id\":499,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"John\",\"member_last_name\":\"Steven\",\"member_position\":\"Lead Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"Facebook\",\"social_link\":\"#\",\"_id\":\"4887057\",\"selected_social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"09258e4\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m9.jpg\",\"id\":504,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Anna\",\"member_last_name\":\"Kova\",\"member_position\":\"Paid Ads Specialist\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-google-plus\",\"social_label\":\"google+\",\"social_link\":\"#\",\"_id\":\"a103a8f\",\"selected_social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":600},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true},{\"id\":\"1d1233f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"e42e338\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m5.jpg\",\"id\":500,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Michel\",\"member_last_name\":\"Valer\",\"member_position\":\"Senior Marketing Manager\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"},{\"id\":\"b7777f6\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/m10.jpg\",\"id\":505,\"alt\":\"\",\"source\":\"library\"},\"member_first_name\":\"Rose\",\"member_last_name\":\"Loysen\",\"member_position\":\"Senior Copywriter\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-twitter\",\"social_label\":\"Twitter\",\"social_link\":\"#\",\"_id\":\"8665f8d\",\"selected_social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"selected_social_icon\":true}}],\"button_text\":\"More\",\"custom_image_size\":\"yes\",\"image_width\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"jw-team-member\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c1e4b4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Join Our Team<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2683, 1312, '_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\";}}'),
(2684, 1312, '_elementor_controls_usage', 'a:9:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:3;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:3:{s:6:\"editor\";i:5;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}}'),
(2685, 1312, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671312;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:3:\"svg\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2686, 1313, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2687, 1313, '_thumbnail_id', '472'),
(2688, 1313, '_elementor_edit_mode', 'builder'),
(2689, 1313, '_elementor_template_type', 'wp-page'),
(2690, 1313, '_elementor_version', '3.4.4'),
(2691, 1313, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2692, 1313, '_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\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2693, 1313, '_elementor_controls_usage', 'a:9:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:13;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:3;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:3:{s:6:\"editor\";i:5;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}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:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:14:\"jw-team-member\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:6:{s:12:\"member_image\";i:10;s:15:\"member_position\";i:10;s:18:\"member_description\";i:10;s:11:\"social_list\";i:10;s:17:\"member_first_name\";i:8;s:16:\"member_last_name\";i:8;}}s:5:\"style\";a:1:{s:31:\"section_team_member_image_style\";a:4:{s:17:\"custom_image_size\";i:10;s:11:\"image_width\";i:10;s:12:\"image_height\";i:10;s:19:\"image_border_radius\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:8;}}}}}'),
(2694, 1313, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671312;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:3:\"svg\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2703, 1315, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2704, 1315, '_thumbnail_id', '472'),
(2705, 1315, '_elementor_edit_mode', 'builder'),
(2706, 1315, '_elementor_template_type', 'wp-page'),
(2707, 1315, '_elementor_version', '3.13.4'),
(2708, 1315, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2709, 1315, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(2710, 1316, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2711, 1316, '_thumbnail_id', '472'),
(2712, 1316, '_elementor_edit_mode', 'builder'),
(2713, 1316, '_elementor_template_type', 'wp-page'),
(2714, 1316, '_elementor_version', '3.13.4'),
(2715, 1316, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"The MarLab Story\",\"second_part\":\"Driven by a Passion to Bring New Ideas to Life\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2716, 1316, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(2717, 1317, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2718, 1317, '_thumbnail_id', '472'),
(2719, 1317, '_elementor_edit_mode', 'builder'),
(2720, 1317, '_elementor_template_type', 'wp-page'),
(2721, 1317, '_elementor_version', '3.13.4'),
(2722, 1317, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(2723, 1317, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(2725, 174, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671607;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2727, 1318, '_wp_attached_file', '2023/06/logo.png');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2728, 1318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:208;s:6:\"height\";i:64;s:4:\"file\";s:16:\"2023/06/logo.png\";s:8:\"filesize\";i:3486;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"logo-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"logo-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2731, 1321, '_elementor_edit_mode', 'builder'),
(2732, 1321, '_elementor_template_type', 'kit'),
(2733, 1321, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671088;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:\"\";}'),
(2734, 7, '_wp_page_template', 'default'),
(2735, 7, '_elementor_page_settings', 'a:1:{s:9:\"site_name\";s:23:\"Burgeon Market Research\";}'),
(2740, 802, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671774;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2742, 288, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>'),
(2743, 284, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>clock</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><circle cx=\"24\" cy=\"24\" r=\"22\"></circle><polyline points=\"24 10 24 24 38 24\" stroke=\"#ff5100\"></polyline></g></svg>'),
(2744, 289, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>'),
(2745, 1323, '_menu_item_type', 'post_type'),
(2746, 1323, '_menu_item_menu_item_parent', '0'),
(2747, 1323, '_menu_item_object_id', '71'),
(2748, 1323, '_menu_item_object', 'page'),
(2749, 1323, '_menu_item_target', ''),
(2750, 1323, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2751, 1323, '_menu_item_xfn', ''),
(2752, 1323, '_menu_item_url', ''),
(2754, 1324, '_menu_item_type', 'post_type'),
(2755, 1324, '_menu_item_menu_item_parent', '0'),
(2756, 1324, '_menu_item_object_id', '125'),
(2757, 1324, '_menu_item_object', 'page'),
(2758, 1324, '_menu_item_target', ''),
(2759, 1324, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2760, 1324, '_menu_item_xfn', ''),
(2761, 1324, '_menu_item_url', ''),
(2763, 1325, '_menu_item_type', 'post_type'),
(2764, 1325, '_menu_item_menu_item_parent', '0'),
(2765, 1325, '_menu_item_object_id', '119'),
(2766, 1325, '_menu_item_object', 'page'),
(2767, 1325, '_menu_item_target', ''),
(2768, 1325, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2769, 1325, '_menu_item_xfn', ''),
(2770, 1325, '_menu_item_url', ''),
(2772, 1326, '_menu_item_type', 'post_type'),
(2773, 1326, '_menu_item_menu_item_parent', '0'),
(2774, 1326, '_menu_item_object_id', '121'),
(2775, 1326, '_menu_item_object', 'page'),
(2776, 1326, '_menu_item_target', ''),
(2777, 1326, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2778, 1326, '_menu_item_xfn', ''),
(2779, 1326, '_menu_item_url', ''),
(2781, 1327, '_menu_item_type', 'post_type'),
(2782, 1327, '_menu_item_menu_item_parent', '0'),
(2783, 1327, '_menu_item_object_id', '123'),
(2784, 1327, '_menu_item_object', 'page'),
(2785, 1327, '_menu_item_target', ''),
(2786, 1327, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2787, 1327, '_menu_item_xfn', ''),
(2788, 1327, '_menu_item_url', ''),
(2791, 141, '_wp_old_date', '2021-08-27'),
(2792, 142, '_wp_old_date', '2021-08-27'),
(2803, 121, '_edit_lock', '1685680069:1'),
(2804, 817, '_elementor_inline_svg', '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"1784px\" height=\"1784px\" viewBox=\"0 0 1784 1784\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    <title>rd</title>\n    <defs>\n        <circle id=\"path-1\" cx=\"892\" cy=\"892\" r=\"892\"></circle>\n        <linearGradient x1=\"60.648331%\" y1=\"35.436527%\" x2=\"32.3810729%\" y2=\"32.2640439%\" id=\"linearGradient-3\">\n            <stop stop-color=\"#FFFFFF\" offset=\"0%\"></stop>\n            <stop stop-color=\"#FFFFFF\" stop-opacity=\"0\" offset=\"100%\"></stop>\n        </linearGradient>\n    </defs>\n    <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n        <g id=\"rd\">\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"892\" cy=\"892\" r=\"892\"></circle>\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"892\" cy=\"892\" r=\"783\"></circle>\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"891.5\" cy=\"891.5\" r=\"664.5\"></circle>\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"892\" cy=\"892\" r=\"554\"></circle>\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"891.5\" cy=\"891.5\" r=\"443.5\"></circle>\n            <circle id=\"Oval-Copy\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"892\" cy=\"892\" r=\"324\"></circle>\n            <circle id=\"Oval\" fill=\"#040062\" fill-rule=\"nonzero\" opacity=\"0.0199999996\" cx=\"892\" cy=\"892\" r=\"215\"></circle>\n            <circle id=\"Oval\" fill=\"#757587\" fill-rule=\"nonzero\" opacity=\"0\" cx=\"892\" cy=\"892\" r=\"119\"></circle>\n            <g id=\"Path-Clipped\">\n                <mask id=\"mask-2\" fill=\"white\">\n                    <use xlink:href=\"#path-1\"></use>\n                </mask>\n                <g id=\"path-1\"></g>\n                <path d=\"M1502.12839,1550.16899 L831.836759,825 L577,1858.78718 C858.43138,1913.78512 1335.19188,1831.00015 1527.49041,1577.60768 L1502.12839,1550.16899 Z\" id=\"Path\" fill=\"url(#linearGradient-3)\" fill-rule=\"nonzero\" mask=\"url(#mask-2)\"></path>\n            </g>\n        </g>\n    </g>\n</svg>'),
(2805, 374, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"489px\" height=\"46px\" viewBox=\"0 0 489 46\"><title>Group 23</title><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"home\" transform=\"translate(-718.000000, -2744.000000)\" fill=\"#37383C\" fill-rule=\"nonzero\"><g id=\"case\" transform=\"translate(255.000000, 1987.000000)\"><g id=\"brand\" transform=\"translate(218.000000, 757.000000)\"><g id=\"Group-23\" transform=\"translate(245.000000, 0.000000)\"><g id=\"l1\" transform=\"translate(93.000000, 5.000000)\"><path d=\"M38.2280488,18.9010536 C38.2194439,18.8922731 38.2109268,18.8868292 38.2052195,18.8780488 C37.4217366,18.0403902 36.2064293,17.6685366 34.2647122,17.6685366 C33.5671902,17.6685366 32.623639,17.7170927 31.6969463,17.8171902 L31.7113463,2.21320976 C31.7113463,0.992282929 30.7191512,-3.55271368e-15 29.4981366,-3.55271368e-15 L2.2103122,-3.55271368e-15 C0.989385366,-3.55271368e-15 -3.55271368e-15,0.992370729 -3.55271368e-15,2.21320976 L-3.55271368e-15,29.4981366 C-3.55271368e-15,30.7220488 0.989297561,31.7111707 2.2103122,31.7111707 L9.5364,31.7111707 C9.68206829,31.9342829 9.83353171,32.1573951 10.005278,32.3661073 C11.9381268,34.7166439 15.3180878,35.9119317 20.0532293,35.9119317 C23.661922,35.9119317 27.3907317,35.2429463 29.8613854,34.7995317 L30.7648976,34.6394634 C33.7645756,34.1191317 35.4001171,33.4584878 36.4209366,32.3718146 C36.8611024,32.206039 37.4274439,31.911717 37.6501171,31.4595219 C37.7649659,31.2167414 37.7818244,30.9507805 37.6902439,30.7047512 C37.6157854,30.5076292 37.4843415,30.3502829 37.3214634,30.2214731 C37.4386829,30.0585951 37.5360585,29.8956292 37.6216683,29.729678 C37.9792098,29.5524 38.3479902,29.297678 38.5137659,28.9547122 C38.6339707,28.7143024 38.6452098,28.4458829 38.5538049,28.1997658 C38.4566927,27.9453073 38.2650146,27.7566146 38.0304,27.6106829 C38.0218829,27.4562341 38.0102927,27.3046829 37.990361,27.1559414 C38.0447122,27.0732292 38.0934439,26.9901658 38.142,26.9071024 C38.688322,26.7156 39.4859415,26.3438341 39.7778049,25.7405268 C39.9206634,25.4489268 39.9376098,25.1228195 39.8235512,24.8254244 C39.6289756,24.2964878 39.0972293,23.9932975 38.5367707,23.8132975 C38.5510829,23.7447219 38.5768098,23.6788683 38.6338829,23.6217951 C38.7568976,23.3929756 38.9311024,23.1554634 39.0772098,22.8982829 C39.737678,22.6494439 40.6155512,22.2062048 40.9501756,21.5172 C41.1244683,21.1596585 41.1444,20.7592683 41.007161,20.3933853 C40.6185366,19.3555317 39.1860878,19.0154634 38.2280488,18.9010536 Z M37.6475707,22.8699219 L34.2590049,23.3732195 L37.5102439,23.7334829 C37.764878,24.5141561 37.9764878,25.9754048 36.6381659,27.2275024 C36.6381659,27.2275024 36.652478,27.2620097 36.6753951,27.3190829 L34.0017366,27.6739024 L36.8326537,27.9482927 C36.9012293,28.3943414 36.8840195,28.980439 36.5522927,29.5293951 L34.3248585,30.1786244 L36.1292488,30.1300683 C36.1236293,30.4819902 35.7834732,31.9771317 30.5990341,32.8780975 C24.691522,33.9044488 8.12379512,37.5019902 10.691561,24.5284683 C13.2593268,11.5550341 27.1333756,5.90470244 29.9584098,5.90470244 L29.9584098,18.3948585 C28.4257756,18.6379024 27.0678732,18.9038634 25.8724098,19.1699122 C24.5485756,18.9895609 21.394361,18.6350927 19.7474049,19.1355805 L23.5018537,19.7618048 C20.1219805,20.6884097 18.6550244,21.5119317 18.6550244,21.5119317 C22.5839415,20.3739805 26.999122,19.6932292 29.0491902,19.4130439 C32.5347805,19.0269658 36.3808098,19.2758927 37.1500683,20.0966048 C38.4653854,21.5003414 38.0450634,22.4208 37.6475707,22.8699219 Z\" id=\"Shape\"></path></g><g id=\"l2\" transform=\"translate(0.000000, 5.000000)\"><path d=\"M39.8033047,16.2893199 C38.7107909,15.1508312 37.4475264,14.2256222 36.1176121,13.3978035 C35.99601,13.3188212 35.953209,13.2395668 35.9230126,13.0996474 C35.718801,12.1805139 35.8012292,11.2490479 35.7980554,10.3239295 C35.7859042,8.4185592 35.8041309,6.5132796 35.7859042,4.61425693 C35.7674962,3.20798993 34.6961108,2.13669522 33.2901158,2.06378842 C33.2049672,2.05771285 33.1197279,2.05771285 33.03467,2.05771285 C28.2927355,2.05771285 23.5539748,2.05771285 18.8150327,2.06378842 C18.3161108,2.06378842 17.8532796,1.91752142 17.3784785,1.81405542 C15.6772292,1.44888665 14.0367355,0.888846347 12.3871738,0.353108312 C11.9579848,0.213188916 11.5166448,0.115707808 11.0844634,3.55271368e-15 C10.9749219,3.55271368e-15 10.8622065,3.55271368e-15 10.7527556,3.55271368e-15 C10.780141,0.0610277074 10.7922922,0.133843828 10.8349118,0.188795969 C11.2854105,0.754911838 11.7418942,1.32093703 12.1984685,1.8870529 C12.2351032,1.9358388 12.271466,1.98435265 12.3263274,2.05744081 C12.2226801,2.05744081 12.1557581,2.05744081 12.0827607,2.05744081 C9.59313854,2.05744081 7.09744081,2.05744081 4.60165239,2.05744081 C3.25033753,2.05744081 2.18820151,2.94003023 1.96603526,4.23657431 C1.93574811,4.4070529 1.92949118,4.57735013 1.92949118,4.75408565 C1.92949118,6.91499245 1.92640806,9.07589925 1.93266499,11.2429723 C1.93266499,11.4012091 1.88995466,11.4864484 1.75003526,11.5532796 C1.5489068,11.6505794 1.35739043,11.7663778 1.16868514,11.8939648 C1.41216121,11.8820857 1.65862972,11.863859 1.92949118,11.8451789 C1.92949118,11.9181763 1.92949118,11.9792947 1.92949118,12.0339748 C1.92949118,12.849733 1.92640806,13.6654005 1.92949118,14.4748111 C1.93266499,14.5965945 1.89303778,14.6758489 1.79247355,14.7425894 C1.44253904,14.9861562 1.09858942,15.2236474 0.760806046,15.4731083 C0.499103275,15.6678892 0.252634761,15.8688363 0,16.0696927 C0,16.0940857 0,16.1185693 0,16.1427809 C0.575093199,16.2583073 1.15036776,16.3800907 1.725733,16.4896323 C1.88696222,16.5199194 1.93266499,16.5930076 1.93266499,16.7574106 C1.92949118,19.8193149 1.92949118,22.8749622 1.92949118,25.9368665 C1.92949118,28.3776121 1.92640806,30.824796 1.92949118,33.2715265 C1.92949118,34.5803124 2.78777834,35.6273048 4.05394458,35.8648867 C4.22433249,35.9009773 4.40696222,35.9135819 4.58333501,35.9135819 C14.0975818,35.9135819 23.611738,35.9135819 33.1318791,35.9135819 C34.6291889,35.9135819 35.761602,34.8296826 35.7858136,33.3386297 C35.8102065,31.8473955 35.7916171,30.3620554 35.7916171,28.8768967 C35.7916171,27.1053703 35.7916171,25.3339345 35.7916171,23.5565139 C35.7916171,23.4836071 35.7916171,23.4167758 35.7916171,23.3315365 C36.4034357,23.4533199 36.9116977,23.7151134 37.2981763,24.1777632 C37.9342972,24.9263275 38.5614408,25.6811486 39.1913954,26.442136 C39.5108614,26.8317884 39.8243425,27.2274257 40.147073,27.6228816 C40.2412896,27.7326952 40.3509219,27.8240101 40.4636372,27.9333703 C40.4970075,27.8907506 40.5182267,27.8787809 40.5276574,27.8543879 C41.0448967,26.7402015 41.5837178,25.6506801 42.0736624,24.5187204 C42.2897531,24.0195265 42.4450881,23.4593048 42.5546297,22.9179446 C42.6946398,22.230136 42.5576221,21.529995 42.399476,20.8542469 C41.9825289,19.0769169 41.0512443,17.5856826 39.8033047,16.2893199 Z M41.2642518,23.7458539 C41.0879697,24.652927 40.9174911,25.5536524 40.5125138,26.4120302 C40.4515768,26.2781864 40.3936322,26.1442519 40.3268916,26.0165743 C39.8641511,25.1036977 39.267476,24.2876675 38.6467707,23.4783476 C38.0744886,22.735859 37.3381662,22.2244232 36.5406347,21.7738338 C34.9549118,20.8788212 33.2688967,20.2096927 31.5643828,19.5824585 C31.5339143,19.5704887 31.4972796,19.5642318 31.457743,19.5766549 C32.5320302,20.1610882 33.606408,20.7456121 34.683869,21.329864 C34.6744382,21.3479093 34.6656423,21.3723023 34.6565743,21.3906197 C34.0508312,21.2264887 33.4359294,21.0803124 32.8364433,20.8917884 C31.8960906,20.6114962 32.1818236,20.7457028 30.024,20.0942569 C26.1132393,19.0289471 25.4892695,19.7350731 25.4892695,19.7350731 C29.2539445,20.1306197 29.9967052,20.9099244 31.9384382,21.9143879 C31.8412292,22.1696524 31.749733,22.4195668 31.6584181,22.6691184 C31.5184987,23.0462569 31.3813904,23.4236675 31.2322216,23.8008061 C31.1409068,24.0383879 31.1530579,24.2575617 31.241471,24.4949622 C32.0176927,26.5220252 32.8271032,28.5487255 33.5972493,30.5760605 C33.639869,30.685602 33.6642619,30.8132796 33.6733299,30.9291688 L33.6733299,34.4169068 C33.6674357,34.4838287 33.6674357,34.5629925 33.6369672,34.6301864 C33.6369672,34.6360806 33.6275365,34.6422469 33.6246347,34.6485038 C33.2836775,35.0499446 32.8578438,35.1414408 32.3312644,35.1414408 C26.0188413,35.1232141 19.7067808,35.1356373 13.3973501,35.1356373 C10.3811486,35.1356373 7.36503778,35.1356373 4.3519194,35.1295617 C4.19975819,35.1295617 4.04152141,35.1233048 3.89543577,35.0989119 C3.18930982,34.9832947 2.7724534,34.4841915 2.72665995,33.6868413 C2.71151637,33.3458841 2.72665995,33.004927 2.72665995,32.6581663 C2.72665995,32.6152746 2.74488665,32.5665794 2.76619647,32.5241411 C3.54232746,31.0144988 4.14498741,29.431859 4.74148111,27.8491285 C4.78700252,27.7275265 4.83288665,27.6119093 4.86943073,27.4840504 C4.33378338,28.4823476 3.57288665,29.2857733 2.76329471,30.0468514 C2.73899244,30.0407758 2.71759194,30.0344282 2.69646348,30.0286247 C2.72992443,29.5295214 2.73609068,29.0242519 2.80600504,28.5250579 C3.07985894,26.5590227 3.37212091,24.5929874 3.65803526,22.6266801 C3.65803526,22.6146197 3.65205038,22.6023778 3.63989924,22.5537733 C3.34165239,23.5398287 3.04948111,24.4957784 2.76030227,25.445199 C2.75114358,25.445199 2.73899244,25.445199 2.72684131,25.445199 C2.72684131,25.3479899 2.72684131,25.2563124 2.72684131,25.1649068 C2.72684131,23.3327154 2.72384887,21.5065995 2.72684131,19.6746801 C2.72684131,19.5647758 2.75123426,19.4429925 2.79974811,19.3456927 C3.21361209,18.4330882 3.63989924,17.5257431 4.05974811,16.6187607 C4.1755466,16.3752846 4.09012594,16.1443224 3.82851385,16.0831134 C3.40231738,15.9918892 2.97639295,15.9188917 2.55028715,15.8520605 C2.27634257,15.8031839 2.00239799,15.7788816 1.67975819,15.7421562 C1.78331486,15.675325 1.85023678,15.6328867 1.91724937,15.5841915 C4.0538539,14.1656826 5.95904282,12.4919093 7.63907305,10.5499043 C7.72413098,10.4526045 7.88554156,10.3551234 7.7974005,10.1907204 C7.71524433,10.0387406 7.53560705,10.0629522 7.39877078,10.09333 C6.8568665,10.2091285 6.3182267,10.3368967 5.77949622,10.4769975 C5.52069521,10.5379345 5.27123426,10.629068 5.00327456,10.6838388 C6.8750932,9.09521411 8.74691184,7.50631738 10.6399496,5.899466 C9.0145995,4.77321915 7.40439295,3.65921411 5.79445844,2.54529975 C5.80044333,2.52707305 5.80670025,2.51492192 5.81268514,2.49660454 C8.93842821,3.05047859 12.0641712,3.59836776 15.2354357,4.15224182 C14.2615314,3.09926449 13.3210881,2.08264988 12.350267,1.03565744 C12.42934,1.05388414 12.4720503,1.06005038 12.5085037,1.07211084 C15.7193954,2.14349623 18.9242115,3.22095718 22.1381864,4.27384383 C25.2121511,5.27821663 28.1278791,6.61738036 30.7879798,8.47387406 C31.862539,9.22271033 32.8366246,10.0870731 33.5940755,11.164262 C33.968403,11.6999093 34.2637481,12.2722821 34.3976826,12.9235466 C34.4067506,12.9723325 34.3793652,13.0695416 34.3401007,13.0940252 C34.0782166,13.2400202 33.8985793,13.459194 33.7587506,13.7149119 C33.5089269,14.1835466 33.3840604,14.6829219 33.4054609,15.212403 C33.4177934,15.5045743 33.3082518,15.6568262 33.0099143,15.6568262 C32.7663476,15.6568262 32.5196977,15.6325239 32.2856524,15.5714056 C31.975073,15.4924232 31.6707506,15.3766247 31.3631637,15.2733401 C31.3113854,15.2611889 31.2657733,15.2430529 31.2140856,15.2245542 C31.8896524,15.6629018 32.5776423,16.0524635 33.3932191,16.125461 C33.7461461,16.1557481 34.1054206,16.1313552 34.3915163,15.8698338 C34.486005,15.7846852 34.522277,15.6993552 34.4706801,15.5655113 C34.3244131,15.175859 34.4277884,14.8350831 34.7200503,14.5428212 C34.8237884,14.4395365 34.9088463,14.4210378 35.0488564,14.5000202 C36.4243828,15.3279295 37.6966246,16.2774408 38.8229622,17.4219144 C39.4804836,18.0854207 40.0615617,18.8037884 40.5486045,19.6074862 C41.3312644,20.8911537 41.5504382,22.272665 41.2642518,23.7458539 Z\" id=\"Shape\"></path><path d=\"M23.0668413,13.7631537 C22.5679194,13.6840806 22.0687254,13.5927658 21.5726146,13.4894811 C21.4508312,13.4649975 21.3929773,13.4833149 21.3228816,13.5867809 C21.1463274,13.8363325 20.884534,13.9154056 20.5924534,13.8605441 C20.324675,13.8119396 20.0933501,13.6537028 20.0689571,13.3858338 C20.0476473,13.1180554 19.8924937,13.0874056 19.7038791,13.0387103 C19.6428513,13.0268312 19.5819143,13.0144081 19.5273249,12.9900151 C19.43601,12.9474862 19.3751637,12.9780454 19.3082418,13.0510428 C18.8760604,13.5562217 18.7055818,14.1343073 18.8515768,14.791738 C19.0645843,15.7595668 19.9898841,16.4414811 21.0671637,16.4414811 C21.0733299,16.4535416 21.0764131,16.4716776 21.0794055,16.490267 C21.3928866,16.4112846 21.7187002,16.3684836 22.0107808,16.2467003 C22.9542166,15.869199 23.4687355,14.9502469 23.3012493,14.0066297 C23.2768564,13.8603627 23.2283425,13.7934408 23.0668413,13.7631537 Z\" id=\"Path\"></path></g><g id=\"l3\" transform=\"translate(184.000000, 0.000000)\"><path d=\"M43.0050557,12.4519851 C41.7648215,13.0316204 39.6169482,15.7282269 39.6169482,15.7282269 C39.3901267,15.6582116 39.0765144,15.6189218 38.7151363,15.6022346 L38.7151363,7.4370139 C38.7151363,6.19360124 37.7071977,5.18566266 36.4638733,5.18566266 L26.0248752,5.18566266 C25.9351708,4.68443041 25.8234818,4.24200047 25.6806257,3.96767801 C25.6806257,3.96767801 27.9767409,1.39432676 28.3380307,0.072599316 C28.3380307,0.072599316 28.2595393,-0.871062873 24.7368752,4.04599279 L24.7344031,5.18566266 L8.69735509,5.18566266 C7.45420729,5.18566266 6.44609213,6.19368953 6.44609213,7.4371022 L6.44609213,13.3286339 L4.73226104,14.0034477 C4.73226104,14.0034477 4.54190403,14.6866492 6.44609213,14.3451367 L6.44609213,22.4347797 C4.55311708,24.6327145 1.8090096,27.8671943 1.51782342,28.4719045 C1.0697428,29.3987912 0.576986565,32.9690446 3.55271368e-15,33.7586377 C3.55271368e-15,33.7586377 0.99425336,34.2764688 2.32419194,28.642749 L6.44609213,24.4592212 L6.44609213,35.2061809 C6.44609213,36.4497701 7.45420729,37.4576204 8.69735509,37.4576204 L24.3392092,37.4576204 L19.547881,43.1503191 C14.0625797,44.9987068 14.6702035,45.9393671 14.6702035,45.9393671 C15.4010825,45.2925417 18.90962,44.4663076 19.7944798,43.9341732 C20.469382,43.5309448 24.4793282,39.3784957 26.3188868,37.4575321 L34.0278157,37.4575321 C34.1957466,37.695655 34.3917543,37.6059506 34.3917543,37.6059506 L34.4225681,37.4575321 L36.4638733,37.4575321 C37.7071977,37.4575321 38.7151363,36.4495935 38.7151363,35.2060926 L38.7151363,16.8426454 L39.695263,16.6718008 C43.9514549,12.3706684 43.0050557,12.4519851 43.0050557,12.4519851 Z M29.3738695,5.8912903 C30.6675202,5.82683732 31.2724069,5.77924807 31.353547,6.78727494 C31.353547,6.78727494 29.4240192,6.49317513 28.0242418,7.2968949 C28.0242418,7.2968949 28.0801305,5.95282964 29.3738695,5.8912903 Z M11.4246871,29.9501732 C11.0774357,29.658987 10.8731286,29.4406415 10.8731286,29.4406415 C10.7695624,29.2051674 10.6742956,28.9756972 10.5790288,28.7459621 C10.3101804,28.2757202 10.1282994,27.8052135 10.0582841,27.3488335 C6.10714012,15.596584 15.5633628,12.6508181 21.2533244,11.4888104 C21.3596276,12.2280772 21.883286,14.9498469 24.0197697,17.1646454 L23.8854779,17.0610792 L13.8720461,32.3276051 C13.0208253,31.6247145 12.1359655,30.8069563 11.4246871,29.9501732 Z M16.9075163,34.5312788 C16.9075163,34.5312788 15.5102994,33.6658431 13.9729635,32.4088335 L25.9380845,18.6794669 C27.5423455,19.6399045 29.6819194,20.2812557 32.5492822,20.2223651 C32.5492822,20.2223651 32.5604069,20.4182845 32.5771823,20.3063306 C32.5715317,26.0384074 31.9358311,38.3785916 16.9075163,34.5312788 Z M33.3053244,19.3459813 C22.8045221,19.5615897 21.9842035,10.4191559 21.9842035,10.4191559 C26.4223647,9.0470139 28.9144875,10.9147375 30.6057159,12.1524112 C34.134119,14.7425379 33.3053244,19.3459813 33.3053244,19.3459813 Z M34.6213129,13.9276934 C34.1674933,15.5014054 35.8533359,13.4319352 27.7831171,8.72492561 L27.8729098,8.5035782 C27.8729098,8.5035782 30.8747409,7.53201582 33.1259155,9.32963579 C35.1030326,10.9146492 35.0750441,12.3539813 34.6213129,13.9276934 Z M36.0157927,13.014845 C36.5196737,11.4859851 35.8477735,9.65181237 35.8477735,9.65181237 C36.8530633,9.52864538 36.9229021,10.1306185 37.1246488,11.4103191 C37.3206564,12.6900197 36.0157927,13.014845 36.0157927,13.014845 Z\" id=\"Shape\"></path></g><g id=\"l4\" transform=\"translate(277.000000, 5.000000)\"><path d=\"M31.4997266,17.0969924 L31.4997266,2.41209114 C31.4997266,1.07899747 30.417995,0 29.0878177,0 L2.412,0 C1.08164051,0 3.55271368e-15,1.07899747 3.55271368e-15,2.41209114 L3.55271368e-15,29.0849013 C3.55271368e-15,30.4153519 1.08173165,31.4971747 2.412,31.4971747 L6.67157469,31.4971747 C7.10758481,31.8857924 7.56601519,32.2546329 8.04112405,32.6011443 C11.0486279,34.7813772 14.5787241,35.9328304 18.259838,35.9328304 L18.259838,35.9328304 C19.182076,35.9328304 20.1157064,35.8601013 21.032476,35.7147342 C24.1014988,35.2283241 26.8517165,33.7467646 28.9255899,31.4971747 L29.0878177,31.4971747 C30.4182684,31.4971747 31.4997266,30.4151696 31.4997266,29.0849013 L31.4997266,27.5197671 C32.4920507,25.1858734 32.8161418,22.6115544 32.4081114,20.0458937 C32.2432405,19.0088203 31.9330937,18.0195949 31.4997266,17.0969924 Z M3.5691038,25.2224203 L4.66477975,25.2809316 L4.05542279,26.2118278 C3.88225823,25.887281 3.72003038,25.5575392 3.5691038,25.2224203 Z M8.80423291,31.6005266 C8.7958481,31.5946025 8.78746329,31.5892253 8.77907848,31.5864911 C8.39611139,31.3042329 8.03000506,31.0108557 7.67492658,30.7033519 L9.06407089,30.2142076 L8.80423291,31.6005266 Z M14.1789874,34.1439494 L15.0956658,33.0817215 L15.5710481,34.4484456 C15.1013165,34.3673316 14.6374177,34.2640709 14.1789874,34.1439494 Z M21.4405064,34.3645975 L21.9772253,32.858157 L22.9107646,33.9595747 C22.4300051,34.1215291 21.9435038,34.2584203 21.4405064,34.3645975 Z M28.6628355,29.870157 L27.6762532,30.9072304 L27.212081,29.3255089 L28.7885165,29.7053772 C28.7466836,29.7612456 28.7074026,29.8171139 28.6628355,29.870157 Z M29.1100557,29.2693671 L26.4853367,28.6321215 L27.2875443,31.3630177 C26.1555038,32.402643 24.8447393,33.2187038 23.4135798,33.7749266 L21.7924861,31.8713924 L20.870157,34.4681316 C20.8589469,34.4707747 20.847919,34.4707747 20.8365266,34.4737823 C19.981276,34.6106734 19.1146329,34.6777519 18.2594734,34.6777519 L18.2594734,34.6777519 C17.5412962,34.6777519 16.8338734,34.6189671 16.1296405,34.5267342 L15.2799494,32.0951392 L13.6448203,33.9926582 C12.099281,33.5287595 10.6234633,32.8273519 9.25947342,31.9021975 L9.71799494,29.4509165 L7.24730127,30.3199291 C6.10131646,29.2524152 5.12302785,28.0337924 4.33768101,26.7006076 L5.55912912,24.8276962 L3.33997975,24.7047494 C2.85639494,23.5362532 2.50432405,22.2981266 2.30026329,21.0181671 C1.14844557,13.7736 3.82046582,6.56813165 9.44968101,1.70485063 L10.7856912,0.698582278 L22.2088101,0.698582278 L18.7460658,1.70485063 C10.8223291,4.00228861 5.6431595,11.9206481 6.9679595,20.2776608 C7.44862785,23.301843 9.08093165,25.9568203 11.5573671,27.7570937 C13.533357,29.1908962 15.8533064,29.9481722 18.2710481,29.9481722 C18.8773975,29.9481722 19.4895798,29.9006886 20.0932861,29.8031696 C23.598319,29.2494987 26.5973469,25.8534684 26.6392709,22.3907241 C26.6614177,20.8504709 26.1025519,19.4614177 25.026562,18.3714835 C23.6429772,16.9711291 21.4460658,16.1326481 19.1542785,16.1326481 C18.1368,16.1326481 17.1586937,16.2919595 16.2362734,16.6105823 C16.0238279,16.6831291 15.8142076,16.7225013 15.6270076,16.7225013 C15.1014988,16.7225013 14.970076,16.4456203 14.9086481,16.1773975 C14.7493367,15.4563038 15.6605469,14.5450937 15.9624912,14.2459747 C16.0464304,14.1622177 16.1246279,14.0811949 16.1917975,14.0057316 C17.2872912,13.0413873 18.6232101,12.4097013 20.0654886,12.1806684 C22.6147443,11.7781063 25.1974481,12.3958481 27.2878177,13.9134987 C29.3840203,15.4339747 30.7622279,17.6812861 31.1672507,20.2413873 C31.6757165,23.4306228 30.9407696,26.6254177 29.1100557,29.2693671 Z\" id=\"Shape\"></path><path d=\"M19.5734279,12.672638 C18.7853469,12.672638 18.147919,13.3126177 18.147919,14.0980557 C18.147919,14.8861367 18.7852557,15.5262076 19.5734279,15.5262076 C20.3616,15.5262076 20.9990279,14.8861367 20.9990279,14.0980557 C20.9989367,13.3125266 20.3616,12.672638 19.5734279,12.672638 Z M19.5734279,15.0232101 C19.0646886,15.0232101 18.6510076,14.6095291 18.6510076,14.0981468 C18.6510076,13.5894076 19.0645064,13.1757266 19.5734279,13.1757266 C20.0821671,13.1757266 20.4959393,13.5894076 20.4959393,14.0981468 C20.4958481,14.609438 20.0821671,15.0232101 19.5734279,15.0232101 Z\" id=\"Shape\"></path></g><g id=\"l6\" transform=\"translate(359.000000, 5.000000)\"><path d=\"M26.0445871,1.94990066 C9.64926976,19.5946603 4.9014236,32.1609103 4.9014236,32.1609103 C8.46239476,36.292516 14.5314236,35.9443718 14.5314236,35.9443718 C20.9284332,36.1442757 24.8461159,32.1780449 24.8461159,32.1780449 C32.7956255,24.1718526 31.8167024,1.43075643 31.8167024,1.43075643 C30.2104621,-2.06756087 26.0445871,1.94990066 26.0445871,1.94990066 Z\" id=\"Path\"></path><path d=\"M0.752769753,15.7484583 C0.752769753,15.7484583 -1.75537447,20.7645737 2.3847986,29.2047564 L13.3872121,5.02002566 C13.2616447,5.06571797 3.46332745,8.48390066 0.752769753,15.7484583 Z\" id=\"Path\"></path></g><g id=\"l8\" transform=\"translate(441.000000, 5.000000)\"><path d=\"M43.3149385,25.7961118 C42.7362235,25.5384805 41.8833855,25.4240447 40.2929497,25.2204134 C39.1890168,25.077419 37.0797989,24.8100335 36.0841676,24.4726592 C36.2336983,23.5535531 36.3831285,22.5352961 35.851676,21.6382123 L35.851676,18.8417766 C36.5517654,19.1537095 37.1497877,19.3066592 37.6778212,19.3066592 C38.5241229,19.3066592 39.255486,18.9247375 39.6882905,18.2598436 C40.381743,17.1879889 40.2035531,15.7149051 39.0710615,13.1730838 C38.1549721,11.1084134 37.1019218,8.89431285 35.851676,6.75030168 L35.851676,2.74846927 C35.851676,1.23435754 34.6204358,-3.55271368e-15 33.1062235,-3.55271368e-15 L2.74846927,-3.55271368e-15 C1.23415642,-3.55271368e-15 0,1.23435754 0,2.74846927 L0,33.1064246 C0,34.6207375 1.23425698,35.8517766 2.74846927,35.8517766 L33.106324,35.8517766 C34.1851173,35.8517766 35.1075419,35.2219777 35.5589497,34.3185587 C37.9451061,34.0959218 40.1495531,33.7619665 41.9913855,33.453352 C44.7463911,32.9918883 47.3325587,32.269676 47.5967263,30.1669944 C47.8575754,28.0994079 45.5770056,26.7948604 43.3149385,25.7961118 Z M41.7086145,31.7639665 C38.018514,32.3812961 34.3058883,32.8554302 30.4597207,32.8554302 C28.6754078,32.8554302 26.8620335,32.7533632 25.010648,32.5149386 C15.5561229,31.3060224 9.39710615,28.7643017 2.39239106,23.3209609 L2.39239106,5.55103911 L2.41159777,4.93722905 C2.41159777,2.22043575 3.35624581,2.22043575 6.05705028,2.22043575 C6.23503911,2.22043575 6.38798883,2.22043575 6.52776536,2.22043575 C7.38351955,2.22043575 7.67312849,2.22043575 7.67312849,2.22043575 L29.1048939,2.22043575 C30.5206592,2.22043575 30.6730056,2.47163128 30.6730056,2.47163128 C33.6446145,5.70046927 35.7375419,9.89326257 37.5064693,13.8695531 C38.5179888,16.1475084 38.7502793,17.5918324 37.6782235,17.5918324 C37.137419,17.5918324 36.2594413,17.2226816 34.9870726,16.4050391 C34.1981899,15.8992291 31.3352849,11.8021676 30.0559777,11.8021676 C29.9385251,11.8021676 29.8333408,11.8370615 29.7441453,11.9166034 C29.0572291,12.5147263 28.5989832,13.071419 28.1027263,13.071419 C27.7495642,13.071419 27.3804134,12.7947822 26.8970279,12.0598995 C25.8439777,11.0004134 20.6652067,8.77665922 19.0553631,8.77665922 C18.915486,8.77665922 18.8043687,8.79264804 18.7246257,8.82774302 C18.1518436,9.06938547 17.6876648,9.20302793 17.2741676,9.26024581 C17.3311844,9.32741899 17.3822682,9.3972067 17.4392849,9.46065922 C20.2166145,12.5591732 22.5579218,11.0799553 23.382,15.5686928 C23.6364134,16.9524805 30.4472514,21.4981341 32.4483687,21.8958436 C32.4547039,21.8958436 32.4674749,21.8958436 32.4736089,21.8958436 C35.1139777,21.8958436 34.5285251,23.0413073 34.2677765,24.9816872 C34.0388045,26.6992291 41.4381117,26.8397095 42.6218883,27.3614079 C47.8065922,29.6550503 46.3494972,30.9817207 41.7086145,31.7639665 Z\" id=\"Shape\"></path></g></g></g></g></g></g></svg>');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2806, 275, '_elementor_inline_svg', '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"570px\" height=\"48px\" viewBox=\"0 0 570 48\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    <title>Group 9</title>\n    <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" opacity=\"0.400000006\">\n        <g id=\"about\" transform=\"translate(-555.000000, -3570.000000)\">\n            <g id=\"footer\" transform=\"translate(0.000000, 3532.000000)\">\n                <g id=\"content-bottom\" transform=\"translate(255.000000, 36.000000)\">\n                    <g id=\"Group-9\" transform=\"translate(300.000000, 2.000000)\">\n                        <rect id=\"Rectangle\" x=\"0\" y=\"0\" width=\"570\" height=\"48\"></rect>\n                        <g id=\"mt\" transform=\"translate(0.000000, 6.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\">\n                            <rect id=\"Rectangle\" x=\"12\" y=\"0\" width=\"12\" height=\"12\"></rect>\n                            <rect id=\"Rectangle-Copy-2\" x=\"0\" y=\"12\" width=\"12\" height=\"12\"></rect>\n                            <rect id=\"Rectangle-Copy-3\" x=\"12\" y=\"24\" width=\"12\" height=\"12\"></rect>\n                            <path d=\"M37.017,10.41675 C37.1785,10.41675 37.25925,10.336 37.25925,10.1745 L37.25925,10.1745 L37.25925,4.00425 C37.25925,3.96625 37.271125,3.9425 37.294875,3.933 C37.318625,3.9235 37.34,3.93775 37.359,3.97575 L37.359,3.97575 L38.784,6.327 C38.8505,6.4315 38.9455,6.48375 39.069,6.48375 L39.069,6.48375 L39.79575,6.48375 C39.91925,6.48375 40.01425,6.4315 40.08075,6.327 L40.08075,6.327 L41.52,3.97575 C41.539,3.93775 41.560375,3.9235 41.584125,3.933 C41.607875,3.9425 41.61975,3.96625 41.61975,4.00425 L41.61975,4.00425 L41.61975,10.1745 C41.61975,10.336 41.7005,10.41675 41.862,10.41675 L41.862,10.41675 L43.38675,10.41675 C43.54825,10.41675 43.629,10.336 43.629,10.1745 L43.629,10.1745 L43.629,0.684 C43.629,0.5225 43.54825,0.44175 43.38675,0.44175 L43.38675,0.44175 L41.862,0.44175 C41.7385,0.44175 41.6435,0.494 41.577,0.5985 L41.577,0.5985 L39.48225,3.933 C39.47275,3.9615 39.456125,3.97575 39.432375,3.97575 C39.408625,3.97575 39.38725,3.9615 39.36825,3.933 L39.36825,3.933 L37.302,0.5985 C37.2355,0.494 37.1405,0.44175 37.017,0.44175 L37.017,0.44175 L35.49225,0.44175 C35.33075,0.44175 35.25,0.5225 35.25,0.684 L35.25,0.684 L35.25,10.1745 C35.25,10.336 35.33075,10.41675 35.49225,10.41675 L35.49225,10.41675 L37.017,10.41675 Z M48.588,10.53075 C49.1675,10.53075 49.701875,10.419125 50.191125,10.195875 C50.680375,9.97262497 51.08175,9.66624997 51.39525,9.27675 C51.43325,9.22925002 51.45225,9.17225003 51.45225,9.10575 C51.45225,9.04875 51.42375,8.99175 51.36675,8.93475 L51.36675,8.93475 L50.5545,8.151 C50.507,8.10350002 50.45475,8.07975 50.39775,8.07975 C50.33125,8.07975 50.2695,8.11299997 50.2125,8.1795 C49.88,8.58800002 49.40025,8.8065 48.77325,8.835 C48.37425,8.835 48.034625,8.756625 47.754375,8.599875 C47.474125,8.443125 47.2865,8.21750002 47.1915,7.923 C47.1535,7.82799998 47.12025,7.68075 47.09175,7.48125 C47.09175,7.42425 47.12025,7.39575 47.17725,7.39575 L47.17725,7.39575 L51.552,7.39575 C51.7135,7.39575 51.79425,7.315 51.79425,7.1535 C51.77525,6.7735 51.74675,6.42675 51.70875,6.11325 C51.54725,5.11575 51.193375,4.3415 50.647125,3.7905 C50.100875,3.2395 49.36225,2.964 48.43125,2.964 C47.64275,2.964 46.961125,3.17775 46.386375,3.60525 C45.811625,4.03275 45.42925,4.598 45.23925,5.301 C45.13475,5.681 45.0825,6.1465 45.0825,6.6975 C45.0825,7.163 45.1395,7.60475002 45.2535,8.02275 C45.453,8.80175003 45.840125,9.41450002 46.414875,9.861 C46.989625,10.3075 47.714,10.53075 48.588,10.53075 Z M49.62825,5.985 L47.20575,5.985 C47.14875,5.985 47.125,5.9565 47.1345,5.8995 C47.144,5.8425 47.1725,5.72375 47.22,5.54325 C47.296,5.27725 47.436125,5.070625 47.640375,4.923375 C47.844625,4.776125 48.09875,4.7025 48.40275,4.7025 C48.72575,4.7025 48.99175,4.78325 49.20075,4.94475 C49.40975,5.10625 49.557,5.32475 49.6425,5.60025 C49.6805,5.71425 49.6995,5.8235 49.6995,5.928 C49.6995,5.966 49.67575,5.985 49.62825,5.985 L49.62825,5.985 Z M56.055,10.4025 C56.2165,10.4025 56.47775,10.393 56.83875,10.374 C57.00025,10.355 57.081,10.2695 57.081,10.1175 L57.081,10.1175 L57.081,8.892 C57.081,8.73050003 57.00025,8.64975 56.83875,8.64975 L56.83875,8.64975 L56.43975,8.64975 C56.15475,8.64975 55.948125,8.57612498 55.819875,8.428875 C55.691625,8.28162503 55.6275,8.05125 55.6275,7.73775 L55.6275,7.73775 L55.6275,4.788 C55.6275,4.731 55.656,4.7025 55.713,4.7025 L55.713,4.7025 L56.9955,4.7025 C57.157,4.7025 57.23775,4.62175 57.23775,4.46025 L57.23775,4.46025 L57.23775,3.3345 C57.23775,3.173 57.157,3.09225 56.9955,3.09225 L56.9955,3.09225 L55.713,3.09225 C55.656,3.09225 55.6275,3.06375 55.6275,3.00675 L55.6275,3.00675 L55.6275,1.3965 C55.6275,1.235 55.54675,1.15425 55.38525,1.15425 L55.38525,1.15425 L53.93175,1.15425 C53.77025,1.15425 53.6895,1.235 53.6895,1.3965 L53.6895,1.3965 L53.6895,3.00675 C53.6895,3.06375 53.661,3.09225 53.604,3.09225 L53.604,3.09225 L52.87725,3.09225 C52.71575,3.09225 52.635,3.173 52.635,3.3345 L52.635,3.3345 L52.635,4.46025 C52.635,4.62175 52.71575,4.7025 52.87725,4.7025 L52.87725,4.7025 L53.604,4.7025 C53.661,4.7025 53.6895,4.731 53.6895,4.788 L53.6895,4.788 L53.6895,8.5215 C53.699,9.24350003 53.8985,9.73749998 54.288,10.0035 C54.6775,10.2695 55.2665,10.4025 56.055,10.4025 Z M60.216,10.41675 C60.3775,10.41675 60.45825,10.336 60.45825,10.1745 L60.45825,10.1745 L60.45825,6.3555 C60.45825,5.985 60.577,5.688125 60.8145,5.464875 C61.052,5.241625 61.34175,5.11575 61.68375,5.08725 C61.83575,5.06825 61.945,5.05875 62.0115,5.05875 C62.135,5.05875 62.27275,5.07775 62.42475,5.11575 C62.51975,5.13475 62.588625,5.13475 62.631375,5.11575 C62.674125,5.09675 62.70025,5.0445 62.70975,4.959 L62.70975,4.959 L62.9805,3.46275 C63.009,3.32025 62.96625,3.2205 62.85225,3.1635 C62.65275,3.0495 62.401,2.9925 62.097,2.9925 C61.451,2.9925 60.938,3.268 60.558,3.819 C60.5295,3.8475 60.50575,3.857 60.48675,3.8475 C60.46775,3.838 60.45825,3.81425 60.45825,3.77625 L60.45825,3.77625 L60.45825,3.3345 C60.45825,3.173 60.3775,3.09225 60.216,3.09225 L60.216,3.09225 L58.69125,3.09225 C58.52975,3.09225 58.449,3.173 58.449,3.3345 L58.449,3.3345 L58.449,10.1745 C58.449,10.336 58.52975,10.41675 58.69125,10.41675 L58.69125,10.41675 L60.216,10.41675 Z M65.01825,2.394 C65.38875,2.394 65.685625,2.28475 65.908875,2.06625 C66.132125,1.84775 66.24375,1.558 66.24375,1.197 C66.24375,0.836000003 66.132125,0.54625 65.908875,0.32775 C65.685625,0.10925 65.38875,0 65.01825,0 C64.65725,0 64.36275,0.111625 64.13475,0.334875 C63.90675,0.558125 63.79275,0.845499998 63.79275,1.197 C63.79275,1.5485 63.90675,1.835875 64.13475,2.059125 C64.36275,2.282375 64.65725,2.394 65.01825,2.394 Z M65.78775,10.41675 C65.94925,10.41675 66.03,10.336 66.03,10.1745 L66.03,10.1745 L66.03,3.3345 C66.03,3.173 65.94925,3.09225 65.78775,3.09225 L65.78775,3.09225 L64.263,3.09225 C64.1015,3.09225 64.02075,3.173 64.02075,3.3345 L64.02075,3.3345 L64.02075,10.1745 C64.02075,10.336 64.1015,10.41675 64.263,10.41675 L64.263,10.41675 L65.78775,10.41675 Z M69.37875,10.41675 C69.54025,10.41675 69.621,10.336 69.621,10.1745 L69.621,10.1745 L69.621,8.1795 C69.621,8.151 69.63525,8.11775002 69.66375,8.07975 L69.66375,8.07975 L70.54725,6.954 C70.59475,6.9065 70.63275,6.91125 70.66125,6.96825 L70.66125,6.96825 L72.0435,10.2315 C72.1005,10.355 72.1955,10.41675 72.3285,10.41675 L72.3285,10.41675 L73.93875,10.41675 C74.08125,10.41675 74.1525,10.35975 74.1525,10.24575 L74.1525,10.24575 L74.124,10.13175 L72.02925,5.7 C72.01025,5.6525 72.015,5.6145 72.0435,5.586 L72.0435,5.586 L73.79625,3.3915 C73.83425,3.344 73.85325,3.29175 73.85325,3.23475 C73.85325,3.18725 73.83425,3.151625 73.79625,3.127875 C73.75825,3.104125 73.706,3.09225 73.6395,3.09225 L73.6395,3.09225 L71.91525,3.09225 C71.81075,3.09225 71.711,3.13975 71.616,3.23475 L71.616,3.23475 L69.72075,5.415 C69.70175,5.4435 69.680375,5.455375 69.656625,5.450625 C69.632875,5.445875 69.621,5.4245 69.621,5.3865 L69.621,5.3865 L69.621,0.684 C69.621,0.5225 69.54025,0.44175 69.37875,0.44175 L69.37875,0.44175 L67.854,0.44175 C67.6925,0.44175 67.61175,0.5225 67.61175,0.684 L67.61175,0.684 L67.61175,10.1745 C67.61175,10.336 67.6925,10.41675 67.854,10.41675 L67.854,10.41675 L69.37875,10.41675 Z\" id=\"Metrik\"></path>\n                            <path d=\"M37.017,23.16675 C37.1785,23.16675 37.25925,23.086 37.25925,22.9245 L37.25925,22.9245 L37.25925,19.077 C37.25925,19.02 37.28775,18.9915 37.34475,18.9915 L37.34475,18.9915 L40.323,18.9915 C40.4845,18.9915 40.56525,18.91075 40.56525,18.74925 L40.56525,18.74925 L40.56525,17.5095 C40.56525,17.348 40.4845,17.26725 40.323,17.26725 L40.323,17.26725 L37.34475,17.26725 C37.28775,17.26725 37.25925,17.23875 37.25925,17.18175 L37.25925,17.18175 L37.25925,15.0015 C37.25925,14.9445 37.28775,14.916 37.34475,14.916 L37.34475,14.916 L41.919,14.916 C42.0805,14.916 42.16125,14.83525 42.16125,14.67375 L42.16125,14.67375 L42.16125,13.434 C42.16125,13.2725 42.0805,13.19175 41.919,13.19175 L41.919,13.19175 L35.49225,13.19175 C35.33075,13.19175 35.25,13.2725 35.25,13.434 L35.25,13.434 L35.25,22.9245 C35.25,23.086 35.33075,23.16675 35.49225,23.16675 L35.49225,23.16675 L37.017,23.16675 Z M44.21325,15.144 C44.58375,15.144 44.880625,15.03475 45.103875,14.81625 C45.327125,14.59775 45.43875,14.308 45.43875,13.947 C45.43875,13.586 45.327125,13.29625 45.103875,13.07775 C44.880625,12.85925 44.58375,12.75 44.21325,12.75 C43.85225,12.75 43.55775,12.861625 43.32975,13.084875 C43.10175,13.308125 42.98775,13.5955 42.98775,13.947 C42.98775,14.2985 43.10175,14.585875 43.32975,14.809125 C43.55775,15.032375 43.85225,15.144 44.21325,15.144 Z M44.98275,23.16675 C45.14425,23.16675 45.225,23.086 45.225,22.9245 L45.225,22.9245 L45.225,16.0845 C45.225,15.923 45.14425,15.84225 44.98275,15.84225 L44.98275,15.84225 L43.458,15.84225 C43.2965,15.84225 43.21575,15.923 43.21575,16.0845 L43.21575,16.0845 L43.21575,22.9245 C43.21575,23.086 43.2965,23.16675 43.458,23.16675 L43.458,23.16675 L44.98275,23.16675 Z M48.57375,23.16675 C48.73525,23.16675 48.816,23.086 48.816,22.9245 L48.816,22.9245 L48.816,18.735 C48.816,18.355 48.92525,18.04625 49.14375,17.80875 C49.36225,17.57125 49.64725,17.4525 49.99875,17.4525 C50.35025,17.4525 50.6305,17.57125 50.8395,17.80875 C51.0485,18.04625 51.153,18.355 51.153,18.735 L51.153,18.735 L51.153,22.9245 C51.153,23.086 51.23375,23.16675 51.39525,23.16675 L51.39525,23.16675 L52.92,23.16675 C53.0815,23.16675 53.16225,23.086 53.16225,22.9245 L53.16225,22.9245 L53.16225,18.32175 C53.16225,17.52375 52.9295,16.892 52.464,16.4265 C51.9985,15.961 51.38575,15.72825 50.62575,15.72825 C49.86575,15.72825 49.291,15.99425 48.9015,16.52625 C48.8825,16.55475 48.8635,16.56425 48.8445,16.55475 C48.8255,16.54525 48.816,16.5215 48.816,16.4835 L48.816,16.4835 L48.816,16.0845 C48.816,15.923 48.73525,15.84225 48.57375,15.84225 L48.57375,15.84225 L47.049,15.84225 C46.8875,15.84225 46.80675,15.923 46.80675,16.0845 L46.80675,16.0845 L46.80675,22.9245 C46.80675,23.086 46.8875,23.16675 47.049,23.16675 L47.049,23.16675 L48.57375,23.16675 Z M56.66775,23.28075 C57.53225,23.28075 58.183,23.0385 58.62,22.554 C58.6485,22.5255 58.67225,22.513625 58.69125,22.518375 C58.71025,22.523125 58.71975,22.5445 58.71975,22.5825 L58.71975,22.5825 L58.71975,22.9245 C58.71975,23.086 58.8005,23.16675 58.962,23.16675 L58.962,23.16675 L60.48675,23.16675 C60.64825,23.16675 60.729,23.086 60.729,22.9245 L60.729,22.9245 L60.729,18.165 C60.729,17.709 60.593625,17.29575 60.322875,16.92525 C60.052125,16.55475 59.6745,16.262625 59.19,16.048875 C58.7055,15.835125 58.1545,15.72825 57.537,15.72825 C56.9765,15.72825 56.465875,15.816125 56.005125,15.991875 C55.544375,16.167625 55.173875,16.41225 54.893625,16.72575 C54.613375,17.03925 54.4495,17.39075 54.402,17.78025 C54.3925,17.83725 54.409125,17.882375 54.451875,17.915625 C54.494625,17.948875 54.554,17.97025 54.63,17.97975 L54.63,17.97975 L56.21175,18.17925 C56.34475,18.18875 56.43975,18.127 56.49675,17.994 C56.56325,17.823 56.689125,17.69 56.874375,17.595 C57.059625,17.5 57.29475,17.4525 57.57975,17.4525 C57.95025,17.4525 58.232875,17.540375 58.427625,17.716125 C58.622375,17.891875 58.71975,18.1365 58.71975,18.45 L58.71975,18.45 L58.71975,18.74925 C58.71975,18.80625 58.69125,18.83475 58.63425,18.83475 L58.63425,18.83475 L57.195,18.83475 C56.245,18.83475 55.5135,19.036625 55.0005,19.440375 C54.4875,19.844125 54.231,20.41175 54.231,21.14325 C54.231,21.84625 54.45425,22.37825 54.90075,22.73925 C55.34725,23.10025 55.93625,23.28075 56.66775,23.28075 Z M57.252,21.7845 C56.948,21.7845 56.703375,21.710875 56.518125,21.563625 C56.332875,21.416375 56.24025,21.2145 56.24025,20.958 C56.24025,20.6635 56.36375,20.4355 56.61075,20.274 C56.85775,20.1125 57.195,20.03175 57.6225,20.03175 L57.6225,20.03175 L58.63425,20.03175 C58.69125,20.03175 58.71975,20.06025 58.71975,20.11725 L58.71975,20.11725 L58.71975,20.616 C58.71975,20.958 58.57725,21.23825 58.29225,21.45675 C58.00725,21.67525 57.6605,21.7845 57.252,21.7845 Z M63.8925,23.16675 C64.054,23.16675 64.13475,23.086 64.13475,22.9245 L64.13475,22.9245 L64.13475,18.735 C64.13475,18.355 64.244,18.04625 64.4625,17.80875 C64.681,17.57125 64.966,17.4525 65.3175,17.4525 C65.669,17.4525 65.94925,17.57125 66.15825,17.80875 C66.36725,18.04625 66.47175,18.355 66.47175,18.735 L66.47175,18.735 L66.47175,22.9245 C66.47175,23.086 66.5525,23.16675 66.714,23.16675 L66.714,23.16675 L68.23875,23.16675 C68.40025,23.16675 68.481,23.086 68.481,22.9245 L68.481,22.9245 L68.481,18.32175 C68.481,17.52375 68.24825,16.892 67.78275,16.4265 C67.31725,15.961 66.7045,15.72825 65.9445,15.72825 C65.1845,15.72825 64.60975,15.99425 64.22025,16.52625 C64.20125,16.55475 64.18225,16.56425 64.16325,16.55475 C64.14425,16.54525 64.13475,16.5215 64.13475,16.4835 L64.13475,16.4835 L64.13475,16.0845 C64.13475,15.923 64.054,15.84225 63.8925,15.84225 L63.8925,15.84225 L62.36775,15.84225 C62.20625,15.84225 62.1255,15.923 62.1255,16.0845 L62.1255,16.0845 L62.1255,22.9245 C62.1255,23.086 62.20625,23.16675 62.36775,23.16675 L62.36775,23.16675 L63.8925,23.16675 Z M73.14075,23.28075 C73.89125,23.28075 74.553875,23.10025 75.128625,22.73925 C75.7033748,22.37825 76.0905,21.8795 76.29,21.243 C76.3185,21.1765 76.3422503,21.06725 76.36125,20.91525 C76.3707503,20.84875 76.3588748,20.79175 76.325625,20.74425 C76.2923753,20.69675 76.2377498,20.6635 76.16175,20.6445 L76.16175,20.6445 L74.6655,20.4165 C74.599,20.407 74.53725,20.428375 74.48025,20.480625 C74.42325,20.532875 74.39,20.578 74.3805,20.616 L74.3805,20.616 L74.36625,20.68725 C74.28075,20.95325 74.126375,21.164625 73.903125,21.321375 C73.679875,21.478125 73.421,21.5565 73.1265,21.5565 C72.8225,21.5565 72.563625,21.47575 72.349875,21.31425 C72.136125,21.15275 71.9865,20.9295 71.901,20.6445 C71.806,20.3595 71.7585,19.97 71.7585,19.476 C71.7585,18.982 71.81075,18.5925 71.91525,18.3075 C72.00075,18.0415 72.148,17.8325 72.357,17.6805 C72.566,17.5285 72.8225,17.4525 73.1265,17.4525 C73.44,17.4525 73.71075,17.53325 73.93875,17.69475 C74.16675,17.85625 74.314,18.0605 74.3805,18.3075 L74.3805,18.3075 L74.42325,18.507 C74.44225,18.621 74.50875,18.678 74.62275,18.678 L74.62275,18.678 L74.694,18.66375 L76.19025,18.43575 C76.33275,18.40725 76.404,18.33125 76.404,18.20775 L76.404,18.20775 L76.404,18.17925 C76.3850003,18.01775 76.347,17.8705 76.29,17.7375 C76.1000003,17.158 75.7176248,16.67825 75.142875,16.29825 C74.568125,15.91825 73.90075,15.72825 73.14075,15.72825 C72.38075,15.72825 71.7205,15.9135 71.16,16.284 C70.5995,16.6545 70.20525,17.16275 69.97725,17.80875 C69.81575,18.27425 69.735,18.82525 69.735,19.46175 C69.735,20.10775 69.81575,20.66825 69.97725,21.14325 C70.21475,21.80825 70.611375,22.33075 71.167125,22.71075 C71.722875,23.09075 72.38075,23.28075 73.14075,23.28075 Z M80.92125,23.28075 C81.5007503,23.28075 82.0351253,23.169125 82.524375,22.945875 C83.0136248,22.722625 83.415,22.41625 83.7285,22.02675 C83.7665003,21.97925 83.7855,21.92225 83.7855,21.85575 C83.7855,21.79875 83.757,21.74175 83.7,21.68475 L83.7,21.68475 L82.88775,20.901 C82.8402502,20.8535 82.788,20.82975 82.731,20.82975 C82.6644998,20.82975 82.60275,20.863 82.54575,20.9295 C82.2132503,21.338 81.7335,21.5565 81.1065,21.585 C80.7075,21.585 80.3678752,21.506625 80.087625,21.349875 C79.8073748,21.193125 79.6197503,20.9675 79.52475,20.673 C79.4867498,20.578 79.4535,20.43075 79.425,20.23125 C79.425,20.17425 79.4535,20.14575 79.5105,20.14575 L79.5105,20.14575 L83.88525,20.14575 C84.0467498,20.14575 84.1275,20.065 84.1275,19.9035 C84.1085003,19.5235 84.0800003,19.17675 84.042,18.86325 C83.8805003,17.86575 83.5266247,17.0915 82.980375,16.5405 C82.4341253,15.9895 81.6954998,15.714 80.7645,15.714 C79.9760002,15.714 79.2943748,15.92775 78.719625,16.35525 C78.1448753,16.78275 77.7624998,17.348 77.5725,18.051 C77.4680003,18.431 77.41575,18.8965 77.41575,19.4475 C77.41575,19.913 77.47275,20.35475 77.58675,20.77275 C77.78625,21.55175 78.1733752,22.1645 78.748125,22.611 C79.3228748,23.0575 80.0472503,23.28075 80.92125,23.28075 Z M81.9615,18.735 L79.539,18.735 C79.482,18.735 79.4582498,18.7065 79.46775,18.6495 C79.4772503,18.5925 79.5057503,18.47375 79.55325,18.29325 C79.6292498,18.02725 79.7693753,17.820625 79.973625,17.673375 C80.1778748,17.526125 80.4320003,17.4525 80.736,17.4525 C81.0590003,17.4525 81.3249998,17.53325 81.534,17.69475 C81.7430003,17.85625 81.89025,18.07475 81.97575,18.35025 C82.0137503,18.46425 82.03275,18.5735 82.03275,18.678 C82.03275,18.716 82.0089998,18.735 81.9615,18.735 L81.9615,18.735 Z\" id=\"Finance\"></path>\n                            <path d=\"M38.59875,35.703 C39.62475,35.703 40.42275,35.47025 40.99275,35.00475 C41.56275,34.53925 41.84775,33.92175 41.84775,33.15225 C41.84775,32.65825 41.72425,32.2355 41.47725,31.884 C41.23025,31.5325 40.890625,31.226125 40.458375,30.964875 C40.026125,30.703625 39.4585,30.4305 38.7555,30.1455 C38.0525,29.8605 37.532375,29.630125 37.195125,29.454375 C36.857875,29.278625 36.599,29.072 36.4185,28.8345 C36.238,28.597 36.14775,28.28825 36.14775,27.90825 C36.14775,27.34775 36.3425,26.917875 36.732,26.618625 C37.1215,26.319375 37.67725,26.16975 38.39925,26.16975 C39.22575,26.16975 39.867,26.352625 40.323,26.718375 C40.779,27.084125 41.007,27.56625 41.007,28.16475 L41.007,28.16475 L41.007,28.42125 C41.007,28.46875 41.023625,28.509125 41.056875,28.542375 C41.090125,28.575625 41.1305,28.59225 41.178,28.59225 L41.178,28.59225 L41.59125,28.59225 C41.63875,28.59225 41.679125,28.575625 41.712375,28.542375 C41.745625,28.509125 41.76225,28.46875 41.76225,28.42125 L41.76225,28.42125 L41.76225,28.122 C41.76225,27.324 41.470125,26.6875 40.885875,26.2125 C40.301625,25.7375 39.487,25.5 38.442,25.5 C37.492,25.5 36.748625,25.711375 36.211875,26.134125 C35.675125,26.556875 35.40675,27.15775 35.40675,27.93675 C35.40675,28.44025 35.52075,28.851125 35.74875,29.169375 C35.97675,29.487625 36.28075,29.75125 36.66075,29.96025 C37.04075,30.16925 37.60125,30.4305 38.34225,30.744 C39.03575,31.0385 39.57725,31.29975 39.96675,31.52775 C40.35625,31.75575 40.64125,32.000375 40.82175,32.261625 C41.00225,32.522875 41.0925,32.82925 41.0925,33.18075 C41.0925,33.76025 40.885875,34.213875 40.472625,34.541625 C40.059375,34.869375 39.4585,35.03325 38.67,35.03325 C37.8435,35.03325 37.188,34.85275 36.7035,34.49175 C36.219,34.13075 35.97675,33.65575 35.97675,33.06675 L35.97675,33.06675 L35.97675,32.66775 C35.97675,32.62025 35.960125,32.579875 35.926875,32.546625 C35.893625,32.513375 35.85325,32.49675 35.80575,32.49675 L35.80575,32.49675 L35.421,32.49675 C35.3735,32.49675 35.333125,32.513375 35.299875,32.546625 C35.266625,32.579875 35.25,32.62025 35.25,32.66775 L35.25,32.66775 L35.25,33.1095 C35.25,33.898 35.551625,34.527375 36.154875,34.997625 C36.758125,35.467875 37.57275,35.703 38.59875,35.703 Z M46.5075,35.703 C47.125,35.703 47.657,35.5605 48.1035,35.2755 C48.55,34.9905 48.87775,34.60575 49.08675,34.12125 C49.13425,34.01675 49.101,33.94075 48.987,33.89325 L48.987,33.89325 L48.7305,33.7935 C48.6355,33.7555 48.5595,33.784 48.5025,33.879 C48.341,34.24 48.094,34.522625 47.7615,34.726875 C47.429,34.931125 47.03,35.038 46.5645,35.0475 C46.023,35.0475 45.57175,34.907375 45.21075,34.627125 C44.84975,34.346875 44.617,33.97875 44.5125,33.52275 C44.465,33.30425 44.44125,32.89575 44.44125,32.29725 C44.44125,32.25925 44.46025,32.24025 44.49825,32.24025 L44.49825,32.24025 L49.1295,32.24025 C49.2435,32.24025 49.3005,32.1785 49.3005,32.055 C49.3005,31.637 49.293375,31.325875 49.279125,31.121625 C49.264875,30.917375 49.23875,30.72025 49.20075,30.53025 C49.07725,29.83675 48.78275,29.2905 48.31725,28.8915 C47.85175,28.4925 47.239,28.293 46.479,28.293 C45.795,28.293 45.217875,28.4735 44.747625,28.8345 C44.277375,29.1955 43.96625,29.67525 43.81425,30.27375 C43.76675,30.47325 43.735875,30.69175 43.721625,30.92925 C43.707375,31.16675 43.70025,31.51825 43.70025,31.98375 C43.70025,32.81975 43.76675,33.45625 43.89975,33.89325 C44.08025,34.45375 44.396125,34.8955 44.847375,35.2185 C45.298625,35.5415 45.852,35.703 46.5075,35.703 Z M48.474,31.6275 L44.49825,31.6275 C44.46025,31.6275 44.44125,31.6085 44.44125,31.5705 C44.46025,31.0005 44.4935,30.62525 44.541,30.44475 C44.636,29.99825 44.8545,29.639625 45.1965,29.368875 C45.5385,29.098125 45.966,28.96275 46.479,28.96275 C46.992,28.96275 47.42425,29.102875 47.77575,29.383125 C48.12725,29.663375 48.35525,30.0315 48.45975,30.4875 C48.50725,30.725 48.531,31.086 48.531,31.5705 C48.531,31.6085 48.512,31.6275 48.474,31.6275 L48.474,31.6275 Z M52.07925,35.589 C52.12675,35.589 52.167125,35.572375 52.200375,35.539125 C52.233625,35.505875 52.25025,35.4655 52.25025,35.418 L52.25025,35.418 L52.25025,31.2 C52.25025,30.63 52.423625,30.147875 52.770375,29.753625 C53.117125,29.359375 53.5565,29.1575 54.0885,29.148 C54.3355,29.1385 54.5635,29.167 54.7725,29.2335 C54.8865,29.281 54.95775,29.24775 54.98625,29.13375 L54.98625,29.13375 L55.10025,28.7205 C55.12875,28.616 55.10025,28.54475 55.01475,28.50675 C54.76775,28.40225 54.497,28.35 54.2025,28.35 C53.775,28.35 53.402125,28.4545 53.083875,28.6635 C52.765625,28.8725 52.50675,29.16225 52.30725,29.53275 C52.29775,29.56125 52.285875,29.573125 52.271625,29.568375 C52.257375,29.563625 52.25025,29.547 52.25025,29.5185 L52.25025,29.5185 L52.25025,28.578 C52.25025,28.5305 52.233625,28.490125 52.200375,28.456875 C52.167125,28.423625 52.12675,28.407 52.07925,28.407 L52.07925,28.407 L51.666,28.407 C51.6185,28.407 51.578125,28.423625 51.544875,28.456875 C51.511625,28.490125 51.495,28.5305 51.495,28.578 L51.495,28.578 L51.495,35.418 C51.495,35.4655 51.511625,35.505875 51.544875,35.539125 C51.578125,35.572375 51.6185,35.589 51.666,35.589 L51.666,35.589 L52.07925,35.589 Z M58.9335,35.589 C59.0285,35.589 59.09025,35.5415 59.11875,35.4465 L59.11875,35.4465 L61.45575,28.62075 C61.47475,28.55425 61.472375,28.504375 61.448625,28.471125 C61.424875,28.437875 61.3845,28.42125 61.3275,28.42125 L61.3275,28.42125 L60.843,28.407 C60.748,28.407 60.68625,28.4545 60.65775,28.5495 L60.65775,28.5495 L58.71975,34.43475 C58.71025,34.45375 58.696,34.46325 58.677,34.46325 C58.658,34.46325 58.64375,34.45375 58.63425,34.43475 L58.63425,34.43475 L56.69625,28.5495 C56.66775,28.4545 56.606,28.407 56.511,28.407 L56.511,28.407 L56.0265,28.407 C55.9315,28.407 55.884,28.44975 55.884,28.53525 C55.884,28.56375 55.88875,28.5875 55.89825,28.6065 L55.89825,28.6065 L58.23525,35.4465 C58.26375,35.5415 58.3255,35.589 58.4205,35.589 L58.4205,35.589 L58.9335,35.589 Z M63.70725,26.96775 C63.89725,26.96775 64.054,26.908375 64.1775,26.789625 C64.301,26.670875 64.36275,26.52125 64.36275,26.34075 C64.36275,26.16025 64.301,26.013 64.1775,25.899 C64.054,25.785 63.89725,25.728 63.70725,25.728 C63.51725,25.728 63.3605,25.785 63.237,25.899 C63.1135,26.013 63.05175,26.16025 63.05175,26.34075 C63.05175,26.52125 63.1135,26.670875 63.237,26.789625 C63.3605,26.908375 63.51725,26.96775 63.70725,26.96775 Z M63.921,35.589 C63.9685,35.589 64.008875,35.572375 64.042125,35.539125 C64.075375,35.505875 64.092,35.4655 64.092,35.418 L64.092,35.418 L64.092,28.578 C64.092,28.5305 64.075375,28.490125 64.042125,28.456875 C64.008875,28.423625 63.9685,28.407 63.921,28.407 L63.921,28.407 L63.50775,28.407 C63.46025,28.407 63.419875,28.423625 63.386625,28.456875 C63.353375,28.490125 63.33675,28.5305 63.33675,28.578 L63.33675,28.578 L63.33675,35.418 C63.33675,35.4655 63.353375,35.505875 63.386625,35.539125 C63.419875,35.572375 63.46025,35.589 63.50775,35.589 L63.50775,35.589 L63.921,35.589 Z M69.279,35.703 C69.9535,35.703 70.535375,35.534375 71.024625,35.197125 C71.513875,34.859875 71.825,34.42525 71.958,33.89325 L71.958,33.89325 L72.015,33.66525 C72.0245,33.60825 72.012625,33.563125 71.979375,33.529875 C71.946125,33.496625 71.90575,33.47525 71.85825,33.46575 L71.85825,33.46575 L71.4735,33.423 C71.426,33.4135 71.38325,33.420625 71.34525,33.444375 C71.30725,33.468125 71.2835,33.50375 71.274,33.55125 L71.274,33.55125 L71.25975,33.60825 C71.18375,34.01675 70.962875,34.356375 70.597125,34.627125 C70.231375,34.897875 69.792,35.03325 69.279,35.03325 C68.7565,35.03325 68.321875,34.8955 67.975125,34.62 C67.628375,34.3445 67.4075,33.974 67.3125,33.5085 C67.227,33.1665 67.18425,32.663 67.18425,31.998 C67.18425,31.3425 67.227,30.83425 67.3125,30.47325 C67.4075,30.01725 67.628375,29.6515 67.975125,29.376 C68.321875,29.1005 68.7565,28.96275 69.279,28.96275 C69.792,28.96275 70.229,29.098125 70.59,29.368875 C70.951,29.639625 71.17425,29.9745 71.25975,30.3735 C71.27875,30.4495 71.28825,30.5065 71.28825,30.5445 C71.31675,30.649 71.37375,30.70125 71.45925,30.70125 L71.45925,30.70125 L71.48775,30.70125 L71.88675,30.64425 C71.99125,30.62525 72.0435,30.573 72.0435,30.4875 L72.0435,30.4875 L72.0435,30.459 C72.0245,30.326 71.996,30.2025 71.958,30.0885 C71.825,29.5755 71.513875,29.148 71.024625,28.806 C70.535375,28.464 69.9535,28.293 69.279,28.293 C68.6045,28.293 68.02975,28.46875 67.55475,28.82025 C67.07975,29.17175 66.76625,29.63725 66.61425,30.21675 C66.49075,30.69175 66.429,31.28075 66.429,31.98375 C66.429,32.71525 66.49075,33.309 66.61425,33.765 C66.77575,34.354 67.091625,34.82425 67.561875,35.17575 C68.032125,35.52725 68.6045,35.703 69.279,35.703 Z M76.6035,35.703 C77.2209997,35.703 77.7530002,35.5605 78.1995,35.2755 C78.6459997,34.9905 78.9737497,34.60575 79.18275,34.12125 C79.2302497,34.01675 79.197,33.94075 79.083,33.89325 L79.083,33.89325 L78.8265,33.7935 C78.7314997,33.7555 78.6555,33.784 78.5985,33.879 C78.4370002,34.24 78.1899997,34.522625 77.8575,34.726875 C77.5250002,34.931125 77.1260002,35.038 76.6605,35.0475 C76.119,35.0475 75.6677497,34.907375 75.30675,34.627125 C74.94575,34.346875 74.713,33.97875 74.6085,33.52275 C74.561,33.30425 74.53725,32.89575 74.53725,32.29725 C74.53725,32.25925 74.55625,32.24025 74.59425,32.24025 L74.59425,32.24025 L79.2255,32.24025 C79.3395,32.24025 79.3965,32.1785 79.3965,32.055 C79.3965,31.637 79.389375,31.325875 79.375125,31.121625 C79.360875,30.917375 79.3347502,30.72025 79.29675,30.53025 C79.1732497,29.83675 78.8787502,29.2905 78.41325,28.8915 C77.9477497,28.4925 77.3349997,28.293 76.575,28.293 C75.891,28.293 75.313875,28.4735 74.843625,28.8345 C74.373375,29.1955 74.06225,29.67525 73.91025,30.27375 C73.86275,30.47325 73.831875,30.69175 73.817625,30.92925 C73.803375,31.16675 73.79625,31.51825 73.79625,31.98375 C73.79625,32.81975 73.86275,33.45625 73.99575,33.89325 C74.17625,34.45375 74.492125,34.8955 74.943375,35.2185 C75.3946252,35.5415 75.948,35.703 76.6035,35.703 Z M78.57,31.6275 L74.59425,31.6275 C74.55625,31.6275 74.53725,31.6085 74.53725,31.5705 C74.55625,31.0005 74.5895,30.62525 74.637,30.44475 C74.732,29.99825 74.9505,29.639625 75.2925,29.368875 C75.6345,29.098125 76.062,28.96275 76.575,28.96275 C77.088,28.96275 77.5202497,29.102875 77.87175,29.383125 C78.2232502,29.663375 78.4512502,30.0315 78.55575,30.4875 C78.6032497,30.725 78.627,31.086 78.627,31.5705 C78.627,31.6085 78.6080002,31.6275 78.57,31.6275 L78.57,31.6275 Z M83.82825,35.66025 C84.59775,35.66025 85.2152498,35.477375 85.68075,35.111625 C86.1462503,34.745875 86.379,34.26375 86.379,33.66525 C86.379,33.24725 86.2602503,32.90525 86.02275,32.63925 C85.7852498,32.37325 85.502625,32.171375 85.174875,32.033625 C84.847125,31.895875 84.4029998,31.74625 83.8425,31.58475 C83.2059998,31.39475 82.738125,31.2095 82.438875,31.029 C82.139625,30.8485 81.99,30.57775 81.99,30.21675 C81.99,29.83675 82.1514997,29.535125 82.4745,29.311875 C82.7975002,29.088625 83.2250003,28.977 83.757,28.977 C84.3080003,28.977 84.7521248,29.098125 85.089375,29.340375 C85.4266253,29.582625 85.59525,29.88425 85.59525,30.24525 L85.59525,30.24525 L85.59525,30.33075 C85.59525,30.35925 85.6118753,30.383 85.645125,30.402 C85.6783748,30.421 85.7187503,30.4305 85.76625,30.4305 L85.76625,30.4305 L86.151,30.4305 C86.1984998,30.4305 86.2388753,30.413875 86.272125,30.380625 C86.3053748,30.347375 86.322,30.307 86.322,30.2595 L86.322,30.2595 L86.322,30.24525 C86.322,29.88425 86.215125,29.56125 86.001375,29.27625 C85.787625,28.99125 85.488375,28.765625 85.103625,28.599375 C84.718875,28.433125 84.2747498,28.35 83.77125,28.35 C83.0207498,28.35 82.4151248,28.523375 81.954375,28.870125 C81.4936253,29.216875 81.26325,29.68 81.26325,30.2595 C81.26325,30.6585 81.3748748,30.988625 81.598125,31.249875 C81.8213753,31.511125 82.0944998,31.713 82.4175,31.8555 C82.7405002,31.998 83.1680003,32.15 83.7,32.3115 C84.1655003,32.454 84.5169998,32.570375 84.7545,32.660625 C84.9920003,32.750875 85.19625,32.8815 85.36725,33.0525 C85.53825,33.2235 85.62375,33.442 85.62375,33.708 C85.62375,34.088 85.4551253,34.40625 85.117875,34.66275 C84.7806248,34.91925 84.3459998,35.0475 83.814,35.0475 C83.2725,35.0475 82.8283747,34.91925 82.481625,34.66275 C82.1348752,34.40625 81.9615,34.107 81.9615,33.765 L81.9615,33.765 L81.9615,33.60825 C81.9615,33.57025 81.9448747,33.537 81.911625,33.5085 C81.8783753,33.48 81.8379998,33.46575 81.7905,33.46575 L81.7905,33.46575 L81.3915,33.46575 C81.3440003,33.46575 81.3036248,33.482375 81.270375,33.515625 C81.2371252,33.548875 81.2205,33.58925 81.2205,33.63675 L81.2205,33.63675 L81.2205,33.7935 C81.2205,34.1355 81.3297503,34.449 81.54825,34.734 C81.7667498,35.019 82.0731248,35.244625 82.467375,35.410875 C82.8616253,35.577125 83.31525,35.66025 83.82825,35.66025 Z M89.0865,35.532 C89.3049997,35.532 89.4902498,35.458375 89.64225,35.311125 C89.7942502,35.163875 89.87025,34.98575 89.87025,34.77675 C89.87025,34.57725 89.791875,34.403875 89.635125,34.256625 C89.478375,34.109375 89.2955002,34.03575 89.0865,34.03575 C88.887,34.03575 88.708875,34.109375 88.552125,34.256625 C88.395375,34.403875 88.317,34.57725 88.317,34.77675 C88.317,34.98575 88.3906252,35.163875 88.537875,35.311125 C88.6851247,35.458375 88.8680002,35.532 89.0865,35.532 Z\" id=\"Services.\"></path>\n                        </g>\n                        <g id=\"hnk2-1\" transform=\"translate(331.559250, 12.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\">\n                            <path d=\"M12,0 C18.627417,-1.21743675e-15 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 8.11624501e-16,18.627417 0,12 C-8.11624501e-16,5.372583 5.372583,1.21743675e-15 12,0 Z M37.5,0 C44.127417,-1.21743675e-15 49.5,5.372583 49.5,12 C49.5,18.627417 44.127417,24 37.5,24 C30.872583,24 25.5,18.627417 25.5,12 C25.5,5.372583 30.872583,1.21743675e-15 37.5,0 Z M63,0 C69.627417,-1.21743675e-15 75,5.372583 75,12 C75,18.627417 69.627417,24 63,24 C56.372583,24 51,18.627417 51,12 C51,5.372583 56.372583,1.21743675e-15 63,0 Z M88.5,0 C95.127417,-1.21743675e-15 100.5,5.372583 100.5,12 C100.5,18.627417 95.127417,24 88.5,24 C81.872583,24 76.5,18.627417 76.5,12 C76.5,5.372583 81.872583,1.21743675e-15 88.5,0 Z M8.79800003,6.75 L6.75,6.75 L6.75,16.99 L8.79800003,16.99 L8.79800003,12.7916 L14.942,12.7916 L14.942,16.99 L16.99,16.99 L16.99,6.75 L14.942,6.75 L14.942,10.9484 L8.79800003,10.9484 L8.79800003,6.75 Z M34.0932,6.75 L32.25,6.75 L32.25,16.99 L34.298,16.99 L34.298,9.92439997 L40.6468,16.99 L42.49,16.99 L42.49,6.75 L40.442,6.75 L40.442,13.8156 L34.0932,6.75 Z M85.0932,6.75 L83.25,6.75 L83.25,16.99 L85.2980003,16.99 L85.2980003,9.92439997 L91.6467998,16.99 L93.4899998,16.99 L93.4899998,6.75 L91.4420003,6.75 L91.4420003,13.8156 L85.0932,6.75 Z M59.798,6.75 L57.75,6.75 L57.75,16.99 L59.798,16.99 L59.798,14.30712 L61.98936,12.34104 L65.71672,16.99 L68.21528,16.99 L63.44344,11.03032 L68.21528,6.75 L65.30712,6.75 L59.798,11.70616 L59.798,6.75 Z\" id=\"Combined-Shape\"></path>\n                        </g>\n                        <g id=\"logo-envato\" transform=\"translate(492.059250, 6.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\">\n                            <path d=\"M27.2010599,0.212620587 C28.8902486,1.00090863 35.5343907,15.1900935 29.7911492,27.4648645 C25.1740335,37.3747713 13.6875506,37.3747713 7.94430911,33.8837814 C2.98935568,30.9558544 -4.66829962,21.4963978 3.77764373,10.0099149 C4.11548146,9.55946456 5.01638208,9.67207714 4.79115693,10.9108155 C4.67854435,11.8117161 3.43980599,18.5684708 5.80467013,21.4963978 C6.81818333,22.9603613 7.04340849,21.9468481 7.04340849,21.9468481 C7.04340849,21.9468481 6.81818333,12.1495539 14.3632261,4.71712371 C19.2055669,0.325233165 25.849709,-0.463054881 27.2010599,0.212620587 Z\" id=\"Path\"></path>\n                        </g>\n                        <g id=\"md\" transform=\"translate(149.870250, 15.000000)\">\n                            <path d=\"M4.698,18.009 L7.02,10.206 C7.317,9.153 7.533,8.289 7.965,6.075 C8.208,8.424 8.343,9.342 8.721,11.043 L10.26,18.009 L12.663,18.009 L17.091,9.342 C17.577,8.343 17.928,7.533 18.36,6.372 C18.198,7.695 18.144,8.37 18.144,9.369 L18.144,9.936 L18.36,18.009 L22.923,18.009 L22.356,0 L17.631,0 L13.392,8.343 C13.068,8.964 12.663,9.963 12.366,10.8 C12.15,9.072 11.907,7.587 11.556,6.075 L10.206,0 L5.697,0 L0,18.009 L4.698,18.009 Z M83.7,15.687 C85.293,14.364 86.724,12.231 86.724,8.316 C86.724,5.697 85.995,3.672 84.456,2.241 C82.512,0.432 79.785,0 77.247,0 L72.144,0 L69.93,18.009 L75.87,18.009 C77.706,18.009 80.973,17.928 83.7,15.687 Z M76.356,14.04 L74.979,14.04 L76.221,3.969 L77.463,3.969 C78.462,3.969 79.758,4.104 80.73,4.995 C81.513,5.724 82.026,6.939 82.026,8.532 C82.026,10.233 81.405,11.745 80.406,12.663 C79.947,13.095 78.705,14.04 76.356,14.04 Z M98.739,18.009 L99.225,14.04 L93.717,14.04 L94.095,10.908 L99.225,10.908 L99.711,6.966 L94.581,6.966 L94.959,3.969 L100.251,3.969 L100.737,0 L90.882,0 L88.668,18.009 L98.739,18.009 Z M106.272,18.009 L107.298,9.693 C107.433,8.586 107.487,7.641 107.487,6.291 L107.487,5.481 C108.243,7.29 108.918,8.667 109.701,9.936 L114.48,18.009 L119.475,18.009 L121.689,0 L117.126,0 L116.019,9.126 C115.884,10.179 115.83,11.07 115.803,12.204 L115.452,11.529 L114.75,10.152 L113.967,8.694 L108.837,0 L103.923,0 L101.709,18.009 L106.272,18.009 Z\" id=\"MDEN\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"></path>\n                            <rect id=\"Rectangle\" stroke=\"#FFFFFF\" stroke-width=\"5\" x=\"28.281\" y=\"1.884\" width=\"36\" height=\"14.25\" rx=\"7.125\"></rect>\n                        </g>\n                    </g>\n                </g>\n            </g>\n        </g>\n    </g>\n</svg>'),
(2807, 192, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo envato</title><g fill=\"#73b727\" class=\"nc-icon-wrapper\"><path fill=\"#73b727\" d=\"M38.9,0.3c2.2,1.1,11.1,19.9,3.5,36.4C36.3,49.8,21,49.8,13.2,45.2c-6.6-4-16.7-16.5-5.5-31.8 c0.5-0.6,1.6-0.5,1.4,1.2c-0.2,1.2-1.8,10.2,1.3,14.1c1.4,1.9,1.7,0.6,1.7,0.6s-0.2-13,9.8-22.9C28.3,0.4,37.1-0.6,38.9,0.3z\"></path></g></svg>'),
(2808, 190, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>responsive</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#111a45\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><polyline points=\"40,9 46,9 46,38 19,38 \"></polyline> <polyline points=\"8,38 2,38 2,9 23,9 \"></polyline> <path d=\"M39,23H24 c-0.552,0-1-0.448-1-1V4c0-0.552,0.448-1,1-1h15c0.552,0,1,0.448,1,1v18C40,22.552,39.552,23,39,23z\" stroke=\"#ff5100\"></path> <path d=\"M18,45H9 c-0.552,0-1-0.448-1-1V30c0-0.552,0.448-1,1-1h9c0.552,0,1,0.448,1,1v14C19,44.552,18.552,45,18,45z\" stroke=\"#ff5100\"></path> <line x1=\"23\" y1=\"43\" x2=\"29\" y2=\"43\"></line> <line x1=\"13\" y1=\"40\" x2=\"14\" y2=\"40\" stroke=\"#ff5100\"></line> <line x1=\"30\" y1=\"18\" x2=\"33\" y2=\"18\" stroke=\"#ff5100\"></line></g></svg>'),
(2809, 189, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>ruler pencil</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#111a45\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><line data-cap=\"butt\" x1=\"31\" y1=\"35\" x2=\"45\" y2=\"35\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <line data-cap=\"butt\" x1=\"31\" y1=\"10\" x2=\"45\" y2=\"10\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <polygon points=\"45,35 38,44 31,35 31,2 45,2 \"></polygon> <line data-cap=\"butt\" x1=\"4\" y1=\"12\" x2=\"12\" y2=\"12\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <line data-cap=\"butt\" x1=\"4\" y1=\"20\" x2=\"10\" y2=\"20\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <line data-cap=\"butt\" x1=\"4\" y1=\"28\" x2=\"12\" y2=\"28\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <line data-cap=\"butt\" x1=\"4\" y1=\"36\" x2=\"10\" y2=\"36\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></line> <rect x=\"4\" y=\"2\" width=\"16\" height=\"44\"></rect></g></svg>'),
(2810, 188, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>b chart</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#111a45\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><line x1=\"2\" y1=\"43\" x2=\"46\" y2=\"43\" stroke=\"#ff5100\"></line><rect x=\"5\" y=\"19\" width=\"8\" height=\"18\"></rect><rect x=\"20\" y=\"5\" width=\"8\" height=\"32\"></rect><rect x=\"35\" y=\"27\" width=\"8\" height=\"10\"></rect></g></svg>'),
(2811, 187, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>vector</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#111a45\" stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\"><path data-cap=\"butt\" d=\"M28,14.4c8,1.8,14,9,14,17.6\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></path> <path data-cap=\"butt\" d=\"M6,32c0-8.6,6-15.7,14-17.6\" stroke-linecap=\"butt\" stroke=\"#ff5100\"></path> <line x1=\"10\" y1=\"12\" x2=\"20\" y2=\"12\" stroke=\"#ff5100\"></line> <line x1=\"28\" y1=\"12\" x2=\"38\" y2=\"12\" stroke=\"#ff5100\"></line> <circle cx=\"6\" cy=\"12\" r=\"4\"></circle> <circle cx=\"42\" cy=\"12\" r=\"4\"></circle> <rect x=\"20\" y=\"8\" width=\"8\" height=\"8\"></rect> <rect x=\"2\" y=\"32\" width=\"8\" height=\"8\"></rect> <rect x=\"38\" y=\"32\" width=\"8\" height=\"8\"></rect></g></svg>'),
(2812, 1332, '_wp_attached_file', '2023/06/User-avatar.svg.png'),
(2813, 1332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2023/06/User-avatar.svg.png\";s:8:\"filesize\";i:27960;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"User-avatar.svg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5278;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"User-avatar.svg-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28715;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"User-avatar.svg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"User-avatar.svg-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19201;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"User-avatar.svg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5278;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"User-avatar.svg-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12219;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"User-avatar.svg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2823, 1334, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2824, 1334, '_thumbnail_id', '513'),
(2825, 1334, '_elementor_edit_mode', 'builder'),
(2826, 1334, '_elementor_template_type', 'wp-page'),
(2827, 1334, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2828, 1334, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2829, 1334, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2830, 1335, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2831, 1335, '_thumbnail_id', '513'),
(2832, 1335, '_elementor_edit_mode', 'builder'),
(2833, 1335, '_elementor_template_type', 'wp-page'),
(2834, 1335, '_elementor_version', '3.4.7'),
(2835, 1335, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2836, 1335, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2837, 1336, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2838, 1336, '_thumbnail_id', '513'),
(2839, 1336, '_elementor_edit_mode', 'builder'),
(2840, 1336, '_elementor_template_type', 'wp-page'),
(2841, 1336, '_elementor_version', '3.4.7');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2842, 1336, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2843, 1336, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2853, 1338, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2854, 1338, '_thumbnail_id', '513'),
(2855, 1338, '_elementor_edit_mode', 'builder'),
(2856, 1338, '_elementor_template_type', 'wp-page'),
(2857, 1338, '_elementor_version', '3.13.4'),
(2858, 1338, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2859, 1338, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2860, 1339, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2861, 1339, '_thumbnail_id', '513'),
(2862, 1339, '_elementor_edit_mode', 'builder'),
(2863, 1339, '_elementor_template_type', 'wp-page'),
(2864, 1339, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2865, 1339, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Web Development Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2866, 1339, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2867, 1340, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2868, 1340, '_thumbnail_id', '513'),
(2869, 1340, '_elementor_edit_mode', 'builder'),
(2870, 1340, '_elementor_template_type', 'wp-page'),
(2871, 1340, '_elementor_version', '3.13.4'),
(2872, 1340, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights and Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2873, 1340, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2875, 1341, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2876, 1341, '_thumbnail_id', '513'),
(2877, 1341, '_elementor_edit_mode', 'builder'),
(2878, 1341, '_elementor_template_type', 'wp-page'),
(2879, 1341, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2880, 1341, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights and Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2881, 1341, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2882, 1342, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2883, 1342, '_thumbnail_id', '513'),
(2884, 1342, '_elementor_edit_mode', 'builder'),
(2885, 1342, '_elementor_template_type', 'wp-page'),
(2886, 1342, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2887, 1342, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Development Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights and Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2888, 1342, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2889, 1343, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2890, 1343, '_thumbnail_id', '513'),
(2891, 1343, '_elementor_edit_mode', 'builder'),
(2892, 1343, '_elementor_template_type', 'wp-page'),
(2893, 1343, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2894, 1343, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2895, 1343, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(2898, 1344, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2899, 1344, '_thumbnail_id', '513'),
(2900, 1344, '_elementor_edit_mode', 'builder'),
(2901, 1344, '_elementor_template_type', 'wp-page'),
(2902, 1344, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2903, 1344, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2904, 1344, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2905, 1344, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673688;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2906, 1345, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2907, 1345, '_thumbnail_id', '513'),
(2908, 1345, '_elementor_edit_mode', 'builder'),
(2909, 1345, '_elementor_template_type', 'wp-page'),
(2910, 1345, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2911, 1345, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2912, 1345, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2913, 1345, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673688;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2914, 1346, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2915, 1346, '_thumbnail_id', '513'),
(2916, 1346, '_elementor_edit_mode', 'builder'),
(2917, 1346, '_elementor_template_type', 'wp-page'),
(2918, 1346, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2919, 1346, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2920, 1346, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2921, 1346, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673688;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2924, 1347, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2925, 1347, '_thumbnail_id', '513'),
(2926, 1347, '_elementor_edit_mode', 'builder'),
(2927, 1347, '_elementor_template_type', 'wp-page'),
(2928, 1347, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2929, 1347, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2930, 1347, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2931, 1347, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2932, 1348, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2933, 1348, '_thumbnail_id', '513'),
(2934, 1348, '_elementor_edit_mode', 'builder'),
(2935, 1348, '_elementor_template_type', 'wp-page'),
(2936, 1348, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2937, 1348, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2938, 1348, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2939, 1348, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2940, 1349, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2941, 1349, '_thumbnail_id', '513'),
(2942, 1349, '_elementor_edit_mode', 'builder'),
(2943, 1349, '_elementor_template_type', 'wp-page'),
(2944, 1349, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2945, 1349, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2946, 1349, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2947, 1349, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2950, 128, '_edit_lock', '1685709037:1'),
(2951, 1350, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2952, 1350, '_thumbnail_id', '513'),
(2953, 1350, '_elementor_edit_mode', 'builder'),
(2954, 1350, '_elementor_template_type', 'wp-page'),
(2955, 1350, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2956, 1350, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2957, 1350, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2958, 1350, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673742;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2959, 1351, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2960, 1351, '_thumbnail_id', '513'),
(2961, 1351, '_elementor_edit_mode', 'builder'),
(2962, 1351, '_elementor_template_type', 'wp-page'),
(2963, 1351, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2964, 1351, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2965, 1351, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2966, 1351, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673742;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2967, 1352, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2968, 1352, '_thumbnail_id', '513'),
(2969, 1352, '_elementor_edit_mode', 'builder'),
(2970, 1352, '_elementor_template_type', 'wp-page'),
(2971, 1352, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2972, 1352, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2973, 1352, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(2974, 1352, '_elementor_css', 'a:6:{s:4:\"time\";i:1685673742;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2975, 121, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:12:\"second_color\";i:2;s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:8:{s:23:\"container_border_border\";i:4;s:22:\"container_border_width\";i:7;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:9;s:11:\"title_order\";i:9;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:9;s:16:\"_animation_delay\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;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:13;s:21:\"space_between_widgets\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:7;s:3:\"gap\";i:3;s:8:\"html_tag\";i:4;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:2;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:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:6:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(2976, 1353, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2977, 1353, '_thumbnail_id', '583'),
(2978, 1353, '_elementor_edit_mode', 'builder'),
(2979, 1353, '_elementor_template_type', 'wp-page'),
(2980, 1353, '_elementor_version', '3.4.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2981, 1353, '_elementor_data', '[{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy\",\"second_part\":\"To outshine your competition and win people\\u2019s hearts and minds\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.<\\/p><p>Whether you\\u2019re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c788277\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a13efa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3c6007a\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"469dbca\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"3c3b8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b844758\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6ac081d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f46cf1\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"e28ea1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"658c19b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3d7d457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f60578\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"047babf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0cafc48\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Check Out Our Work\",\"second_part\":\"Some of our Brand Strategy Work\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"78f0aae\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"3\\\" limit=\\\"3\\\" offset=\\\"0\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"62a50a2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Brand Strategy Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"7f032cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1670181\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"7f8aaa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"80e33fd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"request\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"f566441\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2982, 1353, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:9:{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\";}}'),
(2983, 1354, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2984, 1354, '_thumbnail_id', '583'),
(2985, 1354, '_elementor_edit_mode', 'builder'),
(2986, 1354, '_elementor_template_type', 'wp-page'),
(2987, 1354, '_elementor_version', '3.4.4'),
(2988, 1354, '_elementor_data', '[{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy\",\"second_part\":\"To outshine your competition and win people\\u2019s hearts and minds\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.<\\/p><p>Whether you\\u2019re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c788277\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a13efa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3c6007a\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Brand Strategy Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"469dbca\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"3c3b8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"b844758\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic-1.svg\",\"id\":558},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6ac081d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"5f46cf1\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair-1.svg\",\"id\":557},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"e28ea1a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"658c19b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm-1.svg\",\"id\":556},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3d7d457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f60578\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"047babf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0cafc48\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Check Out Our Work\",\"second_part\":\"Some of our Brand Strategy Work\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"78f0aae\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"3\\\" limit=\\\"3\\\" offset=\\\"0\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"62a50a2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Brand Strategy Services FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"7f032cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.<\\/p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1670181\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Why Choose MarLab?\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"What is the difference between UI & UX? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"176fa3d\"},{\"tab_title\":\"Why is UI\\/UX design important for a business? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"e30e250\"},{\"tab_title\":\"What makes an amazing user experience? \",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"_id\":\"cf5eb5b\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"7f8aaa2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"80e33fd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"request\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"f566441\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_margin\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2989, 1354, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:9:{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\";}}'),
(2990, 1355, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2991, 1355, '_thumbnail_id', '583'),
(2992, 1355, '_elementor_edit_mode', 'builder'),
(2993, 1355, '_elementor_template_type', 'wp-page'),
(2994, 1355, '_elementor_version', '3.4.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2995, 1355, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(2996, 1355, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:9:{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\";}}'),
(2998, 1356, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(2999, 1356, '_thumbnail_id', '583'),
(3000, 1356, '_elementor_edit_mode', 'builder'),
(3001, 1356, '_elementor_template_type', 'wp-page'),
(3002, 1356, '_elementor_version', '3.13.4'),
(3003, 1356, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3004, 1356, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3005, 1357, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3006, 1357, '_thumbnail_id', '583'),
(3007, 1357, '_elementor_edit_mode', 'builder'),
(3008, 1357, '_elementor_template_type', 'wp-page'),
(3009, 1357, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3010, 1357, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3011, 1357, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3012, 1358, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3013, 1358, '_thumbnail_id', '583'),
(3014, 1358, '_elementor_edit_mode', 'builder'),
(3015, 1358, '_elementor_template_type', 'wp-page'),
(3016, 1358, '_elementor_version', '3.13.4'),
(3017, 1358, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3018, 1358, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3029, 1360, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3030, 1360, '_thumbnail_id', '583'),
(3031, 1360, '_elementor_edit_mode', 'builder'),
(3032, 1360, '_elementor_template_type', 'wp-page'),
(3033, 1360, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3034, 1360, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3035, 1360, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3036, 1360, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674296;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:10:\"fa-regular\";i:7;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:\"\";}'),
(3037, 1361, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3038, 1361, '_thumbnail_id', '583'),
(3039, 1361, '_elementor_edit_mode', 'builder'),
(3040, 1361, '_elementor_template_type', 'wp-page'),
(3041, 1361, '_elementor_version', '3.13.4'),
(3042, 1361, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"854ec9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Some of the Brand Strategy services we offer:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e59454\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"E-commerce Website Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-shopify.svg\",\"id\":547},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"HubSpot CMS Websites\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/pin-2.svg\",\"id\":549},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6165fda\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Web\\/Mobile Application Development\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/app-services.svg\",\"id\":546},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"WordPress Websites and Migration\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-wordpress.svg\",\"id\":548},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42e65a1\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"User Experience & User Interface\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/switches.svg\",\"id\":550},\"library\":\"svg\"},\"_id\":\"b023867\"},{\"text\":\"Conversion Rate Optimization\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/traffic.svg\",\"id\":551},\"library\":\"svg\"},\"_id\":\"b9d6ad2\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_self_align\":\"right\",\"divider_color\":\"\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42a26cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3043, 1361, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3044, 1361, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674296;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:10:\"fa-regular\";i:7;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:\"\";}'),
(3045, 1362, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3046, 1362, '_thumbnail_id', '583'),
(3047, 1362, '_elementor_edit_mode', 'builder'),
(3048, 1362, '_elementor_template_type', 'wp-page'),
(3049, 1362, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3050, 1362, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"http:\\/\\/contact\\/\\\" data-wplink-url-error=\\\"true\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3051, 1362, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:8:{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\";}}'),
(3052, 1362, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674296;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:10:\"fa-regular\";i:7;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:\"\";}'),
(3055, 1363, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3056, 1363, '_thumbnail_id', '583'),
(3057, 1363, '_elementor_edit_mode', 'builder'),
(3058, 1363, '_elementor_template_type', 'wp-page'),
(3059, 1363, '_elementor_version', '3.13.4'),
(3060, 1363, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"http:\\/\\/contact\\/\\\" data-wplink-url-error=\\\"true\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3061, 1363, '_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\";}}'),
(3062, 1363, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674344;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3063, 1364, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3064, 1364, '_thumbnail_id', '583'),
(3065, 1364, '_elementor_edit_mode', 'builder'),
(3066, 1364, '_elementor_template_type', 'wp-page'),
(3067, 1364, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3068, 1364, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"http:\\/\\/contact\\/\\\" data-wplink-url-error=\\\"true\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3069, 1364, '_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\";}}'),
(3070, 1364, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674344;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3071, 1365, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3072, 1365, '_thumbnail_id', '583'),
(3073, 1365, '_elementor_edit_mode', 'builder'),
(3074, 1365, '_elementor_template_type', 'wp-page'),
(3075, 1365, '_elementor_version', '3.13.4'),
(3076, 1365, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3077, 1365, '_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\";}}'),
(3078, 1365, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674344;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3081, 1366, '_wp_attached_file', '2023/06/firmbee-com-gcsNOsPEXfs-unsplash-scaled.jpg'),
(3082, 1366, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1700;s:4:\"file\";s:51:\"2023/06/firmbee-com-gcsNOsPEXfs-unsplash-scaled.jpg\";s:8:\"filesize\";i:425256;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13687;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"firmbee-com-gcsNOsPEXfs-unsplash-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6299;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62838;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"firmbee-com-gcsNOsPEXfs-unsplash-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194498;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"firmbee-com-gcsNOsPEXfs-unsplash-2048x1360.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302539;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13687;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42234;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"firmbee-com-gcsNOsPEXfs-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:36:\"firmbee-com-gcsNOsPEXfs-unsplash.jpg\";}'),
(3083, 1367, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3084, 1367, '_thumbnail_id', '583'),
(3085, 1367, '_elementor_edit_mode', 'builder'),
(3086, 1367, '_elementor_template_type', 'wp-page'),
(3087, 1367, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3088, 1367, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3089, 1367, '_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\";}}'),
(3090, 1367, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674364;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3091, 1368, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3092, 1368, '_thumbnail_id', '583'),
(3093, 1368, '_elementor_edit_mode', 'builder'),
(3094, 1368, '_elementor_template_type', 'wp-page'),
(3095, 1368, '_elementor_version', '3.13.4'),
(3096, 1368, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3097, 1368, '_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\";}}'),
(3098, 1368, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674364;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3099, 1369, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3100, 1369, '_thumbnail_id', '1366'),
(3101, 1369, '_elementor_edit_mode', 'builder'),
(3102, 1369, '_elementor_template_type', 'wp-page'),
(3103, 1369, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3104, 1369, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3105, 1369, '_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\";}}'),
(3106, 1369, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674364;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3109, 1370, '_wp_attached_file', '2023/06/markus-winkler-IrRbSND5EUc-unsplash-scaled.jpg'),
(3110, 1370, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2023/06/markus-winkler-IrRbSND5EUc-unsplash-scaled.jpg\";s:8:\"filesize\";i:151034;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7837;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"markus-winkler-IrRbSND5EUc-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25938;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"markus-winkler-IrRbSND5EUc-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67430;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"markus-winkler-IrRbSND5EUc-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105236;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7837;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18965;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"markus-winkler-IrRbSND5EUc-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:39:\"markus-winkler-IrRbSND5EUc-unsplash.jpg\";}'),
(3111, 1371, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3112, 1371, '_thumbnail_id', '1366'),
(3113, 1371, '_elementor_edit_mode', 'builder'),
(3114, 1371, '_elementor_template_type', 'wp-page'),
(3115, 1371, '_elementor_version', '3.13.4'),
(3116, 1371, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3117, 1371, '_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\";}}'),
(3118, 1371, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674418;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3119, 1372, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3120, 1372, '_thumbnail_id', '1366'),
(3121, 1372, '_elementor_edit_mode', 'builder'),
(3122, 1372, '_elementor_template_type', 'wp-page'),
(3123, 1372, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3124, 1372, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3125, 1372, '_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\";}}'),
(3126, 1372, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674418;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3127, 1373, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3128, 1373, '_thumbnail_id', '1370'),
(3129, 1373, '_elementor_edit_mode', 'builder'),
(3130, 1373, '_elementor_template_type', 'wp-page'),
(3131, 1373, '_elementor_version', '3.13.4'),
(3132, 1373, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3133, 1373, '_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\";}}'),
(3134, 1373, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674418;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3148, 1375, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3149, 1375, '_thumbnail_id', '1370'),
(3150, 1375, '_elementor_edit_mode', 'builder'),
(3151, 1375, '_elementor_template_type', 'wp-page'),
(3152, 1375, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3153, 1375, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3154, 1375, '_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\";}}'),
(3155, 1375, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674609;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3156, 1376, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3157, 1376, '_thumbnail_id', '1370'),
(3158, 1376, '_elementor_edit_mode', 'builder'),
(3159, 1376, '_elementor_template_type', 'wp-page'),
(3160, 1376, '_elementor_version', '3.13.4'),
(3161, 1376, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3162, 1376, '_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\";}}'),
(3163, 1376, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674609;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3164, 1377, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3165, 1377, '_thumbnail_id', '1370'),
(3166, 1377, '_elementor_edit_mode', 'builder'),
(3167, 1377, '_elementor_template_type', 'wp-page'),
(3168, 1377, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3169, 1377, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3170, 1377, '_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\";}}'),
(3171, 1377, '_elementor_css', 'a:6:{s:4:\"time\";i:1685674609;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3172, 128, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3173, 128, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3174, 128, '_edit_last', '1'),
(3200, 1380, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3201, 1380, 'inline_featured_image', '0'),
(3202, 1380, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3203, 1380, 'title', 'Harness the Potential of Secondary Research'),
(3204, 1380, '_title', 'field_595f05995871b'),
(3205, 1380, 'subtitle', 'Tap into Existing Resources for Informed Decision-Making and Strategic Advantage'),
(3206, 1380, '_subtitle', 'field_595f06045871c'),
(3207, 1380, 'titlebarLayout', 'default'),
(3208, 1380, '_titlebarLayout', 'field_59fa9e15663bf'),
(3209, 1380, 'titlebarAlign', 'inline'),
(3210, 1380, '_titlebarAlign', 'field_59fa9ed623c88'),
(3211, 1380, 'sidebarPosition', 'default'),
(3212, 1380, '_sidebarPosition', 'field_595f06285871e'),
(3213, 1380, 'sidebar', 'default'),
(3214, 1380, '_sidebar', 'field_595f06905871f'),
(3215, 1380, 'headerStyles', 'default'),
(3216, 1380, '_headerStyles', 'field_60daebf1237b6'),
(3217, 1380, '_thumbnail_id', '415'),
(3218, 1380, '_elementor_edit_mode', 'builder'),
(3219, 1380, '_elementor_template_type', 'wp-page'),
(3220, 1380, '_elementor_version', '3.13.4'),
(3221, 1380, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3222, 1380, '_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\";}}'),
(3223, 1380, '_edit_lock', '1685709133:1'),
(3226, 1380, '_edit_last', '1'),
(3228, 1381, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3229, 1381, '_thumbnail_id', '1370'),
(3230, 1381, '_elementor_edit_mode', 'builder'),
(3231, 1381, '_elementor_template_type', 'wp-page'),
(3232, 1381, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3233, 1381, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3234, 1381, '_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\";}}'),
(3235, 1381, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3236, 1381, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3237, 1382, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3238, 1382, '_thumbnail_id', '1370'),
(3239, 1382, '_elementor_edit_mode', 'builder'),
(3240, 1382, '_elementor_template_type', 'wp-page'),
(3241, 1382, '_elementor_version', '3.13.4'),
(3242, 1382, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3243, 1382, '_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\";}}'),
(3244, 1382, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3245, 1383, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3246, 1383, '_thumbnail_id', '1370'),
(3247, 1383, '_elementor_edit_mode', 'builder'),
(3248, 1383, '_elementor_template_type', 'wp-page'),
(3249, 1383, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3250, 1383, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3251, 1383, '_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\";}}'),
(3252, 1383, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3253, 1384, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3254, 1384, '_thumbnail_id', '1370'),
(3255, 1384, '_elementor_edit_mode', 'builder'),
(3256, 1384, '_elementor_template_type', 'wp-page'),
(3257, 1384, '_elementor_version', '3.13.4'),
(3258, 1384, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3259, 1384, '_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\";}}'),
(3260, 1384, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3262, 1385, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3263, 1385, '_thumbnail_id', '1370'),
(3264, 1385, '_elementor_edit_mode', 'builder'),
(3265, 1385, '_elementor_template_type', 'wp-page'),
(3266, 1385, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3267, 1385, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3268, 1385, '_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\";}}'),
(3269, 1386, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3270, 1386, '_thumbnail_id', '1370'),
(3271, 1386, '_elementor_edit_mode', 'builder'),
(3272, 1386, '_elementor_template_type', 'wp-page'),
(3273, 1386, '_elementor_version', '3.13.4'),
(3274, 1386, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3275, 1386, '_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\";}}'),
(3276, 1387, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3277, 1387, '_thumbnail_id', '1370'),
(3278, 1387, '_elementor_edit_mode', 'builder'),
(3279, 1387, '_elementor_template_type', 'wp-page'),
(3280, 1387, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3281, 1387, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3282, 1387, '_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\";}}'),
(3284, 1388, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3285, 1388, '_thumbnail_id', '1370'),
(3286, 1388, '_elementor_edit_mode', 'builder'),
(3287, 1388, '_elementor_template_type', 'wp-page'),
(3288, 1388, '_elementor_version', '3.13.4'),
(3289, 1388, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3290, 1388, '_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\";}}'),
(3291, 1389, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3292, 1389, '_thumbnail_id', '1370'),
(3293, 1389, '_elementor_edit_mode', 'builder'),
(3294, 1389, '_elementor_template_type', 'wp-page'),
(3295, 1389, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3296, 1389, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3297, 1389, '_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\";}}'),
(3298, 1390, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3299, 1390, '_thumbnail_id', '1366'),
(3300, 1390, '_elementor_edit_mode', 'builder'),
(3301, 1390, '_elementor_template_type', 'wp-page'),
(3302, 1390, '_elementor_version', '3.13.4'),
(3303, 1390, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3304, 1390, '_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\";}}'),
(3307, 1391, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3308, 1391, '_thumbnail_id', '1366'),
(3309, 1391, '_elementor_edit_mode', 'builder'),
(3310, 1391, '_elementor_template_type', 'wp-page'),
(3311, 1391, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3312, 1391, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3313, 1391, '_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\";}}'),
(3314, 1391, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675923;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3315, 1392, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3316, 1392, '_thumbnail_id', '1366'),
(3317, 1392, '_elementor_edit_mode', 'builder'),
(3318, 1392, '_elementor_template_type', 'wp-page'),
(3319, 1392, '_elementor_version', '3.13.4'),
(3320, 1392, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3321, 1392, '_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\";}}'),
(3322, 1392, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675923;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3323, 1393, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3324, 1393, '_thumbnail_id', '1366'),
(3325, 1393, '_elementor_edit_mode', 'builder'),
(3326, 1393, '_elementor_template_type', 'wp-page'),
(3327, 1393, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3328, 1393, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3329, 1393, '_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\";}}'),
(3330, 1393, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675923;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3333, 1394, '_wp_attached_file', '2023/06/scott-graham-5fNmWej4tAA-unsplash-scaled.jpg'),
(3334, 1394, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:52:\"2023/06/scott-graham-5fNmWej4tAA-unsplash-scaled.jpg\";s:8:\"filesize\";i:519259;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13927;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"scott-graham-5fNmWej4tAA-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6468;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55307;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"scott-graham-5fNmWej4tAA-unsplash-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183117;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"scott-graham-5fNmWej4tAA-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13927;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37515;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"scott-graham-5fNmWej4tAA-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:37:\"scott-graham-5fNmWej4tAA-unsplash.jpg\";}'),
(3335, 1395, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3336, 1395, '_thumbnail_id', '1366'),
(3337, 1395, '_elementor_edit_mode', 'builder'),
(3338, 1395, '_elementor_template_type', 'wp-page'),
(3339, 1395, '_elementor_version', '3.13.4'),
(3340, 1395, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3341, 1395, '_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\";}}'),
(3342, 1395, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675975;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3343, 1396, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3344, 1396, '_thumbnail_id', '1366'),
(3345, 1396, '_elementor_edit_mode', 'builder'),
(3346, 1396, '_elementor_template_type', 'wp-page'),
(3347, 1396, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3348, 1396, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3349, 1396, '_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\";}}'),
(3350, 1396, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675975;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3351, 1397, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3352, 1397, '_thumbnail_id', '415'),
(3353, 1397, '_elementor_edit_mode', 'builder'),
(3354, 1397, '_elementor_template_type', 'wp-page'),
(3355, 1397, '_elementor_version', '3.13.4'),
(3356, 1397, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3357, 1397, '_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\";}}'),
(3358, 1397, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675975;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3359, 1380, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3360, 1380, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3361, 1398, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3362, 1398, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3363, 1398, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3364, 1398, 'inline_featured_image', '0'),
(3365, 1398, 'title', 'Dive into the Power of Qualitative Research'),
(3366, 1398, '_title', 'field_595f05995871b'),
(3367, 1398, 'subtitle', 'Explore Nuances, Emotions, and Unspoken Insights for Informed Strategies'),
(3368, 1398, '_subtitle', 'field_595f06045871c'),
(3369, 1398, 'titlebarLayout', 'default'),
(3370, 1398, '_titlebarLayout', 'field_59fa9e15663bf'),
(3371, 1398, 'titlebarAlign', 'inline'),
(3372, 1398, '_titlebarAlign', 'field_59fa9ed623c88'),
(3373, 1398, 'sidebarPosition', 'default'),
(3374, 1398, '_sidebarPosition', 'field_595f06285871e'),
(3375, 1398, 'sidebar', 'default'),
(3376, 1398, '_sidebar', 'field_595f06905871f'),
(3377, 1398, 'headerStyles', 'default'),
(3378, 1398, '_headerStyles', 'field_60daebf1237b6'),
(3379, 1398, '_thumbnail_id', '1403'),
(3380, 1398, '_elementor_edit_mode', 'builder'),
(3381, 1398, '_elementor_template_type', 'wp-page'),
(3382, 1398, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3383, 1398, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3384, 1398, '_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\";}}'),
(3385, 1398, '_edit_lock', '1685709191:1'),
(3386, 1398, '_edit_last', '1'),
(3390, 1399, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3391, 1399, '_thumbnail_id', '415'),
(3392, 1399, '_elementor_edit_mode', 'builder'),
(3393, 1399, '_elementor_template_type', 'wp-page'),
(3394, 1399, '_elementor_version', '3.13.4'),
(3395, 1399, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3396, 1399, '_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\";}}'),
(3397, 1399, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3398, 1399, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3399, 1400, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3400, 1400, '_thumbnail_id', '415'),
(3401, 1400, '_elementor_edit_mode', 'builder'),
(3402, 1400, '_elementor_template_type', 'wp-page'),
(3403, 1400, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3404, 1400, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3405, 1400, '_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\";}}'),
(3406, 1400, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3407, 1401, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3408, 1401, '_thumbnail_id', '415'),
(3409, 1401, '_elementor_edit_mode', 'builder'),
(3410, 1401, '_elementor_template_type', 'wp-page'),
(3411, 1401, '_elementor_version', '3.13.4'),
(3412, 1401, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3413, 1401, '_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\";}}'),
(3414, 1401, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3415, 1402, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3416, 1402, '_thumbnail_id', '415'),
(3417, 1402, '_elementor_edit_mode', 'builder'),
(3418, 1402, '_elementor_template_type', 'wp-page'),
(3419, 1402, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3420, 1402, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Qualitative Research\\n\",\"second_part\":\"Beyond Numbers: Unveiling the Human Story with Qualitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.<\\/p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Qualitative research allows us to delve into the \\\"why\\\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.<\\/p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.<\\/p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.<\\/p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3421, 1402, '_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\";}}'),
(3422, 1402, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3424, 1403, '_wp_attached_file', '2023/06/VAULT_PMR_4-26-21.jpg'),
(3425, 1403, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1013;s:4:\"file\";s:29:\"2023/06/VAULT_PMR_4-26-21.jpg\";s:8:\"filesize\";i:156923;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15761;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"VAULT_PMR_4-26-21-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107127;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7581;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70164;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"VAULT_PMR_4-26-21-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188835;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15761;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48400;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"VAULT_PMR_4-26-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3426, 1404, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3427, 1404, '_thumbnail_id', '415'),
(3428, 1404, '_elementor_edit_mode', 'builder'),
(3429, 1404, '_elementor_template_type', 'wp-page'),
(3430, 1404, '_elementor_version', '3.13.4'),
(3431, 1404, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Qualitative Research\\n\",\"second_part\":\"Beyond Numbers: Unveiling the Human Story with Qualitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.<\\/p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Qualitative research allows us to delve into the \\\"why\\\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.<\\/p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.<\\/p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.<\\/p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3432, 1404, '_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\";}}'),
(3433, 1405, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3434, 1405, '_thumbnail_id', '415'),
(3435, 1405, '_elementor_edit_mode', 'builder'),
(3436, 1405, '_elementor_template_type', 'wp-page'),
(3437, 1405, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3438, 1405, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Qualitative Research\\n\",\"second_part\":\"Beyond Numbers: Unveiling the Human Story with Qualitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.<\\/p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Qualitative research allows us to delve into the \\\"why\\\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.<\\/p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.<\\/p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.<\\/p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3439, 1405, '_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\";}}'),
(3440, 1406, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3441, 1406, '_thumbnail_id', '1403'),
(3442, 1406, '_elementor_edit_mode', 'builder'),
(3443, 1406, '_elementor_template_type', 'wp-page'),
(3444, 1406, '_elementor_version', '3.13.4'),
(3445, 1406, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3446, 1406, '_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\";}}'),
(3447, 1398, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3456, 1398, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3457, 1408, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3458, 1408, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3459, 1408, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3460, 1408, 'inline_featured_image', '0'),
(3461, 1408, 'title', 'Unlocking Actionable Insights with Numbers'),
(3462, 1408, '_title', 'field_595f05995871b'),
(3463, 1408, 'subtitle', 'Uncover Patterns, Trends, and Statistical Evidence for Informed Decision-Making'),
(3464, 1408, '_subtitle', 'field_595f06045871c'),
(3465, 1408, 'titlebarLayout', 'default'),
(3466, 1408, '_titlebarLayout', 'field_59fa9e15663bf'),
(3467, 1408, 'titlebarAlign', 'inline'),
(3468, 1408, '_titlebarAlign', 'field_59fa9ed623c88'),
(3469, 1408, 'sidebarPosition', 'default'),
(3470, 1408, '_sidebarPosition', 'field_595f06285871e'),
(3471, 1408, 'sidebar', 'default'),
(3472, 1408, '_sidebar', 'field_595f06905871f'),
(3473, 1408, 'headerStyles', 'default'),
(3474, 1408, '_headerStyles', 'field_60daebf1237b6'),
(3475, 1408, '_thumbnail_id', '1412'),
(3476, 1408, '_elementor_edit_mode', 'builder'),
(3477, 1408, '_elementor_template_type', 'wp-page'),
(3478, 1408, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3479, 1408, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3480, 1408, '_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\";}}'),
(3481, 1408, '_edit_lock', '1685709246:1'),
(3482, 1408, '_edit_last', '1'),
(3486, 1409, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3487, 1409, '_thumbnail_id', '415'),
(3488, 1409, '_elementor_edit_mode', 'builder'),
(3489, 1409, '_elementor_template_type', 'wp-page'),
(3490, 1409, '_elementor_version', '3.13.4'),
(3491, 1409, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3492, 1409, '_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\";}}'),
(3493, 1409, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3494, 1410, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3495, 1410, '_thumbnail_id', '415'),
(3496, 1410, '_elementor_edit_mode', 'builder'),
(3497, 1410, '_elementor_template_type', 'wp-page'),
(3498, 1410, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3499, 1410, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3500, 1410, '_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\";}}'),
(3501, 1410, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3502, 1411, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3503, 1411, '_thumbnail_id', '415'),
(3504, 1411, '_elementor_edit_mode', 'builder'),
(3505, 1411, '_elementor_template_type', 'wp-page'),
(3506, 1411, '_elementor_version', '3.13.4'),
(3507, 1411, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Quantitative Research\\n\",\"second_part\":\" Unleashing the Power of Numbers: Uncover Insights with Quantitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.<\\/p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.<\\/p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.<\\/p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.<\\/p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3508, 1411, '_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\";}}'),
(3509, 1411, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3511, 1412, '_wp_attached_file', '2023/06/quant-data1.jpg'),
(3512, 1412, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:23:\"2023/06/quant-data1.jpg\";s:8:\"filesize\";i:87671;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"quant-data1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8834;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"quant-data1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"quant-data1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"quant-data1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32618;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"quant-data1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92295;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"quant-data1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8834;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"quant-data1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22990;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"quant-data1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3513, 1413, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3514, 1413, '_thumbnail_id', '415'),
(3515, 1413, '_elementor_edit_mode', 'builder'),
(3516, 1413, '_elementor_template_type', 'wp-page'),
(3517, 1413, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3518, 1413, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Quantitative Research\\n\",\"second_part\":\" Unleashing the Power of Numbers: Uncover Insights with Quantitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.<\\/p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.<\\/p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.<\\/p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.<\\/p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3519, 1413, '_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\";}}'),
(3520, 1414, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3521, 1414, '_thumbnail_id', '415'),
(3522, 1414, '_elementor_edit_mode', 'builder'),
(3523, 1414, '_elementor_template_type', 'wp-page'),
(3524, 1414, '_elementor_version', '3.13.4'),
(3525, 1414, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Quantitative Research\\n\",\"second_part\":\" Unleashing the Power of Numbers: Uncover Insights with Quantitative Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.<\\/p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.<\\/p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.<\\/p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.<\\/p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3526, 1414, '_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\";}}'),
(3527, 1415, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3528, 1415, '_thumbnail_id', '1412'),
(3529, 1415, '_elementor_edit_mode', 'builder'),
(3530, 1415, '_elementor_template_type', 'wp-page'),
(3531, 1415, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3532, 1415, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3533, 1415, '_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\";}}'),
(3534, 1408, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3535, 1416, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3536, 1416, '_thumbnail_id', '1412'),
(3537, 1416, '_elementor_edit_mode', 'builder'),
(3538, 1416, '_elementor_template_type', 'wp-page'),
(3539, 1416, '_elementor_version', '3.13.4'),
(3540, 1416, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3541, 1416, '_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\";}}'),
(3542, 1416, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3543, 1417, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3544, 1417, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3545, 1417, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3546, 1417, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3547, 1417, 'inline_featured_image', '0'),
(3548, 1417, 'title', ' Unleash the Potential of Business Research'),
(3549, 1417, '_title', 'field_595f05995871b'),
(3550, 1417, 'subtitle', 'Navigate Markets, Understand Customers, and Drive Success with Data-Driven Strategies'),
(3551, 1417, '_subtitle', 'field_595f06045871c'),
(3552, 1417, 'titlebarLayout', 'default'),
(3553, 1417, '_titlebarLayout', 'field_59fa9e15663bf'),
(3554, 1417, 'titlebarAlign', 'inline'),
(3555, 1417, '_titlebarAlign', 'field_59fa9ed623c88'),
(3556, 1417, 'sidebarPosition', 'default'),
(3557, 1417, '_sidebarPosition', 'field_595f06285871e'),
(3558, 1417, 'sidebar', 'default'),
(3559, 1417, '_sidebar', 'field_595f06905871f'),
(3560, 1417, 'headerStyles', 'default'),
(3561, 1417, '_headerStyles', 'field_60daebf1237b6'),
(3562, 1417, '_thumbnail_id', '1412'),
(3563, 1417, '_elementor_edit_mode', 'builder'),
(3564, 1417, '_elementor_template_type', 'wp-page'),
(3565, 1417, '_elementor_version', '3.13.4'),
(3566, 1417, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Business Research\\n\",\"second_part\":\"Illuminating Pathways: Empowering Decisions with Business Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Empower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.<\\/p><p>At Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Our expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.<\\/p><p>Whether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.<\\/p><p>Partnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.<\\/p><p>Embrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.<\\/p><\\/div><\\/div><\\/div><div class=\\\"flex justify-between lg:block\\\"><div class=\\\"text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-2 md:gap-3 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible\\\"><button class=\\\"flex ml-auto gap-2 rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400\\\"><\\/button><div class=\\\"flex gap-1\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3567, 1417, '_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\";}}'),
(3568, 1417, '_edit_lock', '1685709279:1'),
(3569, 1417, '_edit_last', '1'),
(3572, 1418, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3573, 1418, '_thumbnail_id', '1412'),
(3574, 1418, '_elementor_edit_mode', 'builder'),
(3575, 1418, '_elementor_template_type', 'wp-page'),
(3576, 1418, '_elementor_version', '3.13.4'),
(3577, 1418, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3578, 1418, '_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\";}}'),
(3579, 1418, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3580, 1419, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3581, 1419, '_thumbnail_id', '1412'),
(3582, 1419, '_elementor_edit_mode', 'builder'),
(3583, 1419, '_elementor_template_type', 'wp-page'),
(3584, 1419, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3585, 1419, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3586, 1419, '_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\";}}'),
(3587, 1420, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3588, 1420, '_thumbnail_id', '1412'),
(3589, 1420, '_elementor_edit_mode', 'builder'),
(3590, 1420, '_elementor_template_type', 'wp-page'),
(3591, 1420, '_elementor_version', '3.13.4'),
(3592, 1420, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3593, 1420, '_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\";}}'),
(3594, 1421, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3595, 1421, '_thumbnail_id', '1412'),
(3596, 1421, '_elementor_edit_mode', 'builder'),
(3597, 1421, '_elementor_template_type', 'wp-page'),
(3598, 1421, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3599, 1421, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Business Research\\n\",\"second_part\":\"Illuminating Pathways: Empowering Decisions with Business Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Empower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.<\\/p><p>At Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Our expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.<\\/p><p>Whether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.<\\/p><p>Partnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.<\\/p><p>Embrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.<\\/p><\\/div><\\/div><\\/div><div class=\\\"flex justify-between lg:block\\\"><div class=\\\"text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-2 md:gap-3 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible\\\"><button class=\\\"flex ml-auto gap-2 rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400\\\"><\\/button><div class=\\\"flex gap-1\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3600, 1421, '_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\";}}'),
(3601, 1417, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3602, 1422, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3603, 1422, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3604, 1422, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3605, 1422, 'inline_featured_image', '0'),
(3606, 1422, 'title', 'Unveiling Deep Insights through Face-to-Face Research'),
(3607, 1422, '_title', 'field_595f05995871b'),
(3608, 1422, 'subtitle', 'Capturing Authentic Perspectives for Informed Decision-Making and Meaningful Engagement'),
(3609, 1422, '_subtitle', 'field_595f06045871c'),
(3610, 1422, 'titlebarLayout', 'default'),
(3611, 1422, '_titlebarLayout', 'field_59fa9e15663bf'),
(3612, 1422, 'titlebarAlign', 'inline'),
(3613, 1422, '_titlebarAlign', 'field_59fa9ed623c88'),
(3614, 1422, 'sidebarPosition', 'default'),
(3615, 1422, '_sidebarPosition', 'field_595f06285871e'),
(3616, 1422, 'sidebar', 'default'),
(3617, 1422, '_sidebar', 'field_595f06905871f'),
(3618, 1422, 'headerStyles', 'default'),
(3619, 1422, '_headerStyles', 'field_60daebf1237b6'),
(3620, 1422, '_thumbnail_id', '1441'),
(3621, 1422, '_elementor_edit_mode', 'builder'),
(3622, 1422, '_elementor_template_type', 'wp-page'),
(3623, 1422, '_elementor_version', '3.13.4'),
(3624, 1422, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3625, 1422, '_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\";}}'),
(3626, 1422, '_edit_lock', '1685709854:1'),
(3627, 1422, '_edit_last', '1'),
(3631, 1423, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3632, 1423, '_thumbnail_id', '415'),
(3633, 1423, '_elementor_edit_mode', 'builder'),
(3634, 1423, '_elementor_template_type', 'wp-page'),
(3635, 1423, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3636, 1423, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3637, 1423, '_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\";}}'),
(3638, 1423, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3639, 1424, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3640, 1424, '_thumbnail_id', '415'),
(3641, 1424, '_elementor_edit_mode', 'builder'),
(3642, 1424, '_elementor_template_type', 'wp-page'),
(3643, 1424, '_elementor_version', '3.13.4'),
(3644, 1424, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3645, 1424, '_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\";}}'),
(3646, 1424, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3647, 1425, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3648, 1425, '_thumbnail_id', '415'),
(3649, 1425, '_elementor_edit_mode', 'builder'),
(3650, 1425, '_elementor_template_type', 'wp-page'),
(3651, 1425, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3652, 1425, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3653, 1425, '_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\";}}'),
(3654, 1425, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3656, 1426, '_wp_attached_file', '2023/06/p076b6c0.jpg'),
(3657, 1426, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2023/06/p076b6c0.jpg\";s:8:\"filesize\";i:242125;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"p076b6c0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11138;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"p076b6c0-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"p076b6c0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6012;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"p076b6c0-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47160;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"p076b6c0-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149220;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"p076b6c0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11138;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"p076b6c0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32128;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"p076b6c0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3658, 1427, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3659, 1427, '_thumbnail_id', '415'),
(3660, 1427, '_elementor_edit_mode', 'builder'),
(3661, 1427, '_elementor_template_type', 'wp-page'),
(3662, 1427, '_elementor_version', '3.13.4'),
(3663, 1427, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3664, 1427, '_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\";}}'),
(3665, 1428, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3666, 1428, '_thumbnail_id', '415'),
(3667, 1428, '_elementor_edit_mode', 'builder'),
(3668, 1428, '_elementor_template_type', 'wp-page'),
(3669, 1428, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3670, 1428, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3671, 1428, '_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\";}}'),
(3672, 1429, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3673, 1429, '_thumbnail_id', '1426'),
(3674, 1429, '_elementor_edit_mode', 'builder'),
(3675, 1429, '_elementor_template_type', 'wp-page'),
(3676, 1429, '_elementor_version', '3.13.4'),
(3677, 1429, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3678, 1429, '_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\";}}'),
(3680, 1430, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3681, 1430, '_thumbnail_id', '1426'),
(3682, 1430, '_elementor_edit_mode', 'builder'),
(3683, 1430, '_elementor_template_type', 'wp-page'),
(3684, 1430, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3685, 1430, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3686, 1430, '_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\";}}'),
(3687, 1431, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3688, 1431, '_thumbnail_id', '1426'),
(3689, 1431, '_elementor_edit_mode', 'builder'),
(3690, 1431, '_elementor_template_type', 'wp-page'),
(3691, 1431, '_elementor_version', '3.13.4'),
(3692, 1431, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3693, 1431, '_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\";}}'),
(3694, 1432, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3695, 1432, '_thumbnail_id', '1426'),
(3696, 1432, '_elementor_edit_mode', 'builder'),
(3697, 1432, '_elementor_template_type', 'wp-page'),
(3698, 1432, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3699, 1432, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3700, 1432, '_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\";}}'),
(3741, 1435, '_menu_item_type', 'post_type'),
(3742, 1435, '_menu_item_menu_item_parent', '1326'),
(3743, 1435, '_menu_item_object_id', '1417'),
(3744, 1435, '_menu_item_object', 'page'),
(3745, 1435, '_menu_item_target', ''),
(3746, 1435, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3747, 1435, '_menu_item_xfn', ''),
(3748, 1435, '_menu_item_url', ''),
(3750, 1436, '_menu_item_type', 'post_type'),
(3751, 1436, '_menu_item_menu_item_parent', '1326'),
(3752, 1436, '_menu_item_object_id', '1422'),
(3753, 1436, '_menu_item_object', 'page'),
(3754, 1436, '_menu_item_target', ''),
(3755, 1436, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3756, 1436, '_menu_item_xfn', ''),
(3757, 1436, '_menu_item_url', ''),
(3759, 1437, '_menu_item_type', 'post_type'),
(3760, 1437, '_menu_item_menu_item_parent', '1326'),
(3761, 1437, '_menu_item_object_id', '128'),
(3762, 1437, '_menu_item_object', 'page'),
(3763, 1437, '_menu_item_target', ''),
(3764, 1437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3765, 1437, '_menu_item_xfn', ''),
(3766, 1437, '_menu_item_url', ''),
(3768, 1438, '_menu_item_type', 'post_type'),
(3769, 1438, '_menu_item_menu_item_parent', '1326'),
(3770, 1438, '_menu_item_object_id', '1398'),
(3771, 1438, '_menu_item_object', 'page'),
(3772, 1438, '_menu_item_target', ''),
(3773, 1438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3774, 1438, '_menu_item_xfn', ''),
(3775, 1438, '_menu_item_url', ''),
(3777, 1439, '_menu_item_type', 'post_type'),
(3778, 1439, '_menu_item_menu_item_parent', '1326'),
(3779, 1439, '_menu_item_object_id', '1408'),
(3780, 1439, '_menu_item_object', 'page'),
(3781, 1439, '_menu_item_target', ''),
(3782, 1439, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3783, 1439, '_menu_item_xfn', ''),
(3784, 1439, '_menu_item_url', ''),
(3786, 1440, '_menu_item_type', 'post_type'),
(3787, 1440, '_menu_item_menu_item_parent', '1326'),
(3788, 1440, '_menu_item_object_id', '1380'),
(3789, 1440, '_menu_item_object', 'page'),
(3790, 1440, '_menu_item_target', ''),
(3791, 1440, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3792, 1440, '_menu_item_xfn', ''),
(3793, 1440, '_menu_item_url', ''),
(3795, 1408, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3796, 1417, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676916;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3798, 1441, '_wp_attached_file', '2023/06/1531745196840.jpg'),
(3799, 1441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:597;s:4:\"file\";s:25:\"2023/06/1531745196840.jpg\";s:8:\"filesize\";i:147594;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"1531745196840-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"1531745196840-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"1531745196840-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59825;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"1531745196840-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13774;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"1531745196840-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40750;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"1531745196840-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3800, 1442, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3801, 1442, '_thumbnail_id', '1426'),
(3802, 1442, '_elementor_edit_mode', 'builder'),
(3803, 1442, '_elementor_template_type', 'wp-page'),
(3804, 1442, '_elementor_version', '3.13.4'),
(3805, 1442, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3806, 1442, '_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\";}}'),
(3807, 1442, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676927;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3808, 1443, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3809, 1443, '_thumbnail_id', '1426'),
(3810, 1443, '_elementor_edit_mode', 'builder'),
(3811, 1443, '_elementor_template_type', 'wp-page'),
(3812, 1443, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3813, 1443, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3814, 1443, '_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\";}}'),
(3815, 1443, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676927;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3816, 1444, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3817, 1444, '_thumbnail_id', '1441'),
(3818, 1444, '_elementor_edit_mode', 'builder'),
(3819, 1444, '_elementor_template_type', 'wp-page'),
(3820, 1444, '_elementor_version', '3.13.4'),
(3821, 1444, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3822, 1444, '_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\";}}'),
(3823, 1444, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676927;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3824, 1422, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(3833, 1446, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3834, 1446, '_thumbnail_id', '513'),
(3835, 1446, '_elementor_edit_mode', 'builder'),
(3836, 1446, '_elementor_template_type', 'wp-page'),
(3837, 1446, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3838, 1446, '_elementor_data', '[{\"id\":\"5dab7c9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a90500\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"f7fdb57\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"36c94f3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"f916ddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eb68964\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"7e437cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a161d46\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"3ee935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b2c9d65\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12b9441\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"49c81dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"104c449\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"460f923\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e7c7ed\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a8010da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"e6e35ee\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"944391f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"23afb61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3811b\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2a71a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"94a0e6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"96b71be\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"21bafa4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"18257d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"bcdc410\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"8b77ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"d4f431c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"42c93c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"f21554c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"91aef84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/work\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b25dc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fd607b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"3d66bcd\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"5f96061\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d272b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"8ae841d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bcb2e12\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(3839, 1446, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:11:{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\";}}'),
(3840, 1446, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:12:\"second_color\";i:2;s:28:\"second_typography_typography\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:9;s:14:\"services_title\";i:9;s:20:\"services_description\";i:9;s:11:\"button_text\";i:9;s:10:\"button_url\";i:6;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:8:{s:23:\"container_border_border\";i:4;s:22:\"container_border_width\";i:7;s:22:\"container_border_color\";i:7;s:17:\"container_padding\";i:9;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:9;s:14:\"icon_font_size\";i:9;s:9:\"icon_size\";i:9;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:9;s:11:\"title_order\";i:9;s:10:\"desc_order\";i:6;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:9;s:16:\"_animation_delay\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;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:13;s:21:\"space_between_widgets\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:7;s:3:\"gap\";i:3;s:8:\"html_tag\";i:4;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:2;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:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:6:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(3841, 1446, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675140;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3842, 1447, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3843, 1447, '_elementor_edit_mode', 'builder'),
(3844, 1447, '_elementor_template_type', 'wp-page'),
(3845, 1447, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3846, 1447, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3847, 1447, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}'),
(3848, 1448, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3849, 1448, '_elementor_edit_mode', 'builder'),
(3850, 1448, '_elementor_template_type', 'wp-page'),
(3851, 1448, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3852, 1448, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"63aaf27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"389945f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09e3e61\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Brand Strategy\",\"services_description\":\"Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.\",\"button_text\":\"Talk Brand Strategy\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/brand-strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"9f3f623\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bcd9596\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Web Development\",\"services_description\":\"Future-proof your website against the ever evolving online world with a well orchestrated web strategy.\",\"button_text\":\"Talk Web Development\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/website-design\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"1bd9288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2222912\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Digital Marketing\",\"services_description\":\"Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24\\/7 at a low cost.\",\"button_text\":\"Talk Digital Marketing\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e02981a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eab950c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b394c2\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"A Collection of Our Work\",\"second_part\":\"We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology\",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"instance_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"first_vertical_alignment\":\"flex-start\",\"first_text_alignment\":\"left\",\"second_vertical_alignment\":\"flex-start\",\"second_text_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e2ffe42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"2556f28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d16944d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style3\\\" columns=\\\"1\\\" limit=\\\"1\\\" offset=\\\"1\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"996d4a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc21ce\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[projects mode=\\\"style2\\\" columns=\\\"2\\\" limit=\\\"4\\\" offset=\\\"2\\\" filter=\\\"no\\\" thumbnail_size=\\\"630x630\\\" readmore_text=\\\"View Project\\\"]\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c0cd1de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"content_position\":\"middle\",\"html_tag\":\"div\",\"structure\":\"40\"},\"elements\":[{\"id\":\"e0c8bcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fbb59a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"9924c26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted by Leading Brands:\",\"header_size\":\"p\",\"align\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1108b09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"561499f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/logo-brand.svg\",\"id\":374,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9f00db1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful marketing strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Creative\",\"services_description\":\"Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Targeting\",\"services_description\":\"Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Optimisation\",\"services_description\":\"Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3853, 1448, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}'),
(3854, 1449, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3855, 1449, '_elementor_edit_mode', 'builder'),
(3856, 1449, '_elementor_template_type', 'wp-page'),
(3857, 1449, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3858, 1449, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3859, 1449, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:15:{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\";i:14;s:12:\"e-animations\";}}'),
(3870, 1451, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3871, 1451, '_thumbnail_id', '472'),
(3872, 1451, '_elementor_edit_mode', 'builder'),
(3873, 1451, '_elementor_template_type', 'wp-page'),
(3874, 1451, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3875, 1451, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3876, 1451, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(3877, 1451, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671628;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3878, 1452, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3879, 1452, '_thumbnail_id', '472'),
(3880, 1452, '_elementor_edit_mode', 'builder'),
(3881, 1452, '_elementor_template_type', 'wp-page'),
(3882, 1452, '_elementor_version', '3.13.4'),
(3883, 1452, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9869b71\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"#\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(3884, 1452, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(3885, 1452, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671628;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3886, 1453, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3887, 1453, '_thumbnail_id', '472'),
(3888, 1453, '_elementor_edit_mode', 'builder'),
(3889, 1453, '_elementor_template_type', 'wp-page'),
(3890, 1453, '_elementor_version', '3.13.4'),
(3891, 1453, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(3892, 1453, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(3893, 1453, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671628;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3896, 1454, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3897, 1454, '_elementor_edit_mode', 'builder'),
(3898, 1454, '_elementor_template_type', 'wp-page'),
(3899, 1454, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3900, 1454, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3901, 1454, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3902, 1454, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678169;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:11;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3903, 1455, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3904, 1455, '_elementor_edit_mode', 'builder'),
(3905, 1455, '_elementor_template_type', 'wp-page'),
(3906, 1455, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3907, 1455, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Factors That Make us The Best option For Your Digital Marketing.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We strive to understand our client\\u2019s business goals first. Then all decisions are made with those goals in mind.\",\"button_text\":\"Find Out More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.\",\"button_text\":\"Meet The Team\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/about-us\\/our-team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Talk to Customer Support\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3908, 1455, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3909, 1455, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678169;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:11;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3910, 1456, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3911, 1456, '_elementor_edit_mode', 'builder'),
(3912, 1456, '_elementor_template_type', 'wp-page'),
(3913, 1456, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3914, 1456, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3915, 1456, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3916, 1456, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678169;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:11;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3918, 1457, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3919, 1457, '_elementor_edit_mode', 'builder'),
(3920, 1457, '_elementor_template_type', 'wp-page'),
(3921, 1457, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3922, 1457, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3923, 1457, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3924, 1458, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3925, 1458, '_elementor_edit_mode', 'builder'),
(3926, 1458, '_elementor_template_type', 'wp-page'),
(3927, 1458, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3928, 1458, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3929, 1458, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3930, 1459, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3931, 1459, '_elementor_edit_mode', 'builder'),
(3932, 1459, '_elementor_template_type', 'wp-page'),
(3933, 1459, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3934, 1459, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3935, 1459, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3937, 1460, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3938, 1460, '_elementor_edit_mode', 'builder'),
(3939, 1460, '_elementor_template_type', 'wp-page'),
(3940, 1460, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3941, 1460, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3942, 1460, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3943, 1461, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3944, 1461, '_elementor_edit_mode', 'builder'),
(3945, 1461, '_elementor_template_type', 'wp-page'),
(3946, 1461, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3947, 1461, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bdc52f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51d0d40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"b4c8912\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Latest news and insights\",\"second_part\":\"The latest News, Developments and Insights from our Experts.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"6c1f65e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"20\"},\"elements\":[{\"id\":\"8c676bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ec49044\",\"elType\":\"widget\",\"settings\":{\"number\":1,\"columns\":\"1\",\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":15,\"show_comments\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"aebcabf\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d9c8ef3\",\"meta_format\":\"%s\"}],\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true},{\"id\":\"f0b3672\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"e920a8b\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"2\",\"post_offset\":1,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6a81f3d\",\"meta_format\":\"%s\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b96537b\",\"meta_format\":\"%s\"}],\"columns_tablet\":\"2\",\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3948, 1461, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3949, 1462, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3950, 1462, '_elementor_edit_mode', 'builder'),
(3951, 1462, '_elementor_template_type', 'wp-page'),
(3952, 1462, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3953, 1462, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3954, 1462, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:16:{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\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),
(3956, 121, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678261;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:6;s:8:\"fa-solid\";i:8;s:0:\"\";i:11;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3964, 1464, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3965, 1464, '_elementor_edit_mode', 'builder'),
(3966, 1464, '_elementor_template_type', 'wp-page'),
(3967, 1464, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3968, 1464, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3969, 1464, '_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\";}}'),
(3970, 1465, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3971, 1465, '_elementor_edit_mode', 'builder'),
(3972, 1465, '_elementor_template_type', 'wp-page'),
(3973, 1465, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3974, 1465, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to grow your business?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contact us to work with a results-driven digital marketing agency<\\/p>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: 0712 610 33 181<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5993214\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"160\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"de3041c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d8f4017\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"Creative and flawless execution with a sense of urgency and focus on results is how I\\u2019d describe the MarLab team.\",\"item_name\":\"Mrs. Linda - Group Head of Digital Communications\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t1.jpg\",\"id\":466,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Creative and Flawless Execution\"},{\"item_comment\":\"MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.\",\"item_name\":\"Pam Hurley - President Hurley Write Inc.\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t2.jpg\",\"id\":467,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"MarLab has Been Invaluable\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!\",\"item_name\":\"Robin Colbeck - Marketing Communications Manager\",\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/t3.jpg\",\"id\":468,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Great Support and Guidance\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"_animation\":\"fadeIn\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3975, 1465, '_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\";}}'),
(3976, 1466, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3977, 1466, '_elementor_edit_mode', 'builder'),
(3978, 1466, '_elementor_template_type', 'wp-page'),
(3979, 1466, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3980, 1466, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: <\\/a><a href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/?elementor-preview=71&amp;ver=1685677083#\\\">+91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3981, 1466, '_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\";}}'),
(3983, 1467, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3984, 1467, '_elementor_edit_mode', 'builder'),
(3985, 1467, '_elementor_template_type', 'wp-page'),
(3986, 1467, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3987, 1467, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: <\\/a><a href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/?elementor-preview=71&amp;ver=1685677083#\\\">+91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3988, 1467, '_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\";}}'),
(3989, 1468, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3990, 1468, '_elementor_edit_mode', 'builder'),
(3991, 1468, '_elementor_template_type', 'wp-page'),
(3992, 1468, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3993, 1468, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a><br \\/><a class=\\\"button white\\\" href=\\\"#\\\">Call: <\\/a><a href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/?elementor-preview=71&amp;ver=1685677083#\\\">+91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(3994, 1468, '_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\";}}'),
(3995, 1469, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(3996, 1469, '_elementor_edit_mode', 'builder'),
(3997, 1469, '_elementor_template_type', 'wp-page'),
(3998, 1469, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3999, 1469, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4000, 1469, '_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\";}}'),
(4003, 123, '_edit_lock', '1685678965:1'),
(4004, 1470, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4005, 1470, '_thumbnail_id', '241'),
(4006, 1470, '_elementor_edit_mode', 'builder'),
(4007, 1470, '_elementor_template_type', 'wp-page'),
(4008, 1470, '_elementor_version', '3.4.4'),
(4009, 1470, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Office Hours Monday - Saturday From 07:00 AM - 18:00 PM\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/clock-1.svg\",\"id\":284},\"library\":\"svg\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: 0712 610 33 181\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4010, 1470, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4011, 1470, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671790;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4012, 1471, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4013, 1471, '_thumbnail_id', '241'),
(4014, 1471, '_elementor_edit_mode', 'builder'),
(4015, 1471, '_elementor_template_type', 'wp-page'),
(4016, 1471, '_elementor_version', '3.4.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4017, 1471, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Office Hours Monday - Saturday From 07:00 AM - 18:00 PM\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/clock-1.svg\",\"id\":284},\"library\":\"svg\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: 0712 610 33 181\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4018, 1471, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4019, 1471, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671790;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4020, 1472, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4021, 1472, '_thumbnail_id', '241'),
(4022, 1472, '_elementor_edit_mode', 'builder'),
(4023, 1472, '_elementor_template_type', 'wp-page'),
(4024, 1472, '_elementor_version', '3.4.4'),
(4025, 1472, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Email us for any further queries : info@burgeonmarketresearch.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: +91 874 400 5096\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50,\"align\":\"center\"},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4026, 1472, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4027, 1472, '_elementor_css', 'a:6:{s:4:\"time\";i:1685671790;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4029, 1473, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4030, 1473, '_thumbnail_id', '241'),
(4031, 1473, '_elementor_edit_mode', 'builder'),
(4032, 1473, '_elementor_template_type', 'wp-page'),
(4033, 1473, '_elementor_version', '3.13.4'),
(4034, 1473, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Email us for any further queries : info@burgeonmarketresearch.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: +91 874 400 5096\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50,\"align\":\"center\"},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4035, 1473, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4036, 1474, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4037, 1474, '_thumbnail_id', '241'),
(4038, 1474, '_elementor_edit_mode', 'builder'),
(4039, 1474, '_elementor_template_type', 'wp-page'),
(4040, 1474, '_elementor_version', '3.13.4'),
(4041, 1474, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Email us for any further queries : info@burgeonmarketresearch.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: +91 874 400 5096\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50,\"align\":\"center\"},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4042, 1474, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4043, 1475, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4044, 1475, '_thumbnail_id', '241'),
(4045, 1475, '_elementor_edit_mode', 'builder'),
(4046, 1475, '_elementor_template_type', 'wp-page'),
(4047, 1475, '_elementor_version', '3.13.4'),
(4048, 1475, '_elementor_data', '[{\"id\":\"d83ceaf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"2628fbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8dd288e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"2307 Beverley Rd Brooklyn, New York 11226 United States.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/square-pin-1.svg\",\"id\":288},\"library\":\"svg\"},\"_id\":\"e510389\"},{\"text\":\"Email us for any further queries : info@burgeonmarketresearch.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e251331\"},{\"text\":\"We would love to hear from you! Tel: +91 874 400 5096\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/telephone-1.svg\",\"id\":289},\"library\":\"svg\"},\"_id\":\"91a9032\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b474a22\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b43ccc8\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"3\",\"bottom\":\"8\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"2\",\"bottom\":\"12\",\"left\":\"2\",\"isLinked\":false},\"html_tag\":\"div\"},\"elements\":[{\"id\":\"c5377b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"0cb032f\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":50,\"align\":\"center\"},\"elements\":[{\"id\":\"3ed6f43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Submit a Request\",\"second_part\":\"Give us a Call, send us an Email, or fill out the Form below.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"second_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"second_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"4db6c0b\",\"elType\":\"widget\",\"settings\":{\"_animation\":\"bounceInUp\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false},{\"id\":\"2c9a6fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(4049, 1475, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(4050, 123, '_elementor_controls_usage', 'a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i: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:2:{s:9:\"icon_size\";i:1;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:2:{s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:8:\"html_tag\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:1;s:11:\"second_part\";i:1;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:1;s:13:\"second_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(4053, 123, '_elementor_css', 'a:6:{s:4:\"time\";i:1685679095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4054, 750, '_config_errors', 'a:2:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(4056, 298, '_config_errors', 'a:2:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(4057, 272, '_config_errors', 'a:2:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:51:\"Invalid mailbox syntax is used in the %name% field.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),
(4058, 1476, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4059, 1476, '_elementor_edit_mode', 'builder'),
(4060, 1476, '_elementor_template_type', 'wp-page'),
(4061, 1476, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4062, 1476, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4063, 1476, '_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\";}}'),
(4064, 1476, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678627;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:16;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4065, 1477, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4066, 1477, '_elementor_edit_mode', 'builder'),
(4067, 1477, '_elementor_template_type', 'wp-page'),
(4068, 1477, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4069, 1477, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose MarLab?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Bring Innovative Thinking\",\"item_text\":\"For Customers\",\"item_link\":\"https:\\/\\/mar.21lab.co\\/work\\/\",\"_id\":\"ab257dc\",\"item_button_text\":\"View Success Stories\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4070, 1477, '_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\";}}'),
(4071, 1477, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678627;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:16;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4072, 1478, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4073, 1478, '_elementor_edit_mode', 'builder'),
(4074, 1478, '_elementor_template_type', 'wp-page'),
(4075, 1478, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4076, 1478, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose Burgeon?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Premium Support\",\"item_text\":\"For Customers\",\"item_link\":\"#\",\"_id\":\"ab257dc\",\"item_button_text\":\"Contact Us\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4077, 1478, '_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\";}}'),
(4078, 1478, '_elementor_css', 'a:6:{s:4:\"time\";i:1685678627;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:16;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4081, 1479, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4082, 1479, '_elementor_edit_mode', 'builder'),
(4083, 1479, '_elementor_template_type', 'wp-page'),
(4084, 1479, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4085, 1479, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose Burgeon?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Premium Support\",\"item_text\":\"For Customers\",\"item_link\":\"#\",\"_id\":\"ab257dc\",\"item_button_text\":\"Contact Us\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4086, 1479, '_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\";}}'),
(4087, 1480, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4088, 1480, '_elementor_edit_mode', 'builder'),
(4089, 1480, '_elementor_template_type', 'wp-page'),
(4090, 1480, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4091, 1480, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose Burgeon?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Premium Support\",\"item_text\":\"For Customers\",\"item_link\":\"#\",\"_id\":\"ab257dc\",\"item_button_text\":\"Contact Us\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Marketing Solutions. <strong><a class=\\\"link\\\" href=\\\"https:\\/\\/mar.21lab.co\\/about-us\\/\\\">Find Out More<\\/a><\\/strong><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Projects Developed Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":150,\"suffix\":\"+\",\"title\":\"Percent Growth Month over Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"ending_number\":735,\"suffix\":\"+\",\"title\":\"Have Achieved the Results they wanted\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4092, 1480, '_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\";}}'),
(4093, 1481, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4094, 1481, '_elementor_edit_mode', 'builder'),
(4095, 1481, '_elementor_template_type', 'wp-page'),
(4096, 1481, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4097, 1481, '_elementor_data', '[{\"id\":\"55f7c17\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\"},\"elements\":[{\"id\":\"11a420c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55685a1\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Homepage 1\",\"shortcode\":\"[rev_slider alias=\\\"homepage-1\\\" slidertitle=\\\"Homepage 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45fadda\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#FF5100\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"195\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9eecee9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"af50765\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Learn a Little More About us\",\"second_part\":\"Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. \",\"before_deco_type\":\"none\",\"instance_alignment_horizontal\":\"flex-start\",\"first_color\":\"#FFFFFF\",\"first_vertical_alignment\":\"\",\"first_text_alignment\":\"left\",\"second_color\":\"#FFFFFF\",\"second_vertical_alignment\":\"\",\"second_text_alignment\":\"left\",\"first_typography_typography\":\"custom\",\"first_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"first_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8fb6b50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#EFF4FF\",\"background_color_b\":\"#FEE3D0\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70edd81\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":45},\"elements\":[{\"id\":\"2ce1bb7\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i1.jpg\",\"id\":339,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"How We Can Help?\",\"item_text\":\"Our Services\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/\",\"_id\":\"eebf655\",\"item_button_text\":\"View All Services\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i2.jpg\",\"id\":340,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Why Choose Burgeon?\",\"item_text\":\"Our expertise\",\"item_link\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/about-us\\/\",\"_id\":\"a0ca946\",\"item_button_text\":\"What Makes us Special\"},{\"item_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/i3.jpg\",\"id\":341,\"alt\":\"\",\"source\":\"library\"},\"item_title\":\"Premium Support\",\"item_text\":\"For Customers\",\"item_link\":\"#\",\"_id\":\"ab257dc\",\"item_button_text\":\"Contact Us\"}],\"slides_to_show\":\"3\",\"dots\":\"true\",\"autoplay\":\"\",\"infinite\":\"\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_animation\":\"slideInUp\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-carousel\"},{\"id\":\"a0f8bd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-section elementor-top-section elementor-element elementor-element-ace796f elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ace796f\\\" data-element_type=\\\"section\\\"><div class=\\\"elementor-container elementor-column-gap-default\\\"><div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-22e9072\\\" data-id=\\\"22e9072\\\" data-element_type=\\\"column\\\"><div class=\\\"elementor-widget-wrap elementor-element-populated\\\"><div class=\\\"elementor-element elementor-element-1561535 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1561535\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2677cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#A69CAA4D\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"12f3662\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"What We Do\",\"second_part\":\"We Believe in Building Strong Brands and Integrated Strategies.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e6b8289\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"22\",\"right\":0,\"bottom\":\"22\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"8f3a56a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3c6f06a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Quantitative Research\",\"services_description\":\"\\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/quantitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f36c728\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5b7e4f2\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Business Research\",\"services_description\":\"Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/business-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a7feaa1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab4f86a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Face 2 Face Research\",\"services_description\":\"In case of Face to face research the interviewer physically travels to the respondent\\u2019s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/face-2-face-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3d976e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"8cb776a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ffc37b8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bulb-63.svg\",\"id\":346},\"library\":\"svg\"},\"services_title\":\"Primary Research\",\"services_description\":\"At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/primary-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"5df40c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c60cfd\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/note-code.svg\",\"id\":366},\"library\":\"svg\"},\"services_title\":\"Secondary Research\",\"services_description\":\"By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\\n\\n\\n\",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/index.php\\/services\\/qualitative-research\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"a47e556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"align_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4be2f74\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/radar.svg\",\"id\":367},\"library\":\"svg\"},\"services_title\":\"Qualitative Research\",\"services_description\":\"Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. \",\"button_text\":\"Read More\",\"button_url\":{\"url\":\"https:\\/\\/mar.21lab.co\\/services\\/digital-marketing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a5c6025\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#FFF7F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7686d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"13e19ca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9bca62f\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"aebbbc2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f63fad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ef68c96\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/tactic.svg\",\"id\":387},\"library\":\"svg\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"287ab26\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"259143c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/crosshair.svg\",\"id\":386},\"library\":\"svg\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"\",\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4c76488\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"accdbb8\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/algorithm.svg\",\"id\":385},\"library\":\"svg\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"container_border_color\":\"#A69CAA33\",\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_bg_color\":\"#FF5100\",\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9159c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button white\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93f0201\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg.jpg\",\"id\":395,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17b8dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"ef87f03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready To Start A Project With Us?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Brygada 1918\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fbb0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Ready to Unlock the Power of Market Research and Drive Business Growth?<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#E2E6EC\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"36\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fbf4f80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"grBtn\\\"><a class=\\\"button accent\\\" href=\\\"#\\\">Get to Know us Better<\\/a>\\n<a class=\\\"button white\\\" href=\\\"#\\\">Call: +91 874 400 5096<\\/a><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a34ea4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF33\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd2f56d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"6ee659f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"824edd3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"dab25a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4133da\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"446ffd8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"14c3ceb\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FFFFFF\",\"title_color\":\"#A69CAA\",\"typography_number_typography\":\"custom\",\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"03dab37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5629d0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"82ee59a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"43d3792\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Why choose marlab\",\"second_part\":\"3 Reasons to Choose Us for Your Market Research Needs\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#424F65\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"instance_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"e07e664\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fdeddeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"dfc0798\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"4e1fa0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"78705a5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_border\":\"solid\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"44791fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"animation\":\"fadeIn\",\"animation_delay\":400},\"elements\":[{\"id\":\"e56262b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"85ac9e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/services\\/\\\">Still not Sure?<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60628e5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/bg-bottom.jpg\",\"id\":415,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52ff6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4b03d\",\"elType\":\"widget\",\"settings\":{\"slides_to_show\":\"2\",\"dots\":\"\",\"item_list\":[{\"item_comment\":\"I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!\",\"item_name\":\"John Smith\",\"_id\":\"6249784\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Excellent Services and Invaluable Insights\"},{\"item_comment\":\"Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.\",\"item_name\":\"Emily Johnson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"Exceptional Research Partner\",\"_id\":\"d54a6f0\"},{\"item_comment\":\"Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!\",\"item_name\":\"Sarah Thompson\",\"item_image\":{\"url\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2023\\/06\\/User-avatar.svg.png\",\"id\":1332,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\" Reliable and Thorough\",\"_id\":\"e7de89b\"}],\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"comment_color\":\"\",\"comment_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"comment_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"autoplay\":\"\",\"arrows\":\"true\",\"title_custom_width\":\"yes\",\"title_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"comment_typography_typography\":\"custom\",\"comment_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_animation\":\"fadeIn\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jw-testimonials\"}],\"isInner\":false}],\"isInner\":false}]'),
(4098, 1481, '_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\";}}'),
(4099, 71, '_elementor_controls_usage', 'a:11:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:22;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:22;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:15:\"animation_delay\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:8:\"html_tag\";i:8;s:13:\"content_width\";i:11;s:3:\"gap\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:3;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:4;s:11:\"second_part\";i:4;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:4;}}s:5:\"style\";a:3:{s:21:\"section_general_style\";a:4:{s:29:\"instance_alignment_horizontal\";i:1;s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:3;s:16:\"instance_padding\";i:3;}s:24:\"section_first_part_style\";a:4:{s:11:\"first_color\";i:1;s:24:\"first_vertical_alignment\";i:1;s:20:\"first_text_alignment\";i:1;s:27:\"first_typography_typography\";i:1;}s:25:\"section_second_part_style\";a:4:{s:12:\"second_color\";i:4;s:25:\"second_vertical_alignment\";i:1;s:21:\"second_text_alignment\";i:1;s:28:\"second_typography_typography\";i:3;}}}}s:11:\"jw-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:4:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:26:\"section_additional_options\";a:2:{s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;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:2:{s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:12;s:14:\"services_title\";i:12;s:20:\"services_description\";i:12;s:11:\"button_text\";i:12;s:10:\"button_url\";i:9;}}s:5:\"style\";a:4:{s:30:\"section_services_general_style\";a:4:{s:23:\"container_border_border\";i:8;s:22:\"container_border_width\";i:8;s:22:\"container_border_color\";i:9;s:17:\"container_padding\";i:12;}s:27:\"section_services_icon_style\";a:5:{s:19:\"icon_cover_location\";i:12;s:14:\"icon_font_size\";i:12;s:9:\"icon_size\";i:12;s:13:\"icon_bg_color\";i:3;s:15:\"icon_box_margin\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:9;s:11:\"title_order\";i:9;s:10:\"desc_order\";i:9;}s:28:\"section_services_title_style\";a:1:{s:12:\"title_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:10;s:16:\"_animation_delay\";i:6;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:2:{s:12:\"number_color\";i:3;s:28:\"typography_number_typography\";i:3;}s:13:\"section_title\";a:2:{s:11:\"title_color\";i:3;s:27:\"typography_title_typography\";i:3;}}}}s:15:\"jw-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:16:\"section_settings\";a:6:{s:14:\"slides_to_show\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:6:\"arrows\";i:1;s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;}s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_item_style\";a:1:{s:11:\"item_margin\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:19:\"section_title_style\";a:3:{s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;s:18:\"title_custom_width\";i:1;}s:21:\"section_comment_style\";a:8:{s:13:\"comment_color\";i:1;s:13:\"comment_width\";i:1;s:21:\"comment_border_radius\";i:1;s:15:\"comment_padding\";i:1;s:14:\"comment_margin\";i:1;s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:29:\"comment_typography_typography\";i:1;}s:18:\"section_name_style\";a:2:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(4100, 1482, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4101, 1482, '_thumbnail_id', '472'),
(4102, 1482, '_elementor_edit_mode', 'builder'),
(4103, 1482, '_elementor_template_type', 'wp-page'),
(4104, 1482, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4105, 1482, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4106, 1482, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4107, 1482, '_elementor_css', 'a:6:{s:4:\"time\";i:1685707422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4108, 1483, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4109, 1483, '_thumbnail_id', '472'),
(4110, 1483, '_elementor_edit_mode', 'builder'),
(4111, 1483, '_elementor_template_type', 'wp-page'),
(4112, 1483, '_elementor_version', '3.13.4'),
(4113, 1483, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"https:\\/\\/mar.21lab.co\\/contact\\/\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4114, 1483, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4115, 1483, '_elementor_css', 'a:6:{s:4:\"time\";i:1685707422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4116, 1484, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4117, 1484, '_thumbnail_id', '472'),
(4118, 1484, '_elementor_edit_mode', 'builder'),
(4119, 1484, '_elementor_template_type', 'wp-page'),
(4120, 1484, '_elementor_version', '3.13.4'),
(4121, 1484, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4122, 1484, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4123, 1484, '_elementor_css', 'a:6:{s:4:\"time\";i:1685707422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4125, 1485, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4126, 1485, '_thumbnail_id', '472'),
(4127, 1485, '_elementor_edit_mode', 'builder'),
(4128, 1485, '_elementor_template_type', 'wp-page'),
(4129, 1485, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4130, 1485, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4131, 1485, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4132, 1486, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4133, 1486, '_thumbnail_id', '472'),
(4134, 1486, '_elementor_edit_mode', 'builder'),
(4135, 1486, '_elementor_template_type', 'wp-page'),
(4136, 1486, '_elementor_version', '3.13.4'),
(4137, 1486, '_elementor_data', '[{\"id\":\"cd94eb5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"html_tag\":\"div\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d470eb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"945cfed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":35,\"suffix\":\"+\",\"title\":\"Years of Innovation and Creativity\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"87529b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"383ea93\",\"elType\":\"widget\",\"settings\":{\"ending_number\":89,\"suffix\":\"+\",\"title\":\"People Working to Make the World a Better\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"24bb9ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4e5c2ff\",\"elType\":\"widget\",\"settings\":{\"ending_number\":23,\"suffix\":\"+\",\"title\":\"Countries Operated in Around the World\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4138, 1486, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4139, 1487, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4140, 1487, '_thumbnail_id', '472'),
(4141, 1487, '_elementor_edit_mode', 'builder'),
(4142, 1487, '_elementor_template_type', 'wp-page'),
(4143, 1487, '_elementor_version', '3.13.4'),
(4144, 1487, '_elementor_data', '[{\"id\":\"993843c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c127b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3165a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"e3f89ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6eed3a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"bc34711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d37a977\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"8ec6d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0225e0b\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4145, 1487, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4146, 119, '_elementor_controls_usage', 'a:8:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:4;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:2;s:11:\"second_part\";i:2;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:2;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}}'),
(4147, 71, '_elementor_css', 'a:6:{s:4:\"time\";i:1685707658;s:5:\"fonts\";a:1:{i:0;s:12:\"Brygada 1918\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:3:\"svg\";i:16;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4149, 166, '_wp_old_date', '2021-08-21'),
(4150, 167, '_wp_old_date', '2021-08-21'),
(4151, 161, '_wp_old_date', '2021-08-21'),
(4152, 1489, '_menu_item_type', 'post_type'),
(4153, 1489, '_menu_item_menu_item_parent', '0'),
(4154, 1489, '_menu_item_object_id', '125'),
(4155, 1489, '_menu_item_object', 'page'),
(4156, 1489, '_menu_item_target', ''),
(4157, 1489, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4158, 1489, '_menu_item_xfn', ''),
(4159, 1489, '_menu_item_url', ''),
(4164, 73, '_edit_lock', '1685708284:1'),
(4165, 73, '_edit_last', '1'),
(4166, 119, '_elementor_css', 'a:6:{s:4:\"time\";i:1685708783;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4167, 119, '_oembed_f24069d5ec5e9a3aeaa9f5d99021b459', '<iframe title=\"Video Placeholder\" width=\"900\" height=\"506\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(4168, 119, '_oembed_time_f24069d5ec5e9a3aeaa9f5d99021b459', '1685708812'),
(4169, 1491, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4170, 1491, '_thumbnail_id', '472'),
(4171, 1491, '_elementor_edit_mode', 'builder'),
(4172, 1491, '_elementor_template_type', 'wp-page'),
(4173, 1491, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4174, 1491, '_elementor_data', '[{\"id\":\"993843c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c127b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3165a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"e3f89ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6eed3a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"bc34711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d37a977\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"8ec6d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0225e0b\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4175, 1491, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4176, 1491, '_elementor_controls_usage', 'a:8:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:4;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:2;s:11:\"second_part\";i:2;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:2;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}}'),
(4177, 1491, '_elementor_css', 'a:6:{s:4:\"time\";i:1685708783;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4178, 119, '_edit_last', '1'),
(4179, 1492, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4180, 1492, '_thumbnail_id', '472'),
(4181, 1492, '_elementor_edit_mode', 'builder'),
(4182, 1492, '_elementor_template_type', 'wp-page'),
(4183, 1492, '_elementor_version', '3.13.4'),
(4184, 1492, '_elementor_data', '[{\"id\":\"993843c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c127b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e3165a4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"extended\",\"structure\":\"30\",\"html_tag\":\"div\"},\"elements\":[{\"id\":\"e3f89ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6eed3a\",\"elType\":\"widget\",\"settings\":{\"ending_number\":435,\"suffix\":\"+\",\"title\":\"Research Produced Every Month\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"bc34711\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d37a977\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Industries Served By Burgeon\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"8ec6d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0225e0b\",\"elType\":\"widget\",\"settings\":{\"suffix\":\"%\",\"title\":\"Value Driven Results Delivered\",\"number_color\":\"#FF5100\"},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ace796f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"22e9072\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"0fe1297\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#E2E6EC\",\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9380756\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Burgeon Market Research\",\"second_part\":\"Discover the Story Behind Our Passion and Dedication\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"b092778\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.<\\/p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.<\\/p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0d31f7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a class=\\\"button\\\" href=\\\"#\\\">Speak With An Expert<\\/a><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d4608d\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-ab.jpg\",\"id\":476,\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"219\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"1561535\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0fb934\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"gradient\",\"background_color\":\"#FEE3D0\",\"background_color_b\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e1a24f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"9ee0007\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Core Values\",\"second_part\":\"Empowering Businesses with Market Research: Building Strong Foundations.\\n\\n\\n\\n\\n\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"32537b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"519791f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"0781b8c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/privacy-policy.svg\",\"id\":412},\"library\":\"svg\"},\"services_title\":\"Customers First\",\"services_description\":\"We prioritize our customers, delivering exceptional service and insights that drive success.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"f6aadf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"be64f29\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/network.svg\",\"id\":414},\"library\":\"svg\"},\"services_title\":\"Amazing People\",\"services_description\":\"Expect responsive communication, prompt assistance, and a seamless experience throughout.\",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"211302d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"e70906f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/lifering.svg\",\"id\":413},\"library\":\"svg\"},\"services_title\":\"Great Support\",\"services_description\":\"You can communicate easily with us. Our average hold time for technical support is exceptionally fast. \",\"button_text\":\"Contact Us\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":3,\"title_order\":1,\"desc_order\":2,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(4185, 1492, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4186, 1492, '_elementor_controls_usage', 'a:8:{s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:1:{s:12:\"number_color\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:4;s:3:\"gap\";i:2;s:8:\"html_tag\";i:3;s:18:\"gap_columns_custom\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"jw-headline\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:2;s:11:\"second_part\";i:2;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:1:{s:18:\"instance_direction\";i:2;}s:25:\"section_second_part_style\";a:1:{s:28:\"second_typography_typography\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:3;s:8:\"drop_cap\";i:1;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:1;s:13:\"image_overlay\";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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:3:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:3:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;s:10:\"desc_order\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}}'),
(4187, 1492, '_elementor_css', 'a:6:{s:4:\"time\";i:1685708783;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4188, 1492, 'title', 'Learn a little more about us.'),
(4189, 1492, '_title', 'field_595f05995871b'),
(4190, 1492, 'subtitle', 'Empowering businesses with market insights, driving growth and strategic decisions.'),
(4191, 1492, '_subtitle', 'field_595f06045871c'),
(4192, 1492, 'titlebarLayout', 'default'),
(4193, 1492, '_titlebarLayout', 'field_59fa9e15663bf'),
(4194, 1492, 'titlebarAlign', 'left'),
(4195, 1492, '_titlebarAlign', 'field_59fa9ed623c88'),
(4196, 1492, 'sidebarPosition', 'default'),
(4197, 1492, '_sidebarPosition', 'field_595f06285871e'),
(4198, 1492, 'sidebar', 'default'),
(4199, 1492, '_sidebar', 'field_595f06905871f'),
(4200, 1492, 'headerStyles', 'style3'),
(4201, 1492, '_headerStyles', 'field_60daebf1237b6'),
(4202, 1493, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4203, 1493, '_thumbnail_id', '1370'),
(4204, 1493, '_elementor_edit_mode', 'builder'),
(4205, 1493, '_elementor_template_type', 'wp-page'),
(4206, 1493, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4207, 1493, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4208, 1493, '_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\";}}'),
(4209, 1493, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4210, 1493, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4211, 1494, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4212, 1494, '_thumbnail_id', '1370'),
(4213, 1494, '_elementor_edit_mode', 'builder'),
(4214, 1494, '_elementor_template_type', 'wp-page'),
(4215, 1494, '_elementor_version', '3.13.4'),
(4216, 1494, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4217, 1494, '_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\";}}'),
(4218, 1494, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4219, 1494, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4220, 1494, 'title', 'Discover the Power of Primary Research'),
(4221, 1494, '_title', 'field_595f05995871b'),
(4222, 1494, 'subtitle', 'Gain a Competitive Edge with First-hand Data and Actionable Insights'),
(4223, 1494, '_subtitle', 'field_595f06045871c'),
(4224, 1494, 'titlebarLayout', 'default'),
(4225, 1494, '_titlebarLayout', 'field_59fa9e15663bf'),
(4226, 1494, 'titlebarAlign', 'inline'),
(4227, 1494, '_titlebarAlign', 'field_59fa9ed623c88'),
(4228, 1494, 'sidebarPosition', 'default'),
(4229, 1494, '_sidebarPosition', 'field_595f06285871e'),
(4230, 1494, 'sidebar', 'default'),
(4231, 1494, '_sidebar', 'field_595f06905871f'),
(4232, 1494, 'headerStyles', 'default'),
(4233, 1494, '_headerStyles', 'field_60daebf1237b6'),
(4234, 1495, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4235, 1495, '_thumbnail_id', '1370'),
(4236, 1495, '_elementor_edit_mode', 'builder'),
(4237, 1495, '_elementor_template_type', 'wp-page'),
(4238, 1495, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4239, 1495, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4240, 1495, '_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\";}}'),
(4241, 1495, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4242, 1495, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4243, 1496, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4244, 1496, '_thumbnail_id', '1370'),
(4245, 1496, '_elementor_edit_mode', 'builder'),
(4246, 1496, '_elementor_template_type', 'wp-page'),
(4247, 1496, '_elementor_version', '3.13.4'),
(4248, 1496, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Primary Research\\n\",\"second_part\":\" Unveiling Hidden Insights: Harnessing the Power of Primary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.<\\/p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.<\\/p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.<\\/p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4249, 1496, '_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\";}}'),
(4250, 1496, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4251, 1496, '_elementor_css', 'a:6:{s:4:\"time\";i:1685675182;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4252, 1496, 'title', 'Discover the Power of Primary Research'),
(4253, 1496, '_title', 'field_595f05995871b'),
(4254, 1496, 'subtitle', 'Gain a Competitive Edge with First-hand Data and Actionable Insights'),
(4255, 1496, '_subtitle', 'field_595f06045871c'),
(4256, 1496, 'titlebarLayout', 'default'),
(4257, 1496, '_titlebarLayout', 'field_59fa9e15663bf'),
(4258, 1496, 'titlebarAlign', 'inline'),
(4259, 1496, '_titlebarAlign', 'field_59fa9ed623c88'),
(4260, 1496, 'sidebarPosition', 'default'),
(4261, 1496, '_sidebarPosition', 'field_595f06285871e'),
(4262, 1496, 'sidebar', 'default'),
(4263, 1496, '_sidebar', 'field_595f06905871f'),
(4264, 1496, 'headerStyles', 'default'),
(4265, 1496, '_headerStyles', 'field_60daebf1237b6'),
(4266, 1497, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4267, 1497, '_thumbnail_id', '415'),
(4268, 1497, '_elementor_edit_mode', 'builder'),
(4269, 1497, '_elementor_template_type', 'wp-page'),
(4270, 1497, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4271, 1497, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4272, 1497, '_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\";}}'),
(4273, 1497, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4274, 1497, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4275, 1498, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4276, 1498, '_thumbnail_id', '415'),
(4277, 1498, '_elementor_edit_mode', 'builder'),
(4278, 1498, '_elementor_template_type', 'wp-page'),
(4279, 1498, '_elementor_version', '3.13.4'),
(4280, 1498, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4281, 1498, '_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\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4282, 1498, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4283, 1498, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676019;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4284, 1498, 'title', 'Harness the Potential of Secondary Research'),
(4285, 1498, '_title', 'field_595f05995871b'),
(4286, 1498, 'subtitle', 'Tap into Existing Resources for Informed Decision-Making and Strategic Advantage'),
(4287, 1498, '_subtitle', 'field_595f06045871c'),
(4288, 1498, 'titlebarLayout', 'default'),
(4289, 1498, '_titlebarLayout', 'field_59fa9e15663bf'),
(4290, 1498, 'titlebarAlign', 'inline'),
(4291, 1498, '_titlebarAlign', 'field_59fa9ed623c88'),
(4292, 1498, 'sidebarPosition', 'default'),
(4293, 1498, '_sidebarPosition', 'field_595f06285871e'),
(4294, 1498, 'sidebar', 'default'),
(4295, 1498, '_sidebar', 'field_595f06905871f'),
(4296, 1498, 'headerStyles', 'default'),
(4297, 1498, '_headerStyles', 'field_60daebf1237b6'),
(4298, 1499, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4299, 1499, '_thumbnail_id', '1403'),
(4300, 1499, '_elementor_edit_mode', 'builder'),
(4301, 1499, '_elementor_template_type', 'wp-page'),
(4302, 1499, '_elementor_version', '3.13.4'),
(4303, 1499, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4304, 1499, '_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\";}}'),
(4305, 1499, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4306, 1499, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4307, 1500, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4308, 1500, '_thumbnail_id', '1403'),
(4309, 1500, '_elementor_edit_mode', 'builder'),
(4310, 1500, '_elementor_template_type', 'wp-page'),
(4311, 1500, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4312, 1500, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4313, 1500, '_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\";}}'),
(4314, 1500, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4315, 1500, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4316, 1500, 'title', 'Dive into the Power of Qualitative Research'),
(4317, 1500, '_title', 'field_595f05995871b'),
(4318, 1500, 'subtitle', 'Explore Nuances, Emotions, and Unspoken Insights for Informed Strategies'),
(4319, 1500, '_subtitle', 'field_595f06045871c'),
(4320, 1500, 'titlebarLayout', 'default'),
(4321, 1500, '_titlebarLayout', 'field_59fa9e15663bf'),
(4322, 1500, 'titlebarAlign', 'inline'),
(4323, 1500, '_titlebarAlign', 'field_59fa9ed623c88'),
(4324, 1500, 'sidebarPosition', 'default'),
(4325, 1500, '_sidebarPosition', 'field_595f06285871e'),
(4326, 1500, 'sidebar', 'default'),
(4327, 1500, '_sidebar', 'field_595f06905871f'),
(4328, 1500, 'headerStyles', 'default'),
(4329, 1500, '_headerStyles', 'field_60daebf1237b6'),
(4330, 1501, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4331, 1501, '_thumbnail_id', '1412'),
(4332, 1501, '_elementor_edit_mode', 'builder'),
(4333, 1501, '_elementor_template_type', 'wp-page'),
(4334, 1501, '_elementor_version', '3.13.4'),
(4335, 1501, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4336, 1501, '_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\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4337, 1501, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4338, 1501, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4339, 1502, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4340, 1502, '_thumbnail_id', '1412'),
(4341, 1502, '_elementor_edit_mode', 'builder'),
(4342, 1502, '_elementor_template_type', 'wp-page'),
(4343, 1502, '_elementor_version', '3.13.4'),
(4344, 1502, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Secondary Research\\n\",\"second_part\":\"Illuminating Pathways: Uncovering Insights through Secondary Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.<\\/p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.<\\/p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.<\\/p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4345, 1502, '_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\";}}'),
(4346, 1502, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4347, 1502, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676905;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4348, 1502, 'title', 'Unlocking Actionable Insights with Numbers'),
(4349, 1502, '_title', 'field_595f05995871b'),
(4350, 1502, 'subtitle', 'Uncover Patterns, Trends, and Statistical Evidence for Informed Decision-Making'),
(4351, 1502, '_subtitle', 'field_595f06045871c'),
(4352, 1502, 'titlebarLayout', 'default'),
(4353, 1502, '_titlebarLayout', 'field_59fa9e15663bf'),
(4354, 1502, 'titlebarAlign', 'inline'),
(4355, 1502, '_titlebarAlign', 'field_59fa9ed623c88'),
(4356, 1502, 'sidebarPosition', 'default'),
(4357, 1502, '_sidebarPosition', 'field_595f06285871e'),
(4358, 1502, 'sidebar', 'default'),
(4359, 1502, '_sidebar', 'field_595f06905871f'),
(4360, 1502, 'headerStyles', 'default'),
(4361, 1502, '_headerStyles', 'field_60daebf1237b6'),
(4362, 1503, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4363, 1503, '_thumbnail_id', '1412'),
(4364, 1503, '_elementor_edit_mode', 'builder'),
(4365, 1503, '_elementor_template_type', 'wp-page'),
(4366, 1503, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4367, 1503, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Business Research\\n\",\"second_part\":\"Illuminating Pathways: Empowering Decisions with Business Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Empower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.<\\/p><p>At Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Our expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.<\\/p><p>Whether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.<\\/p><p>Partnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.<\\/p><p>Embrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.<\\/p><\\/div><\\/div><\\/div><div class=\\\"flex justify-between lg:block\\\"><div class=\\\"text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-2 md:gap-3 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible\\\"><button class=\\\"flex ml-auto gap-2 rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400\\\"><\\/button><div class=\\\"flex gap-1\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4368, 1503, '_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\";}}'),
(4369, 1503, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4370, 1503, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676916;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4371, 1504, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4372, 1504, '_thumbnail_id', '1412'),
(4373, 1504, '_elementor_edit_mode', 'builder'),
(4374, 1504, '_elementor_template_type', 'wp-page'),
(4375, 1504, '_elementor_version', '3.13.4'),
(4376, 1504, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Business Research\\n\",\"second_part\":\"Illuminating Pathways: Empowering Decisions with Business Research\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Empower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.<\\/p><p>At Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>Our expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.<\\/p><p>Whether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.<\\/p><p>Partnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.<\\/p><p>Embrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.<\\/p><\\/div><\\/div><\\/div><div class=\\\"flex justify-between lg:block\\\"><div class=\\\"text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-2 md:gap-3 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible\\\"><button class=\\\"flex ml-auto gap-2 rounded-md p-1 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-200 disabled:dark:hover:text-gray-400\\\"><\\/button><div class=\\\"flex gap-1\\\">\\u00a0<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4377, 1504, '_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\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4378, 1504, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4379, 1504, '_elementor_css', 'a:6:{s:4:\"time\";i:1685676916;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4380, 1504, 'title', ' Unleash the Potential of Business Research'),
(4381, 1504, '_title', 'field_595f05995871b'),
(4382, 1504, 'subtitle', 'Navigate Markets, Understand Customers, and Drive Success with Data-Driven Strategies'),
(4383, 1504, '_subtitle', 'field_595f06045871c'),
(4384, 1504, 'titlebarLayout', 'default'),
(4385, 1504, '_titlebarLayout', 'field_59fa9e15663bf'),
(4386, 1504, 'titlebarAlign', 'inline'),
(4387, 1504, '_titlebarAlign', 'field_59fa9ed623c88'),
(4388, 1504, 'sidebarPosition', 'default'),
(4389, 1504, '_sidebarPosition', 'field_595f06285871e'),
(4390, 1504, 'sidebar', 'default'),
(4391, 1504, '_sidebar', 'field_595f06905871f'),
(4392, 1504, 'headerStyles', 'default'),
(4393, 1504, '_headerStyles', 'field_60daebf1237b6'),
(4394, 1422, '_elementor_css', 'a:6:{s:4:\"time\";i:1685709299;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4395, 1505, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4396, 1505, '_thumbnail_id', '1441'),
(4397, 1505, '_elementor_edit_mode', 'builder'),
(4398, 1505, '_elementor_template_type', 'wp-page'),
(4399, 1505, '_elementor_version', '3.13.4'),
(4400, 1505, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4401, 1505, '_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\";}}'),
(4402, 1505, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4403, 1505, '_elementor_css', 'a:6:{s:4:\"time\";i:1685709299;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4404, 1506, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4405, 1506, '_thumbnail_id', '1441'),
(4406, 1506, '_elementor_edit_mode', 'builder'),
(4407, 1506, '_elementor_template_type', 'wp-page'),
(4408, 1506, '_elementor_version', '3.13.4');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4409, 1506, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4410, 1506, '_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\";}}'),
(4411, 1506, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4412, 1506, '_elementor_css', 'a:6:{s:4:\"time\";i:1685709299;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4413, 1506, 'title', 'Unveiling Deep Insights through Face-to-Face Research'),
(4414, 1506, '_title', 'field_595f05995871b'),
(4415, 1506, 'subtitle', 'Capturing Authentic Perspectives for Informed Decision-Making and Meaningful Engagement'),
(4416, 1506, '_subtitle', 'field_595f06045871c'),
(4417, 1506, 'titlebarLayout', 'default'),
(4418, 1506, '_titlebarLayout', 'field_59fa9e15663bf'),
(4419, 1506, 'titlebarAlign', 'inline'),
(4420, 1506, '_titlebarAlign', 'field_59fa9ed623c88'),
(4421, 1506, 'sidebarPosition', 'default'),
(4422, 1506, '_sidebarPosition', 'field_595f06285871e'),
(4423, 1506, 'sidebar', 'default'),
(4424, 1506, '_sidebar', 'field_595f06905871f'),
(4425, 1506, 'headerStyles', 'default'),
(4426, 1506, '_headerStyles', 'field_60daebf1237b6'),
(4427, 1507, '_wp_page_template', 'tmpl/template-fullwidth.php'),
(4428, 1507, '_thumbnail_id', '1441'),
(4429, 1507, '_elementor_edit_mode', 'builder'),
(4430, 1507, '_elementor_template_type', 'wp-page'),
(4431, 1507, '_elementor_version', '3.13.4'),
(4432, 1507, '_elementor_data', '[{\"id\":\"7091cfd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4cd2564\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"563b84e\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Face 2 Face Research\\n\",\"second_part\":\"Connecting on a Personal Level: Unlocking Insights through Face-to-Face \",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"instance_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"instance_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"instance_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"instance_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jw-headline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"741a9f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5567869\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"b641236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"202d3b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08378d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mar.21lab.co\\/wp-content\\/uploads\\/2021\\/08\\/img-br2.jpg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_animation\":\"bounceInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b4998d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":30},\"elements\":[{\"id\":\"16d4815\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.<\\/p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.<\\/p>\",\"drop_cap\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9dfd2e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a class=\\\"button accent\\\" href=\\\"#request\\\">Get Your Free Consultation<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4813851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.<\\/p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.<\\/p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.<\\/p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d325b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1192,\"sizes\":[]},\"html_tag\":\"div\",\"background_background\":\"classic\",\"background_color\":\"#111A45\",\"background_color_b\":\"\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1be021b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"2c58d43\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"Our Research Process\",\"second_part\":\"Focusing on the 3 key elements of any successful market research strategy.\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"second_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"8103356\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1172,\"sizes\":[]},\"gap\":\"custom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"45\",\"left\":0,\"isLinked\":false},\"gap_columns_custom\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]}},\"elements\":[{\"id\":\"dfc10ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"4eeee02\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"far fa-list-alt\",\"library\":\"fa-regular\"},\"services_title\":\"1. Data Collection\",\"services_description\":\"Gathering relevant and accurate data from various sources, such as surveys and interviews.\",\"button_text\":\"Find Out More\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"747ea3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1a1ed44\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"\",\"library\":\"\"},\"services_title\":\"2. Data Analysis\",\"services_description\":\"Organizing and interpreting data to uncover patterns, trends, and relationships.\",\"button_text\":\"Meet The Team\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_color\":\"#A69CAA33\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true},{\"id\":\"6d5b7e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"942d35c\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":\"fas fa-sort-amount-up\",\"library\":\"fa-solid\"},\"services_title\":\"3. Insights & Reporting\",\"services_description\":\"Transforming data into clear, concise reports that provide actionable recommendations.\",\"button_text\":\"Talk to Customer Support\",\"container_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"icon_cover_location\":\"\",\"icon_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_order\":2,\"title_order\":1,\"container_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF1A\",\"container_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"container_border_color\":\"#A69CAA33\",\"container_box_shadow_box_shadow_type\":\"yes\",\"container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":2,\"blur\":4,\"spread\":0,\"color\":\"rgba(16.99999999999999, 26.000000000000053, 69, 0.1)\"},\"title_color\":\"#E2E6EC\",\"desc_color\":\"#A69CAA\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jw-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9d1f5cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\\/10 dark:border-gray-900\\/50 bg-gray-50 dark:bg-[#444654] sm:AIPRM__conversation__response\\\"><div class=\\\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\\\"><div class=\\\"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]\\\"><div class=\\\"flex flex-grow flex-col gap-3\\\"><div class=\\\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\\\"><div class=\\\"markdown prose w-full break-words dark:prose-invert light AIPRM__conversation__response\\\"><p>We Serve our Clients\\u2019 Best Interests with the Best Market Research Solutions.\\u00a0<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"align\":\"center\",\"text_color\":\"#A69CAA\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec117f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190,\"sizes\":[]},\"html_tag\":\"div\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"657d6e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":45},\"elements\":[{\"id\":\"cecce88\",\"elType\":\"widget\",\"settings\":{\"first_part\":\"FAQs\",\"second_part\":\"Burgeon Market Research FAQs\",\"before_deco_type\":\"none\",\"instance_direction\":\"vertical\",\"second_typography_typography\":\"custom\",\"second_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"second_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jw-headline\"},{\"id\":\"c698b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.<\\/p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.<\\/p>\",\"drop_cap\":\"yes\",\"text_columns\":\"1\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dc6147a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What services does Burgeon Market Research offer?\",\"tab_content\":\"<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.<\\/p>\",\"_id\":\"e2bc7ce\"},{\"tab_title\":\"How can market research benefit my organization?\",\"tab_content\":\"<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.<\\/p>\",\"_id\":\"176fa3d\"},{\"tab_title\":\"What industries does Burgeon Market Research serve?\",\"tab_content\":\"<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.<\\/p>\",\"_id\":\"e30e250\"},{\"tab_title\":\"How does Burgeon ensure data accuracy and quality?\",\"tab_content\":\"<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.<\\/p>\",\"_id\":\"cf5eb5b\"},{\"_id\":\"16b6c50\",\"tab_title\":\"Can Burgeon Market Research handle international research projects?\",\"tab_content\":\"<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.<\\/p>\"},{\"_id\":\"eb58340\",\"tab_title\":\"Is my data kept confidential?\",\"tab_content\":\"<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.<\\/p>\"}],\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"016\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"toggle\"},{\"id\":\"67dca2f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our answers to the questions most commonly asked. <strong><a class=\\\"link\\\" href=\\\"\\/contact\\/\\\">Ask us a Question<\\/a><\\/strong><\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ed530aa\",\"elType\":\"widget\",\"settings\":{\"form_shortcode\":\"298::For Services Page\",\"_animation\":\"bounceInUp\",\"_element_id\":\"request\"},\"elements\":[],\"widgetType\":\"jw-contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]'),
(4433, 1507, '_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\";}}');
INSERT INTO `xczr15T6g_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4434, 1507, '_elementor_controls_usage', 'a:8:{s:11:\"jw-headline\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:10:\"first_part\";i:3;s:11:\"second_part\";i:3;}s:21:\"section_deco_elements\";a:1:{s:16:\"before_deco_type\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:3:{s:18:\"instance_direction\";i:3;s:15:\"instance_margin\";i:1;s:16:\"instance_padding\";i:1;}s:25:\"section_second_part_style\";a:2:{s:28:\"second_typography_typography\";i:3;s:12:\"second_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;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:9;s:21:\"space_between_widgets\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:13:\"content_width\";i:5;s:3:\"gap\";i:2;s:18:\"gap_columns_custom\";i:2;s:16:\"content_position\";i:1;s:8:\"html_tag\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}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:1:{s:10:\"_animation\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:3:{s:6:\"editor\";i:6;s:8:\"drop_cap\";i:2;s:12:\"text_columns\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:2;s:5:\"align\";i:2;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"jw-services\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:4:{s:22:\"selected_services_icon\";i:3;s:14:\"services_title\";i:3;s:20:\"services_description\";i:3;s:11:\"button_text\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_services_general_style\";a:7:{s:22:\"container_border_width\";i:3;s:22:\"container_border_color\";i:3;s:17:\"container_padding\";i:3;s:31:\"container_background_background\";i:3;s:26:\"container_background_color\";i:3;s:36:\"container_box_shadow_box_shadow_type\";i:3;s:31:\"container_box_shadow_box_shadow\";i:3;}s:27:\"section_services_icon_style\";a:3:{s:19:\"icon_cover_location\";i:3;s:14:\"icon_font_size\";i:3;s:9:\"icon_size\";i:3;}s:19:\"section_order_style\";a:2:{s:10:\"icon_order\";i:3;s:11:\"title_order\";i:3;}s:28:\"section_services_title_style\";a:1:{s:11:\"title_color\";i:3;}s:27:\"section_services_desc_style\";a:2:{s:10:\"desc_color\";i:3;s:11:\"desc_margin\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:16:\"_animation_delay\";i:2;}}}}s:6:\"toggle\";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_toggle\";a:1:{s:4:\"tabs\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:17:\"jw-contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:1:{s:14:\"form_shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),
(4435, 1507, '_elementor_css', 'a:6:{s:4:\"time\";i:1685709299;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4438, 1510, '_wp_attached_file', '2023/06/Burgeon.png'),
(4439, 1510, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:379;s:6:\"height\";i:101;s:4:\"file\";s:19:\"2023/06/Burgeon.png\";s:8:\"filesize\";i:16724;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Burgeon-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Burgeon-150x101.png\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

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

--
-- Table structure for table `xczr15T6g_posts`
--

CREATE TABLE `xczr15T6g_posts` (
  `ID` bigint UNSIGNED NOT NULL,
  `post_author` bigint 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 UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int 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 NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_posts`
--

INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2023-06-02 01:43:42', '2023-06-02 01:43:42', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2023-06-02 01:43:42', '2023-06-02 01:43:42', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1', 0, 'post', '', 1),
(2, 1, '2023-06-02 01:43:42', '2023-06-02 01:43:42', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://diginspire.in/vaibhav/shubham/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2023-06-02 01:43:42', '2023-06-02 01:43:42', '', 0, 'https://diginspire.in/vaibhav/shubham/?page_id=2', 0, 'page', '', 0),
(3, 1, '2023-06-02 01:43:42', '2023-06-02 01:43:42', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://diginspire.in/vaibhav/shubham.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2023-06-02 01:43:42', '2023-06-02 01:43:42', '', 0, 'https://diginspire.in/vaibhav/shubham/?page_id=3', 0, 'page', '', 0),
(6, 1, '2023-06-02 01:54:05', '2023-06-02 01:54:05', '<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <admin@diginspire.in>\nFrom: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <admin@diginspire.in>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2023-06-02 01:54:05', '2023-06-02 01:54:05', '', 0, 'https://diginspire.in/vaibhav/shubham/?post_type=wpcf7_contact_form&p=6', 0, 'wpcf7_contact_form', '', 0),
(7, 1, '2023-06-02 01:54:05', '2023-06-02 01:54:05', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-06-02 02:09:01', '2023-06-02 02:09:01', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=7', 0, 'elementor_library', '', 0),
(8, 1, '2023-06-02 01:54:18', '2023-06-02 01:54:18', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2023-06-02 01:54:18', '2023-06-02 01:54:18', '', 0, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2023-06-02 01:54:19', '2023-06-02 01:54:19', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2023-06-02 01:54:19', '2023-06-02 01:54:19', '', 0, 'https://diginspire.in/vaibhav/shubham/index.php/shop/', 0, 'page', '', 0),
(10, 1, '2023-06-02 01:54:19', '2023-06-02 01:54:19', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2023-06-02 01:54:19', '2023-06-02 01:54:19', '', 0, 'https://diginspire.in/vaibhav/shubham/index.php/cart/', 0, 'page', '', 0),
(11, 1, '2023-06-02 01:54:19', '2023-06-02 01:54:19', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2023-06-02 01:54:19', '2023-06-02 01:54:19', '', 0, 'https://diginspire.in/vaibhav/shubham/index.php/checkout/', 0, 'page', '', 0),
(12, 1, '2023-06-02 01:54:19', '2023-06-02 01:54:19', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2023-06-02 01:54:19', '2023-06-02 01:54:19', '', 0, 'https://diginspire.in/vaibhav/shubham/index.php/my-account/', 0, 'page', '', 0),
(13, 1, '2023-06-02 01:54:19', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'draft', 'closed', 'closed', '', 'refund_returns', '', '', '2023-06-02 01:54:19', '0000-00-00 00:00:00', '', 0, 'https://diginspire.in/vaibhav/shubham/?page_id=13', 0, 'page', '', 0),
(14, 1, '2023-06-02 01:54:56', '2023-06-02 01:54:56', '', 'One Click Demo Import - log_file_2023-06-02__01-54-56', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2023-06-02__01-54-56', '', '', '2023-06-02 01:54:56', '2023-06-02 01:54:56', '', 0, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/log_file_2023-06-02__01-54-56.txt', 0, 'attachment', 'text/plain', 0),
(15, 1, '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder-2', '', '', '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2021-08-17 18:06:01', '2021-08-17 18:06:01', '', 'b1', '', 'inherit', 'open', 'closed', '', 'b1', '', '', '2021-08-17 18:06:01', '2021-08-17 18:06:01', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2021-08-17 18:06:03', '2021-08-17 18:06:03', '', 'b2', '', 'inherit', 'open', 'closed', '', 'b2', '', '', '2021-08-17 18:06:03', '2021-08-17 18:06:03', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b2.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2021-08-17 18:06:03', '2021-08-17 18:06:03', '', 'b3', '', 'inherit', 'open', 'closed', '', 'b3', '', '', '2021-08-17 18:06:03', '2021-08-17 18:06:03', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b3.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2021-08-17 18:06:04', '2021-08-17 18:06:04', '', 'b4', '', 'inherit', 'open', 'closed', '', 'b4', '', '', '2021-08-17 18:06:04', '2021-08-17 18:06:04', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b4.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2021-08-17 18:06:05', '2021-08-17 18:06:05', '', 'b5', '', 'inherit', 'open', 'closed', '', 'b5', '', '', '2021-08-17 18:06:05', '2021-08-17 18:06:05', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b5.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2021-08-17 18:06:06', '2021-08-17 18:06:06', '', 'b6', '', 'inherit', 'open', 'closed', '', 'b6', '', '', '2021-08-17 18:06:06', '2021-08-17 18:06:06', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b6.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2021-08-17 18:06:08', '2021-08-17 18:06:08', '', 'b7', '', 'inherit', 'open', 'closed', '', 'b7', '', '', '2021-08-17 18:06:08', '2021-08-17 18:06:08', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b7.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2021-08-17 18:06:09', '2021-08-17 18:06:09', '', 'b8', '', 'inherit', 'open', 'closed', '', 'b8', '', '', '2021-08-17 18:06:09', '2021-08-17 18:06:09', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b8.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2021-08-17 18:06:10', '2021-08-17 18:06:10', '', 'b9', '', 'inherit', 'open', 'closed', '', 'b9', '', '', '2021-08-17 18:06:10', '2021-08-17 18:06:10', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b9.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2021-08-17 18:06:12', '2021-08-17 18:06:12', '', 'b10', '', 'inherit', 'open', 'closed', '', 'b10', '', '', '2021-08-17 18:06:12', '2021-08-17 18:06:12', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b10.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2021-08-17 18:06:13', '2021-08-17 18:06:13', '', 'bg-footer@2x', '', 'inherit', 'open', 'closed', '', 'bg-footer2x', '', '', '2021-08-17 18:06:13', '2021-08-17 18:06:13', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-footer@2x.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2021-08-17 18:06:15', '2021-08-17 18:06:15', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2021-08-17 18:06:15', '2021-08-17 18:06:15', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/favicon.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2021-08-17 18:08:14', '2021-08-17 18:08:14', 'https://mar.21lab.co/wp-content/uploads/2021/08/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2021-08-17 18:08:14', '2021-08-17 18:08:14', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/cropped-favicon.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2021-08-17 18:17:03', '2021-08-17 18:17:03', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">Imagine if the user of a ridesharing app accidentally swapped their pick-up and drop-off destinations. Or if your website visitor can’t figure out how to schedule an appointment with you. User experience (UX) design is what makes your product usable and useful to your audience – and it can’t exist without UX writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A good UX writer knows that clear and concise language is the best way to guide a user through a product. By following basic UX writing principles, you help your audience navigate your product and appreciate everything else it has to offer. Your goal is to ensure your users have a delightful experience, and achieving this involves a collaborative effort from writers, web design experts and SEO specialists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But what is UX writing, and why does it matter? When you know this, you can begin taking full advantage of UX writing services. In this blog, we break down:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>• What is UX?<br>• What is UX writing in 2021?<br>• Expert UX writing tips</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also list the top UX writing guidelines followed by every leading UX writing agency today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What Is UX Writing?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>User experience writing is all about using words to guide users through products such as websites and computer applications or apps. However, UX writing principles can also apply to any product, system or service involving user or customer interaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, that explains the writing side of it – but what is UX in itself? Let’s take a closer look to give you a more holistic view of user experience writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What Is UX?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>User experience covers the overall experience of interacting with your product. The things that contribute to your customer feeling satisfied might be factors outside of the product itself. Generally, this applies to customer touchpoints like a website, where the user experience directly impacts your sales. UX writing guidelines align with what makes a great user experience and help your customers stay engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>UX writing is directly related to how easy or difficult it is for users to interact with the product itself. So, basic examples of UX copy include navigation bar labels, call-to-action (CTA) button text, onboarding messages and error messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Why UX Writing Matters</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Excellent UX writing helps customers use and understand your product and the touchpoints they engage with when interacting with your brand. There’s no question that you need to grab and retain your customer’s attention, and you benefit when they engage. Without UX copywriting, your users could feel confused or frustrated, not knowing what to do on your site or how to interact with it. Worse still, poor navigation and a lack of direction often means they exit your site quickly due to feeling unsatisfied with the interaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>UX designers build a product to be intuitive in terms of functionality, while a UX writer fills in every knowledge gap through written instructions and explanations. Your website can’t be 100 percent user-friendly without professional UX writing to drive action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Benefits of UX Writing for Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UX writers and web design experts are vital resources in creating the most optimized experience for your site visitors. It’s a good idea to invest in professional content writing services for your search engine optimized (SEO) editorial content to be found online. But you also need user experience writing to encourage your audience to take steps towards becoming your customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what UX and website copywriting can do for your business:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>• Increase Online Visibility</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Page Experience, a recent Google update and a hot topic in the SEO world, strengthens the relationship between UX and SEO. The update means that websites offering a great user experience, in line with Page Experience guidelines, are prioritized in Google Search rankings. Achieving an excellent UX design is a collaborative effort – and involving a UX writing agency, content writing agency and web design agency is the most strategic option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>• Drive Users To Take Action</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You need to use a combination of words and visuals to tell your site visitors what to do. For instance, they need to know to click “Submit” when handing over their contact information, or all your optimization efforts go to waste. If you want them to read a related blog post, your UX copy and button text should reflect that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>• Improve Session Duration</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The session duration refers to how long your site visitor stays on your website as a sum of the time spent on different pages. Keeping them engaged on the page positively impacts your search rankings and potential for sales. What you don’t want is for a user to bounce or immediately exit after seeing one page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>10 Basic UX Writing Principles You Need To Follow</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Marketing-oriented copy is essential for your business’s online visibility, while UX writing services are important for your product’s usability. You need UX copy to lead your audience in the right direction and keep them engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>UX rules cover tried-and-tested ways to offer the best user experience possible, but your implementation should be unique to your business and goals. The best UX writer takes these UX writing guidelines and applies them to your business’s unique context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s a roundup of UX writing rules every UX writing agency swears by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>1. Be Concise</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UX copy is always clear and concise. Remove unnecessary words and phrases without compromising the readability and essence of your message. People naturally drift away from anything time-consuming or complicated, so keeping things simple is a rule that will always dominate lists of UX writing tips.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>2. Use Natural Language</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Write the way your users talk. Something unique to UX copywriting is that your copy is considered effective if your users barely notice it. Don’t over-explain, and keep a conversational tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>3. Stay Consistent</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want your user to&nbsp;<strong>sign up</strong>&nbsp;for your webinar, don’t switch it out with the word&nbsp;<strong>register</strong>&nbsp;on the next page. This also applies to your business’s preferred tone of voice and personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>4. Be Purposeful</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every aspect of your UX design needs to align with an end goal. The user should understand what they’re trying to accomplish and what is at the end of any given process through words and visual elements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>5. Help Your User</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Always empathize with your user: What would you like to see to improve your experience? Having an uplifting error message is one of the best applications of this. If a certain button on your site is not working, you want to apologize while offering an alternative option or immediate solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>6. Write for a General Audience</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You have everything to gain from keeping your content universal. Steer clear of slang words, uncommon terminology and industry jargon. If you have to, define everything the first time you mention it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>7. Place Benefits Before Features</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Say “<strong>Improve your sleep cycle</strong>&nbsp;with our sleep tracker” instead of “Use our sleep tracker to improve your sleep cycle.” Emphasize what’s in it for the user before going into more detail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>8. Write Great Headlines</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aside from capturing your audience’s attention, headlines and headings are vital for UX and SEO. They improve readability by organizing the content better and let search engines know what your content is about when web crawlers “read” it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>9. Know Your Platform</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Master the difference between writing for websites, apps and other products. You wouldn’t ask a user to&nbsp;<strong>click</strong>&nbsp;when using a mobile app or&nbsp;<strong>tap</strong>&nbsp;when browsing a desktop site. Involve UX writing services in the early stages of your website copywriting process to ensure your UX copy suits your business needs perfectly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>10. Test Continuously</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can follow every rule in the book but still not get the results you want to see. Ensure your UX copy is effective by testing aggressively. Of course, this will be based on your unique goals, style and audience. Understand your audience’s pain points, apply them in your UX copywriting strategy and run A/B tests regularly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>Get the Help of Professional UX Writing Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Remember that refining your user experience makes your target audience more likely to engage with you. But to really produce profitable results, you need a holistic strategy and customized solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Professional content writing services offer conversion-centric UX writing, sales-focused website copywriting and content optimized for search. A content writing agency will always be guided by the most up-to-date UX writing tips. And you can trust a web design agency to have the UX design and web design experts you need for a high-performing website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thrive Internet Marketing Agency is a full-service content writing agency and web design agency serving businesses of all sizes since 2005. We offer UX writing services, SEO content writing services, WordPress website design and 100 percent custom web design to accommodate all of your UX needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our UX and SEO content writers are highly experienced in writing for websites, desktop apps, mobile apps and other platforms in need of professionally written content. We help lead your potential customers in the right direction and take the actions that benefit your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://thriveagency.com/</p>\n<!-- /wp:paragraph -->', '10 Rules You Should Know About UX Writing', '', 'publish', 'open', 'open', '', '10-rules-you-should-know-about-ux-writing', '', '', '2021-08-17 18:17:03', '2021-08-17 18:17:03', '', 0, 'https://mar.21lab.co/?p=29', 0, 'post', '', 0),
(31, 1, '2021-08-17 18:19:51', '2021-08-17 18:19:51', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">Email marketing has long been one of the most powerful digital marketing channels available to brands looking to maximize their revenue and connect with leads and customers. But recently, a new player has entered the space: text message, or SMS, marketing.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many marketers have found themselves scratching their heads on how to not only incorporate SMS into their existing digital marketing agency’s efforts, but also on how to ensure it complements their email strategy. In this article, we’ll be walking through how to combine your email and SMS marketing strategies to maximize results!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"the-differences-between-sms--email-\"><strong>The Differences Between SMS + Email&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>More and more companies are utilizing SMS marketing in addition to email marketing. There’s no doubt that SMS marketing is a powerful tool, boasting engagement rates 6-8 times higher than email. It’s important to understand the differences between email SMS to optimize your internet marketing services. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Email</strong>&nbsp;→ is a great medium for sending longer, richer messages that include images and attachments. Emails provide more opportunities to convert than SMS, as emails can include more links, CTAs, and stories. This allows marketers to focus on educating and nurturing. Email is perfect for sending newsletters, tips, and testimonials. Research shows that 90% of users check their inbox at least once a day. Emails have an average open rate of 20% and an average click-through rate of 2.5%, and email marketing returns $42 for every $1 spent.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>SMS</strong> → is the perfect communication channel for concise, timely information or discounts. SMS has much higher engagement metrics than email, with a 98% open rate and 29% click-through rate. SMS is great for promotions, but not ideal for content aimed at educating and nurturing. SMS has a 160 character limit, creating a need to keep messages short and concise. SMS marketing is also more expensive than email marketing. Use SMS best practices for limited product offers, reminders, urgent updates, purchase confirmations, and promotions. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"sms-best-practices-\"><strong>SMS Best Practices&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There’s no doubt that SMS marketing is one of the most personal forms of marketing, which reinforces the need to tread carefully. How can you engage your customers rather than annoy them?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Get permission:&nbsp;</strong>Similar to email marketing, it’s incredibly important to make sure you have the contact’s permission before you contact them.&nbsp;<strong>Every single person&nbsp;</strong>you send a text to must have opted in to receive messages from you. This means requesting customers opt-in via an online form or inviting them to text a word to a phone number or shortcode. It’s also critical that you provide contacts opportunities to opt-out from receiving your messages.&nbsp;</li><li><strong>Ensure your messages are time-sensitive:&nbsp;</strong>Make sure to take time zones into consideration when sending out messages. It’s important that your SMS provider automatically sends your texts to your customers at the right time, depending on their time zone. This ensures that your text won’t annoy anyone in the middle of the night.&nbsp;</li><li><strong>Keep your copy short and to the point:&nbsp;</strong>No one wants to receive a marketing text message that’s a paragraph long. Keep your copy short, to the point, and easy to read.&nbsp;</li><li><strong>Consider using an auto-responder:&nbsp;</strong>Using an auto-responder to engage in conversation with your customers can be extremely powerful. By giving your customers the opportunity to ask questions, give feedback, or seek more information, you’re creating a strong foundation for your customer relationships.&nbsp;</li><li><strong>Resonate with your audience segment:&nbsp;</strong>When writing a text message, put yourself in the shoes of your audience segment. What kind of content do they want to receive? What sales or products might be important to them? Personalization is key.&nbsp;</li><li><strong>Include an actionable CTA:&nbsp;</strong>What is the intended result of your SMS campaign? Is it to drive traffic to your website? Do you want people to take advantage of your sale? Whatever your goal may be, it’s crucial that you be specific about what action you’d like your audience to take. Include a link to your product page and be direct in your wording. Use phrases like “Check out our newest edition!” or “Shop now before it’s too late!”&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Limit how often you send:&nbsp;</strong>The easiest way to turn a customer away is by spamming them with text messages. While the frequency of your text messages will depend on your goals, we recommend aiming to send two texts per week.&nbsp;</li><li><strong>Consider your SMS provider:&nbsp;</strong>When choosing an SMS provider, you’ll want to pick one with an extensive carrier network that will allow you to reach customers in many geographic areas. You’ll want a provider that can grow with your SMS marketing and can send text and picture messages quickly and efficiently.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"striking-a-balance\"><strong>Striking a Balance</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Striking a balance between email vs text is crucial to marketing for your business, especially in the world we live in today. Email has been the true-and-tried method of mass marketing communication. But now with mobile devices in the picture, SMS is now a very efficient and effective way to communicate with your customers. The average person spends 5.4 hours a day on their mobile device. To put it more into perspective, the average person takes 90 minutes to respond to an email and 90 seconds to respond to a text. Crazy right? Understanding when to use SMS and when to use email is very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"the-best-approach-for-combining-both-methods\"><strong>The Best Approach for Combining Both Methods</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Email marketing should be used for longer, richer messaging that includes photos and important links. Good examples of when to use email includes order confirmation, newsletters, product launches, promos, or educational content. These messages should not be very time sensitive and are usually saved for future reference. Depending on the industry and how promotion heavy the brand is, the sends per month is going to vary. Usually, it ranges from 4-10 sends a month.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, SMS marketing is best for short and concise messages that are time sensitive. Good examples of when to use SMS includes tracking information, flash sales, and restocks. It is important to cap your sends for text marketing to 1-2 each week. You do not want to be an inconvenience to your customers.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, both email and SMS marketing have their strengths. The use of them together can leverage your business over its competitors while you build brand awareness and build meaningful relationships with your customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://powerdigitalmarketing.com/</p>\n<!-- /wp:paragraph -->', 'Combining SMS + Email: What’s the Best Approach?', '', 'publish', 'open', 'open', '', 'combining-sms-email-whats-the-best-approach', '', '', '2021-08-17 18:19:51', '2021-08-17 18:19:51', '', 0, 'https://mar.21lab.co/?p=31', 0, 'post', '', 0),
(35, 1, '2021-08-17 18:24:59', '2021-08-17 18:24:59', '<!-- wp:paragraph -->\n<p>If you’re not already using voice search, you’ve definitely seen the commercials on TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each day, more people are using voice search-equipped smartphone apps and digital assistants (like Amazon’s Alexa, Apple’s Siri, Microsoft’s Cortana and Google Assistant) to handle simple tasks, get answers to questions and more — at home, on the road or wherever they happen to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The convenience of being able to use your voice, rather than your fingertips, means that voice search is on the rise. According to Google, 20% of all searches on mobile devices are now made using voice search and experts predict that 50% of all searches will use voice search by 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the digital marketing world, of course, this fast-growing phenomenon means that marketers must develop new ways to tailor their&nbsp;SEO strategies&nbsp;to optimize for voice search. Here’s a closer look at some of the ways that voice search will shape the future of SEO and some best practices on how to go about optimizing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. Use of Long Tail Keywords &amp; Searcher Intent</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If I were to do a text search for “best laptops for college students,” you would have no idea whether I wanted to research or purchase one, my price range or what kind of laptop I was looking for. But if I were to perform a voice search and say, “what are the best-priced laptops for college students?” this might bring up results for top 10 lists, reviews, forums, stores recommending specific brands for college students, etc. Because speaking a longer, more specific search query is easier than typing one, voice search will often give more context about searcher intent, meaning search engines can deliver more specific, relevant results in response to a query.&nbsp;This also means it’s a good idea to research relevant long tail keywords and integrate them into your content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. Recognizing Natural Speech Patterns</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you think about it, most people don’t type an email or text message the same way they might speak to you face to face. Example: You might text message a friend saying, “grab a drink after work?” But if you were to ask the same question in person you’d be more likely to say, “hey, do you want to grab a drink after work tonight?” Your natural speech pattern contains more context about your question than if you were to type or text it to someone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why the term “natural language” is used to describe queries made using voice search and longer tail keywords. Because of the discrepancy between what people are likely to type versus what they are likely to say, it is increasingly important for SEOs to understand how the nuances of natural speech patterns affect search results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. Impact on Local SEO</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>According to Moz, voice searches are three times more likely to be local-based than text search because most smartphones today search for local listing results. A smartphone knows your location, the weather outside, or whether there’s traffic ahead on the highway. All of these factors help to narrow down your search results for better and more accurate results. Examples of such searches could be “where is the nearest fast food, gas station, department store, etc., near me.” Most local searches are geared around “Where?”, “What?” and “How?” phrases like the examples above.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What does this mean for your local business? You should restrategize your approach to local SEO to make sure you are picking up on voice searcher intent for keyword groupings around your business or industry. Simply put, structure your keywords around the 5 Ws (Who, What, Where, When and Why).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, since much of voice search is occurring on mobile devices, it’s more important than ever to make sure your mobile experience is as user-friendly — and as speedy — as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Looking Ahead — 2019 and Beyond</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Looking ahead, one thing is for certain: People are adapting rapidly to the fact that voice search is destined to become more of a factor in our everyday lives. As with the release of the iPhone back in 2007 and the subsequent explosion of smartphone technology, voice search is the wave of the future — and the present. This means that businesses (and the digital marketing strategists who work with them) must be ready to tackle this new search optimization challenge to stay ahead of the competition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://vtldesign.com/</p>\n<!-- /wp:paragraph -->', 'Hey Alexa, How Do I Optimize for Voice Search?', '', 'publish', 'open', 'open', '', 'hey-alexa-how-do-i-optimize-for-voice-search', '', '', '2021-08-17 18:24:59', '2021-08-17 18:24:59', '', 0, 'https://mar.21lab.co/?p=35', 0, 'post', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(38, 1, '2021-08-17 18:27:48', '2021-08-17 18:27:48', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">With the new announcement coming from Instagram, we will shortly begin to see advertisements in the Explore page.&nbsp;The Explore page recommends posts it predicts a user would like based on other posts they’ve looked at in the past. It also shows categories of posts like fashion, architecture, and food.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instagram said more than 50% of accounts globally visit the Explore page every month.&nbsp;When user’s first get to the Explore page they will not see the ads, but once they click on content and begin to scroll through, ads will appear. The ads will be shown as both videos and photos, and are expected to be released to everyone over the next few months.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Explore is where people are really open to discovery, and that’s why we’re really excited about this,” says Susan Buckner Rose, director of business product marketing.” Instagram is trying to leverage the fact that people visit the Explore page to uncover new content and see what interests them, this is a perfect opportunity for personalized ads to be shown. It is the perfect platform within Instagram where a users motive usually is centralized around learning something new or to discover a new account, brand, or product.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"another-reason-fb-is-leading-towards-ads-on-insta\"><strong>Another Reason FB is leading towards Ads on Insta</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Facebook has reported that their ad sales machine is slowing down as they have hit a ceiling of how many ads it can show a user on FB. Furthermore, they will lean heavier on Instagram ads and its other platforms to keep the advertising up. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instagram has continued to grow in popularity with the public while more controversy around Facebook arises. Beyond just ads in feeds, Instagram has begun placing advertisements in stories and branded content ads. These branded content ads give brands the power to create social media influencers’ sponsored content appear as ads to provide a larger audience. In the past, only people following the influencers were able to view their paid content. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"going-forward-\"><strong>Going forward&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Social networks share a common goal, to drive user engagement so they can serve ads. These platforms are beginning to integrate new placements for ads to diversify their advertisement inventory. Instagram implementing ads into the explore page is a step in the right direction for marketers. As many Instagram users can become agitated when their feed is congested with ads, users on the explore page are there to discover new content. This aligns perfectly with the user’s motives &amp; provide a benefit for both the marketer and the prospective customer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://powerdigitalmarketing.com/</p>\n<!-- /wp:paragraph -->', 'Instagram Will Start Putting Ads Within the Explore Page', '', 'publish', 'open', 'open', '', 'instagram-will-start-putting-ads-within-the-explore-page', '', '', '2021-08-17 18:27:48', '2021-08-17 18:27:48', '', 0, 'https://mar.21lab.co/?p=38', 0, 'post', '', 0),
(40, 1, '2021-08-18 01:27:39', '2021-08-18 01:27:39', '<!-- wp:paragraph -->\n<p>Christmas is upon us! People have already started looking for Christmas present ideas, have you started planning for the busiest season of the year yet?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">We all know this Christmas is going to be like no other, even though there are some stats and various insights on how it might be like. Amazon has said that they’ve already seen an increase in people shopping for presents, some resources support this and say this if going to be the best one ever, and some other resources say they don’t expect it to be as busy as there are a lot of people who are having a hard time with their finances. Either way, there is an intent and you as a business should make the most of it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We’ve put together some tips for you to end 2020 and start 2021 on the right foot:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. Start planning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We live in unprecedented times and people are being encouraged to plan ahead, start Christmas shopping early and be prepared, hence the panic buying! I’m not saying stock up on toilet roll, I’m just saying you should have started your Christmas campaign planning yesterday! Plan your Christmas products, update your website, start telling people about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And when you plan ahead, you can avoid the stress and panic the holiday season might bring to retail businesses. Create your strategy, make sure your content is aligned throughout all your channels and start updating your customers. Tell them what’s coming up, when the last order date is and even set up auto-responses because this year Christmas shopping will be a bit more challenging so help your customers as much as you can! Which brings me to the second tip:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. Help</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Christmas shopping can be stressful at the best of times: so many family members and loved ones to shop for and I don’t know about you but I always count on walking around the stores to see if something catches my eye. This year, we’re needing to do most of our Christmas shopping online so people need help and guidance on what presents to get their loved ones. One way to help people is creating gift guides based on age, gender and interests. Create different collection pages for each group. Another idea is to offer free shopping advice or livechat with a personal shopper so people can ask questions and get an answer from an expert quickly. If you can’t do any of these, you can still help by writing blogs and creating social media posts about advice on buying gifts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. Make Your Website Convenient</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Normally people go online to shop as it’s not as time-consuming as actually going to a shop somewhere and also because it’s convenient – right now people go online because they don’t have a choice, especially if the second lockdown gets extended to December. Either way, you have to make sure your website is convenient and easy to use for people. Especially with really high amounts of traffic expected until the end of the year, check everything’s working as they should on your website and it doesn’t take a long time for your pages to load as that’s definitely a reason for people to leave your website and not come back! Smallest of annoying issues and glitches might cost you a lot of sales, so get your website in order before the holiday shopping mania begins.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. Choose Products Wisely</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose which products to promote wisely! Unfortunately, you can’t make decisions based on what worked during previous years, I’m afraid you’re going to have to make educated guesses. With the pandemic, a lot of our wants and needs have changed, people spend more times at home getting dressed in casual clothing. Based on this people will be more likely to spend money on their houses and clothes they’d wear at home. So make sure you consider these when you update your website and create Christmas themed social media posts and shout out about the right products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ps. Make sure you update your homepage to have specific Christmas products section, so people can reach these easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>5. Create a sense of urgency</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Urgency is what makes people buy! Have you ever put something in your basket and left the website thinking you can go back to it and buy it later? And how many times have you actually bought it? If there was a limited time offer on it, I can assure you that you would have bought it right then and there. So use it, create different offers and deals each day, like the 12 days of Christmas campaign Amazon does every year. It works because people don’t want to miss out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Add countdown timers to your website so people can see the clock ticking, which is basically a way of saying ‘you better act quick’. Also make sure all your social media, website and email promotions are aligned so people can be aware of these deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>6. Get Creative</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Everyone’s working on Christmas campaigns, what makes you different? If you want people to choose you over your competitors, this is the time to get creative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Start with your content, a very different Christmas is ahead of us, try to come up with some content ideas that can help people, not just gift guides but answer frequently asked questions, think about what will help people get through these rough times. If things were normal, you could create content around how to wrap weirdly shaped presents, why not try showing how you pack your orders so that people can see what they will look like when they send presents to their loved ones through you? It’s not just social media content that needs to be creative, make sure your emails have eye-catching subject lines so they don’t get lost in the millions of Christmas campaign emails we all get.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Put yourself in your customers’ shoes and think of what worries you have about Christmas shopping this year. Then see what you can do to help customers with these kinds of worries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>7. Tell Them Why</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No one is there to be sold to, so don’t just say ‘look at what we have, buy it’ on social media, tell them why they need to buy that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why would you buy your products? Think of that reason and use it for your social content to show people why your products are attractive and make great presents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>8. Have Fun</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Social media is fun, it doesn’t have to be so blunt all the time. Yes, you are trying to sell something but why not have fun with it in the meantime? Show your followers that there is an actual human being behind the screen and don’t be afraid to show them your personality!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People are desperately in need of some socialisation, and they go to social media for this. Share content from other accounts, engage with people on these platforms and they will definitely appreciate it and this will only make you look good. In the end, the trick is to be human!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>9. It’s Next Year That You Should Be Focusing On</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do you know why it’s important to sell this year? It’s so that you can build loyalty and sell even more next year! The more people buy from you this year, the more people will remember your products next year. And I don’t mean next year during Christmas. Even if you turn 10% of your new customers, into loyal customers. That’s 10% growth year-on-year. So you should be focusing on selling now, to build loyalty for next year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are 9 tips for a very weird Christmas ahead, use them wisely and turn this short period into a profitable one!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://socialb.co.uk/</p>\n<!-- /wp:paragraph -->', '9 Tips To Start Preparing For Christmas This Year', '', 'publish', 'open', 'open', '', '9-tips-to-start-preparing-for-christmas-this-year', '', '', '2021-08-18 01:27:39', '2021-08-18 01:27:39', '', 0, 'https://mar.21lab.co/?p=40', 0, 'post', '', 0),
(42, 1, '2021-08-18 01:32:07', '2021-08-18 01:32:07', '<!-- wp:paragraph -->\n<p>Advertising could really be much more than an evil. Online ads&nbsp;can be useful when they are&nbsp;relevant, which suggests contextualization and personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">Brand use contextual targeting to attract users and place them at the heart of their marketing – be it through display targeting, or promoting certain pieces of content or products on their website based on previous visits. The wider issue is – this is not something you set up once, tick the box and you are done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Achieving that authentic personal touch should include the following considerations:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>1. Combine multiple data sources</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You may have seen the BBC’s Sherlock. It is impressive how much impression you can get about Sherlock just by looking at him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Something similar can be done online as well through Google targeting tools. You can also combine multiple ‘clues’ about your audience to build up a better picture of them which is the key to accurate targeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will find most of this from your analytics, your CRM (Customer relationship management) database, your social networks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>2. Allow feedback, and learn from it</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People’s circumstances change – those in market today are not necessarily looking for the same product tomorrow. You need to adapt. Good advertisers will recognize this and change their approach to online ads. In addition they will engage with customers to understand how best they want to be communicated with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>3. Build an experience around your audience</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Blanket retargeting everyone who ever looked at that new sofa product page you created will get you some conversions, sure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But you’ll also have annoyed a lot of people, who for whatever reason just didn’t want to buy that sofa. Be more nuanced – develop separate, personalized strategies depending on the type of people you’d like to engage with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>4. ‘Offsite’ and ‘onsite’ do not live in separate bubbles&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can spend millions crafting a beautifully personalized experience around your audience on your website. However if your ‘offsite’ acquisition strategy is based around pushing forward poorly targeted advertising then the best you can hope for is your site experience being able to compensate for a poor journey on the way there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A contextual, personal touch in guiding the way is as important as the experience once you arrive. The content you expose to people to on their route to your website plays a defining role in the conversion you achieve on their exit. You only have to look at&nbsp;the rise of ad-blocking software&nbsp;to know just how far off the mark ads can be these days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following someone across the internet for weeks with banners promoting a sofa they may have considered purchasing is the online equivalent of employing someone to continually chase a customer with a ‘Buy this Sofa!’ placard. You wouldn’t do that in real life so why do it online?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://dms.am/</p>\n<!-- /wp:paragraph -->', 'Make Your Online Ads Relevant and Personal', '', 'publish', 'open', 'open', '', 'make-your-online-ads-relevant-and-personal', '', '', '2021-08-18 01:32:07', '2021-08-18 01:32:07', '', 0, 'https://mar.21lab.co/?p=42', 0, 'post', '', 0),
(46, 1, '2021-08-18 01:36:21', '2021-08-18 01:36:21', '<!-- wp:paragraph -->\n<p>You don’t need us to tell you that the COVID-19 pandemic has thrown up more than a couple of obstacles when it comes to the workplace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">The UK government announced the latest lockdown on 4 January 2021, with Prime Minister Boris Johnson hinting at the time that the middle of February would be the earliest he would consider lifting some of the restrictions. On 22 February, the Prime Minister is slated to release the country’s roadmap out of lockdown, providing loose dates for when sectors of the economy can expect to be reopened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This uncertainty is wreaking havoc with employers, with many already struggling to manage their team during the COVID-19 crisis. Some will have taken heed from the first lockdown, but many employers are finding it increasingly difficult to manage their teams effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re struggling, you’re not alone. Studies have shown that around&nbsp;40% of managers&nbsp;are finding it hard to manage their teams remotely, but there are ways you can make it work. Keep reading to find out more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Trust</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>According to the&nbsp;Harvard Business Review, the majority of remote management issues stem from a level of distrust that managers have in their employees’ ability to get their work done. In fact, 38% of managers reported believing their employees performed worse at home, be it because of the temptation of TV or housework, or because of the lack of direct supervision. Furthermore, 29% of managers say they don’t believe their employees have the knowledge to work from home, and a further 27% said they doubted whether their team had any essential skills at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s clear that a large portion of managers don’t trust their teams to work from home during the COVID-19 pandemic but going into it with such a negative mindset is detrimental. More than 30% of employees say they can sense when their managers don’t trust them, and this can lead to deep cracks in employer-employee relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first step to managing a team during COVID-19 is to trust that they know what they’re doing and know how to get the job done. Failure to do so will cause fractures within your team and only make your job harder, which is the last thing you need considering all the other things you need to juggle as a manager.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Flexibility</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With schools closed, mass testing common place and the vaccine rollout underway, it’s likely that your team will have additional requirements they need to tend to during the pandemic that they wouldn’t normally. As a manager, one way you can effectively manage your team is by ensuring you offer them flexibility. If a member of your team needs time off to get a get a test or receive a vaccine, don’t make them feel bad about it. If another member is trying to juggle home-schooling and working full-time, have a chat with them and see if you can adjust their hours so they can do everything they need to do – even if they start work later or switch a day off at the weekend for a day off during the week if this is possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The needs of your team will be hugely different during the COVID-19 pandemic compared to at any other time, so offering a flexible approach to working is essential to keeping your team’s morale up and stopping their productivity from dipping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Communication</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As a manager, you’ve likely got several members who all have different needs and ways of doing things. The best thing you can do during the COVID-19 lockdown is to implement a communication strategy that works for everyone. Part of this will come down to trusting your employees and not calling them every hour for a progress update, and some of it will come from taking the lead and knowing what will work best for your team and the business as whole. Without sitting next to each other in the office, you might find your team are reluctant to speak to one another, but you need to encourage them to do just that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead by example. If you have a quick question for one of them, give them a call to lament that it’s quicker than emailing and provides a much more effective way of minimising the risk of crossed wires. You team will be looking to you for things like this, so make sure you set a good example and they will naturally follow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Compassion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The hallmark of any good manager is to&nbsp;be compassionate&nbsp;and to live up to the duty of care they have for their team, and at no time is this more apparent than during COVID-19. Making an extra effort to ask how each person on your team is, listening to their worries, reassuring them where you can and being someone they can turn to with their concerns will reaffirm to them that you’re there for them during this difficult time. If a member of your team feels like you care about them, they’re more likely to do a good job and your business will benefit as a result. It might not seem like it because the pandemic has forced us all to stay 2m apart, but now more than ever is a time for your team to grow closer. The closer your team is, the better it works, and the better it works, the easier it is to manage in the long-term, not to mention the more productive it is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Summary</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Managing a team of people is hard at the best of times, and the COVID-19 pandemic has more than amplified the struggles faced by those in leadership roles. If you’re struggling, try implementing more trust, offering better working flexibility, opening new lines of communication, and imparting more personal compassion to see if it helps. Odds are, it will, and your work life will be all the better for it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re finding that you’re still struggling, it could be that you have too much on your plate.&nbsp;Talk to us&nbsp;today to find out how we can help ease your workload during the most difficult of times so you can be more present with your team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://www.i3media.net/</p>\n<!-- /wp:paragraph -->', 'Tips for Remotely Managing a Team During COVID-19', '', 'publish', 'open', 'open', '', 'tips-for-remotely-managing-a-team-during-covid-19', '', '', '2021-08-18 01:36:21', '2021-08-18 01:36:21', '', 0, 'https://mar.21lab.co/?p=46', 0, 'post', '', 0),
(48, 1, '2021-08-18 01:40:59', '2021-08-18 01:40:59', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">While press releases may no longer be the primary method for distributing company news in our modern society, they are still incredibly powerful marketing tools that you should take advantage of. &nbsp;Whether you want to promote an event, stimulate conversation about your company, or send a message to the public about noteworthy company developments, press releases can provide immense value through their ability to reach potential customers and generate discussion. Because of this, strategic press releases should be a lynchpin to any public relations strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>A brief and captivating press release will share your company’s latest developments with the world, bringing you to the forefront of every conversation. On the other hand, a mistimed or poorly handled press release will likely cause more damage than good.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you do not manage your press releases properly, it is unlikely that they will ever reach your target audience, which is a waste of a golden opportunity to expand your reach. Not to mention, a big waste of money. Below, we will discuss when you should write a press release, how to best leverage it, and give general tips on best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"when-to-write-a-press-release\"><strong>When to Write a Press Release</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A growing, competitive business will have several opportunities throughout the year to write a press release. It’s important to keep in mind though that not every small thing is press release worthy. That said, you may be surprised by all the seemingly insignificant events you missed out on that would have been perfect opportunities to utilize a press release. Such occasions include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Important new updates to product or service</strong> – Keeping your customers or potential customers in the loop about updates is essential for any business’ success. For example, Apple releases a press release every time their OS is updated. Included in the press release is information about bugs fixed, new features of the operating system update, and the motivation behind the update.</li><li><strong>New differentiating factor that sets the company apart</strong> – If your company has created something groundbreaking that distinguishes itself in the market, whether it be a feature, a product or something proprietary, capitalize on this achievement by sharing it with the public!</li><li><strong>New developments</strong> – If there are new developments to the product or company itself, let the public know by building up the hype on how these developments will make the company even better.</li><li><strong>Significant new hires</strong> – A new hire, especially from another successful company, is a great way to signal that your company is composed of the best and brightest talent. In Hollywood, the trades will regularly discuss an agent moving from CAA to WME or a big-time producer joining a new studio. Naturally, this generates speculation about what they will add to the team or the new direction they may be taking that company.  </li><li><strong>Significant changes to product or service offering</strong> – If you are dramatically changing your good or service, especially for the better, it is essential you let your customers know. To competitors within the market, it will signal that you are forward-thinking, a trendsetter, or an early adaptor to new tech.</li><li><strong>Any social justice tie-in, charitable event, or significant donation</strong> – In recent years, the public has put a larger emphasis and importance on companies actions toward making the world a better place. Although it may seem boastful, just about every company will have charitable promotions that function as a form of advertisement. For example, in the most recent World Series, TMobile promised that they will donate $10,000 for hurricane relief for every home run hit.   </li><li><strong>A new partnership with another business or organization</strong> – If you are partnering with another business or organization for a new product, social justice cause, or bundled product deal, let the public know. If you don’t share this information, you’re doing both of your companies a disservice. After all, the whole point of working together is to try and convert the other business’ customers into your own as well.</li><li><strong>Setting the record</strong> – There are times when there is information you need to clarify or have as a matter of record but that isn’t necessarily something you would pitch to the press. Issuing a release is a great way to make this information easily available to people online.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"the-substance-of-the-press-release-\"><strong>The Substance of the Press Release</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want to get the most out of your press release, you must have something that is both newsworthy and readable. Tips for increasing the impact of your press release include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Seize the reader’s attention with the headline</strong>&nbsp;– A majority of readers never get past the headline itself. Therefore, as with any article or pitch, a strong, encompassing headline is critical. Ideally, it should draw the audience in, while also summarizing the gist of the press release. Avoid clickbaity or Buzzfeedesque headlines, as most readers have become jaded by companies misleading their audience. Making a dramatic statement in the headline and then contradicting it within the release does not sit favorably with readers.</li><li><strong>Include quotes</strong>&nbsp;– If you want to increase your credibility, quotes from high-level sources or trusted industry leaders are essential. Your audience is far more likely to believe you if a known figure adds their insight to the matter.</li><li><strong>Keep it simple</strong>&nbsp;– Do your best to avoid industry jargon or technical language that your audience might not understand. If that is unavoidable, do your best to explain this lingo in layman’s terms. Press releases should be able to be read by an industry expert, as well as a person who has never heard of your service.</li><li><strong>Keep it concise</strong>&nbsp;– Press releases are not novels. They should grab the audience’s attention and briefly tell them why this release matters. If a reader sees a wall of text, they are far less likely to read it. As a general rule of thumb, a press release should never be more than a page long. If a reader wants more information, they can reach out via the contact info found in the release.</li><li><strong>Use visual content</strong>&nbsp;– Video, pictures, and infographics help you tell your story visually. The human brain processes visual information at a much more rapid rate than it does translating text. By sharing essential information, statistics, and data in a visual manner, you can emphasize points while enhancing readability.</li><li><strong>Create a pitch</strong>&nbsp;– When reaching out to editors, you should write a media pitch that briefly sells the story and its relevance to the editor. This pitch should include succinct details of the story and convey why it matters to that publication’s audience.</li><li><strong>Use Link Building</strong>&nbsp;– In recent years, more distribution platforms have employed no-follow links, but for those who have not, press releases are fantastic means for building brand awareness and increasing SEO presence. If allowed, add links to your press release that readers can click on to find out more about your company or product. By adding this landing page, you also increase the likelihood media outlets will link back to your target site, thus helping your position in the SERPs.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"how-to-leverage-your-press-release\"><strong>How to Leverage Your Press Release</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now that we’ve covered how to write a press release and what to include within them, let’s take a look at a few tips that will help you get the most out of each release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Plan ahead</strong>&nbsp;– Don’t wait until the last minute, especially since press releases can build up hype and generate conversation. By preparing well in advance, it will give you time to lock in all the proper approvals and quotes, as well as sufficient time to pre-pitch the release to editors.</li><li><strong>Make sure it is, in fact, newsworthy</strong>&nbsp;– If your release does not touch on any of the points above, then there should be a good reason behind the statement. Ask yourself, “Will this release excite people within the industry? Does it give value or speak to current industry trends? Would it serve my interest better if it was released on the blog/press section of the website?” Simply filling the air with noise is not the right way to go about press releases. If that becomes a habit, readers will eventually just ignore it, expecting fluff.</li><li><strong>Focus on point pitching</strong>&nbsp;– Point pitching is where you will get the most feedback from press. Before releasing over the wire, focus on your point pitching. If the release is already live, there is no “exclusivity” to it, and it will be unlikely to garner the same amount of interest and traction with editors.</li><li><strong>Find the right editors to point-pitch your release</strong>&nbsp;– Create a list of editors who are the ideal fit to tease and cover the press release. Certain editors have built-in audiences that are right for one type of press release, but not a great fit for another. If you do generate interest, you can send over the full release held under embargo prior to distribution.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"conclusion\"><strong>Conclusion</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When done right, press releases are valuable means for disseminating new and vital information within the industry and to potential customers. By keeping relevance and readability at the forefront of your mind, you’ll ensure that you’re getting the most out of each and every press release.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://powerdigitalmarketing.com/</p>\n<!-- /wp:paragraph -->', 'How to Get the Most Out of Your Press Release', '', 'publish', 'open', 'open', '', 'how-to-get-the-most-out-of-your-press-release', '', '', '2021-08-18 01:40:59', '2021-08-18 01:40:59', '', 0, 'https://mar.21lab.co/?p=48', 0, 'post', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(50, 1, '2021-08-18 01:44:59', '2021-08-18 01:44:59', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move on to the next step: how to get subscribers on YouTube. Growing your channel is essential if you want your videos to be seen – and your message heard. The only way to do that is to gain YouTube subscribers. But how do you get more subscribers on YouTube?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Today, we’ll look at everything you need to know about how to get more subscribers on YouTube so you can grow your YouTube marketing channel exponentially. We’ll aim to answer questions like how do you get subscribers on YouTube? and how to get subscribers on YouTube fast? More importantly, we’ll be showing you how to get more subscribers on YouTube FOR FREE.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Read on to find out how to grow YouTube subscribers using three simple but highly effective steps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>1. Follow YouTube SEO Best Practices</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A good way to ensure your video marketing campaigns gain the attention of your audience is to follow YouTube SEO best practices and optimize your YouTube marketing profile. By employing video SEO optimization techniques, you can boost the ranking of your video marketing channel and make it easier for audiences to discover your videos. Follow the YouTube SEO tips listed below and get free YouTube subscribers in no time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Optimize Your Channel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We know what you’re thinking: How do I get more subscribers on YouTube when it’s such a competitive platform? With so many videos on the site already, it’s easy to get lost in all the clutter. This is why YouTube SEO is important, and an excellent example of why you need to optimize your channel. Here are some YouTube SEO tips for optimizing your channel:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Use a channel icon</strong>. It’s like a custom thumbnail that showcases your brand everywhere on YouTube.</li><li><strong>Create a tagline</strong>. Highlight what makes your channel unique and add it as a subhead on your channel art.</li><li><strong>Write a compelling channel description</strong>. Optimize your channel for video SEO by showcasing what your business is about while adding relevant keywords.</li><li><strong>Create a channel trailer</strong>. Add a short video about the type of content viewers can expect on your channel and get free YouTube subscribers instantly.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Optimize Your Video Uploads</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Optimizing your videos&nbsp;for video SEO unlocks special features that can help you get YouTube subscribers through discovery. Video SEO optimization helps YouTube categorize your videos and connect you with your target audience. If you were ever wondering how to gain subscribers on YouTube, making it more visible is the way to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>HubSpot has shared a few YouTube SEO tips for optimizing your video uploads to get free YouTube subscribers. According to HubSpot, a video optimized for SEO has four major elements:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A title that contains a target keyword</li><li>A natural video description that contains a few more target keywords</li><li>An engaging video thumbnail that captures the attention of your target audience</li><li>And an embedded branding watermark and end screen to boost YouTube subscribers</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>But how do you get subscribers on YouTube if you don’t upload content regularly? The answer is by having a regular content schedule, which is also one of the best ways to boost YouTube subscribers. Some recommend publishing a video&nbsp;every week, while others say&nbsp;multiple times a week. But according to Thrive’s Media Specialist Corbin Hubbard, the upload schedule doesn’t matter. What matters is that 1) you publish regularly and 2) your YouTube subscribers know about it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The key to success is consistency,”&nbsp;said Hubbard.&nbsp;“If you want to upload once a month, once a week, once a day, that’s great. Just doing it consistently so your viewers know what and when to expect, that’s the magic.”</p><cite><meta charset=\"utf-8\">Corbin Hubbard</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>By following these best practices in video SEO optimization, you ensure that audiences can find your content either through Google Search or YouTube’s native search feature and gain YouTube subscribers in the process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Organize Your Videos Into Playlists</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most helpful YouTube SEO tips on how to get free subscribers on YouTube is organizing your video content into&nbsp;playlists. Playlists help you gain YouTube subscribers through curated content, which helps to improve watch time and discoverability. But in order to boost YouTube subscribers, a simple video playlist won’t suffice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Backlinko, organizing your content into “power playlists” can help you get YouTube subscribers by arranging content according to outcomes and not by topic. By outcome, we mean something tangible and attainable, like “how to get subscribers on YouTube fast.” In this way, you match user intent and get YouTube subscribers while also providing value to your existing ones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>2. Engage Your Audience</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The next part of our guide on how to increase YouTube subscribers focuses on engagement. It’s a popular topic in the realm of video marketing. Particularly, we’re focused on the concept of using video as an engagement tool, not as an answer to how to increase YouTube subscribers free.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There isn’t too much advice out there on how to get a lot of subscribers on YouTube using engagement, hence the purpose of this guide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, how do you get subscribers on YouTube through engagement? Engaging with your audience can be just as beneficial for your video marketing campaigns. By constantly interacting with your audience, they feel more appreciated, attentive and connected, which can help instill loyalty. When this happens, you gain free YouTube subscribers, just like that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you want to know how to get more YouTube subscribers through engagement? Read on below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Respond to Each Comment</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Free YouTube subscribers are actually just a comment away. But how is responding to comments related to how to gain subscribers on YouTube? And how do you get more subscribers on YouTube through interactions? The answer is by encouraging participation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most asked questions on YouTube’s FAQs is “how do I get more subscribers on YouTube?” YouTube’s answer talks about how responding to comments made by fans on a video encourages your audience to participate. When they feel encouraged, they feel compelled to get to know more about the value that you share, which can result in a larger fanbase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moreover, channels that respond to comments gain more attention because most other content creators won’t bother, helping you to stand out more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>“Heart” Awesome Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whenever you heart certain comments on your videos, the users who commented are notified either through their notifications or via email (sometimes both). When they click on that notification, you bring them back to your channel, giving them another opportunity to subscribe. And hearts are&nbsp;three times more likely to receive a click&nbsp;from users than other notifications on YouTube, which is a huge win for you. So, if you were wondering how to get more subscribers on YouTube for free, sometimes all it takes is a heart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Ask Them to “Like and Subscribe”</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In some cases, the answer to how to get more YouTube subscribers is simply to ask. Reminding your audience to like and subscribe adds a call-to-action (CTA) to your videos. In this case, the action you want them to take is to like the video, which boosts engagement, and subscribe, which is how to gain subscribers on YouTube. Make sure you reveal the value they can gain when they subscribe, for example, “Subscribe to learn more about how to get subscribers on YouTube fast.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, we’ve shown you how to get more YouTube subscribers through engagement. Next, we’ll discuss a more direct approach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>3. Promote Your YouTube Channel</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The last part of our guide on how to get subscribers on YouTube deals with attracting audiences from outside the platform. So if you’re still asking how do I get more subscribers on YouTube?, perhaps the answer is promoting your content. This is where other digital marketing strategies come in – you can do this yourself or&nbsp;work with a digital marketing agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Use Social Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Social media is populated by people who willingly consume video content. In 2020, over&nbsp;3.6 billion people&nbsp;used social media.&nbsp;Seventy-eight percent&nbsp;of those watched videos once a week and 55 percent watched videos every day. Harness audience interest in social video to understand how to get free subscribers on YouTube.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As for finding out how to get free subscribers on YouTube through&nbsp;social media, you must first identify channels that&nbsp;you’re already using. For instance, most businesses now have a Facebook page and an Instagram account. If you already have a significant following on both platforms, they should be a perfect fit for your YouTube strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others turn to&nbsp;advertising on social media&nbsp;to grow their subscriber base. Whatever strategy you pursue, remember to always add links in your posts so you can lead them back to YouTube.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embed Videos in Blog Posts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What better way to promote your videos and see how to increase YouTube subscribers than incorporating video into your SEO strategy? This can be beneficial both ways. Adding a video can boost dwell time, which in turn boosts your SEO efforts. Meanwhile, your video also gains more exposure when aligned with your SEO strategy. A win-win!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Share Your Videos in Newsletters</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re running a newsletter as part of your email marketing strategy, consider embedding new content in your weekly email blasts. This is a great way to boost engagement and get your content seen directly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Leverage Influencers</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Influencers are people who have learned how to increase YouTube subscribers free using their content alone. So, if you ever need help how to grow YouTube subscribers, work with influencers from your industry. Through their knowledge on how to get a lot of subscribers on YouTube, you gain access to a loyal fan base that can expand your reach and help you gain more followers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Promote More Videos at the End of Your Videos</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Are you wondering about how to get more subscribers on YouTube for free? By promoting your other videos at the end of your own videos. Embedded links at the end of your video content give you an extra opportunity to share valuable content with your audience. As they gain more value from your videos, they gain an extra incentive to subscribe.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>Conclusion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>That concludes our guide on how to get more subscribers on YouTube. In this blog, we answered pressing questions like “how do you get more subscribers on YouTube?” and showed examples of how to grow YouTube subscribers. After reading this article, are you still wondering about how to increase YouTube subscribers free?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After setting up your video marketing strategy, growing your audience should be a continuous priority to gain access to a wider audience. To do that, you have to know how to increase subscribers on YouTube. Getting more YouTube subscribers ensures that your videos are being watched. By knowing how to get a lot of subscribers on YouTube, users can spend more time on your channel and be alerted when you upload new content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Growing your subscriber count on YouTube is one of the most important yet challenging parts of building a video marketing strategy. Thrive is here to make it easier for you. Gain access to a team that knows everything there is to know about how to get more subscribers on YouTube by working with Thrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thrive is a full-service video marketing agency dedicated to sharing our knowledge on how to increase subscribers on YouTube. We leverage our expertise in the many different ways to grow your audience to boost your video marketing efforts. Work with Thrive and you will never wonder about how to increase subscribers on YouTube ever again. Schedule a consultation with us by filling out this form or by giving us a call at 866-434-4748.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://thriveagency.com/</p>\n<!-- /wp:paragraph -->', 'How To Increase Your YouTube Subscribers', '', 'publish', 'open', 'open', '', 'how-to-increase-your-youtube-subscribers', '', '', '2021-08-18 01:44:59', '2021-08-18 01:44:59', '', 0, 'https://mar.21lab.co/?p=50', 0, 'post', '', 0),
(53, 1, '2021-08-18 03:48:42', '2021-08-18 03:48:42', '', 'Work', '', 'publish', 'closed', 'closed', '', 'work', '', '', '2021-08-18 03:48:42', '2021-08-18 03:48:42', '', 0, 'https://mar.21lab.co/?page_id=53', 0, 'page', '', 0),
(62, 1, '2021-08-18 05:03:17', '2021-08-18 05:03:17', '', 'bg-work', '', 'inherit', 'open', 'closed', '', 'bg-work-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 53, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-work-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2021-09-03 20:25:19', '2021-08-18 05:06:52', ' ', '', '', 'publish', 'closed', 'closed', '', '70', '', '', '2021-09-03 20:25:19', '2021-08-18 05:06:52', '', 0, 'https://mar.21lab.co/?p=70', 28, 'nav_menu_item', '', 0),
(71, 1, '2021-08-18 05:07:21', '2021-08-18 05:07:21', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\">View All Services</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose Burgeon?</h5>Our expertise<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\">What Makes us Special</a>\n	<a href=\"#\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Premium Support</h5>For Customers<a href=\"#\">Contact Us</a>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Research Produced Every Month\n				0\n				+\n							Industries Served By Burgeon\n				0\n				%\n							Value Driven Results Delivered\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-06-02 12:05:52', '2023-06-02 12:05:52', '', 0, 'https://mar.21lab.co/?page_id=71', 0, 'page', '', 0),
(73, 1, '2021-08-18 05:08:24', '2021-08-18 05:08:24', '<h2 class=\"no-margin-top\">How Can We Help You?</h2>\r\nHave a question or need more information? We\'re here to help! Fill out the form below and our team will get back to you promptly. Let\'s start a conversation and explore how we can assist you in achieving your goals.\r\n\r\n\r\n\r\nFor any career inquiries, please visit our careers page <a href=\"#\">here</a>.\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"272\" title=\"For Popup\"]', 'Popup Form', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-06-02 12:20:13', '2023-06-02 12:20:13', '', 0, 'https://mar.21lab.co/?post_type=aoc_popup&#038;p=73', 0, 'aoc_popup', '', 0),
(82, 1, '2021-08-18 07:56:54', '2021-08-18 07:56:54', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Product Stationery Mockup Set', 'You can add your own graphics', 'publish', 'closed', 'closed', '', 'product-stationery-mockup-set', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=82', 0, 'nproject', '', 0),
(83, 1, '2021-08-18 07:54:28', '2021-08-18 07:54:28', '', 'p1', '', 'inherit', 'open', 'closed', '', 'p1', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 82, 'https://mar.21lab.co/wp-content/uploads/2021/08/p1.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(90, 1, '2021-08-18 09:45:28', '2021-08-18 09:45:28', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Hand Holding Tablet iPad', 'You can use it to display any app design', 'publish', 'closed', 'closed', '', 'hand-holding-tablet-ipad', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=90', 0, 'nproject', '', 0),
(92, 1, '2021-08-18 09:51:26', '2021-08-18 09:51:26', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Psd T-shirt Man Mockup Scene', 'Easily make it your own thanks to the smart layer.', 'publish', 'closed', 'closed', '', 'psd-t-shirt-man-mockup-scene', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=92', 0, 'nproject', '', 0),
(93, 1, '2021-08-18 09:49:02', '2021-08-18 09:49:02', '', 'p3', '', 'inherit', 'open', 'closed', '', 'p3', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 92, 'https://mar.21lab.co/wp-content/uploads/2021/08/p3.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2021-08-18 09:55:19', '2021-08-18 09:55:19', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Psd Magazine Mockup Showcase', 'You can easily make it your own adding your graphics', 'publish', 'closed', 'closed', '', 'psd-magazine-mockup-showcase', '', '', '2023-06-02 01:57:17', '2023-06-02 01:57:17', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=94', 0, 'nproject', '', 0),
(95, 1, '2021-08-18 09:53:29', '2021-08-18 09:53:29', '', 'p4', '', 'inherit', 'open', 'closed', '', 'p4', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 94, 'https://mar.21lab.co/wp-content/uploads/2021/08/p4.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 1, '2021-08-18 09:59:32', '2021-08-18 09:59:32', '', 'p2a', '', 'inherit', 'open', 'closed', '', 'p2a', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 90, 'https://mar.21lab.co/wp-content/uploads/2021/08/p2a.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2021-08-18 10:05:29', '2021-08-18 10:05:29', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Cubic Box Packaging Mockup', 'A very modern gravity square psd', 'publish', 'closed', 'closed', '', 'cubic-box-packaging-mockup', '', '', '2023-06-02 01:57:17', '2023-06-02 01:57:17', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=97', 0, 'nproject', '', 0),
(98, 1, '2021-08-18 10:04:35', '2021-08-18 10:04:35', '', 'p5', '', 'inherit', 'open', 'closed', '', 'p5', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 97, 'https://mar.21lab.co/wp-content/uploads/2021/08/p5.jpg', 0, 'attachment', 'image/jpeg', 0),
(100, 1, '2021-08-18 10:09:04', '2021-08-18 10:09:04', '<!-- wp:heading -->\n<h2>Project&nbsp;Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Services</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>UI/UX Design, Web Development</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6><strong>Strategy</strong></h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Brand, UX Strategy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":6} -->\n<h6>Client</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Envato - <a href=\"#\">ThemeForest</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:gallery {\"ids\":[98,96,93,95,83],\"imageCrop\":false,\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-3\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" alt=\"\" data-id=\"98\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p5.jpg\" data-link=\"https://mar.21lab.co/nproject/cubic-box-packaging-mockup/p5/\" class=\"wp-image-98\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" alt=\"\" data-id=\"96\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p2a.jpg\" data-link=\"https://mar.21lab.co/nproject/hand-holding-tablet-ipad/p2a/\" class=\"wp-image-96\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p3-1024x892.jpg\" alt=\"\" data-id=\"93\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p3.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-t-shirt-man-mockup-scene/p3/\" class=\"wp-image-93\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p4-1024x892.jpg\" alt=\"\" data-id=\"95\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p4.jpg\" data-link=\"https://mar.21lab.co/nproject/psd-magazine-mockup-showcase/p4/\" class=\"wp-image-95\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/p1-1024x892.jpeg\" alt=\"\" data-id=\"83\" data-full-url=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/p1.jpeg\" data-link=\"https://mar.21lab.co/nproject/product-stationery-mockup-set/p1/\" class=\"wp-image-83\"/></figure></li></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2>Our Solution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":10} -->\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2>The Result</h2>\n<!-- /wp:heading -->\n\n<!-- wp:pullquote {\"customMainColor\":\"#ff5100\",\"customTextColor\":\"#111a45\",\"align\":\"right\"} -->\n<figure class=\"wp-block-pullquote alignright\" style=\"border-color:#ff5100\"><blockquote class=\"has-text-color\" style=\"color:#111a45\"><p><meta charset=\"utf-8\">Their expertise led to valuable UX, clear navigation and functionality, and ease for my team to be able to design pages and manage content updates after launch.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p>The decade that brought us&nbsp;Star Trek&nbsp;and&nbsp;Doctor Who&nbsp;also resurrected Cicero—or at least what used to be Cicero—in an attempt to make the days before computerized design a little less painstaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The French lettering company&nbsp;Letraset&nbsp;manufactured a set of dry-transfer sheets which included the&nbsp;lorem ipsum&nbsp;filler text in a variety of fonts, sizes, and layouts. These sheets of lettering could be rubbed on anywhere and were quickly adopted by graphic artists, printers, architects, and advertisers for their professional look and ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aldus Corporation, which later merged with Adobe Systems, ushered&nbsp;lorem ipsum&nbsp;into the information age with its desktop publishing software&nbsp;Aldus PageMaker. The program came bundled with&nbsp;lorem ipsum&nbsp;dummy text for laying out page content, and other word processors like Microsoft Word followed suit. More recently the growth of web design has helped proliferate lorem ipsum across the internet as a placeholder for future text—and in some cases&nbsp;the final content&nbsp;(this is why we proofread, kids).</p>\n<!-- /wp:paragraph -->', 'Desk Psd Ringed Notepad', 'An original flipped open psd ringed notepad mockup', 'publish', 'closed', 'closed', '', 'desk-psd-ringed-notepad', '', '', '2023-06-02 01:57:17', '2023-06-02 01:57:17', '', 0, 'https://mar.21lab.co/?post_type=nproject&#038;p=100', 0, 'nproject', '', 0),
(101, 1, '2021-08-18 10:08:13', '2021-08-18 10:08:13', '', 'p6', '', 'inherit', 'open', 'closed', '', 'p6', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 100, 'https://mar.21lab.co/wp-content/uploads/2021/08/p6.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2021-08-18 10:24:09', '2021-08-18 10:24:09', '<!-- wp:shortcode -->\n[projects mode=\"style1\" columns=\"3\" limit=\"12\" offset=\"0\" thumbnail_size=\"960x630\" readmore_text=\"View Project\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Work Style #1', '', 'publish', 'closed', 'closed', '', 'work-style-1', '', '', '2021-08-18 10:24:09', '2021-08-18 10:24:09', '', 0, 'https://mar.21lab.co/?page_id=103', 0, 'page', '', 0),
(107, 1, '2021-08-18 10:29:47', '2021-08-18 10:29:47', '<!-- wp:shortcode -->\n[projects mode=\"style2\" columns=\"3\" limit=\"12\" offset=\"0\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]\n<!-- /wp:shortcode -->', 'Work Style #2', '', 'publish', 'closed', 'closed', '', 'work-style-2', '', '', '2021-08-18 10:29:47', '2021-08-18 10:29:47', '', 0, 'https://mar.21lab.co/?page_id=107', 0, 'page', '', 0),
(119, 1, '2021-08-19 01:28:44', '2021-08-19 01:28:44', '<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>				0\n+\nResearch Produced Every Month\n0\n+\nIndustries Served By Burgeon\n0\n%\nValue Driven Results Delivered\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\n<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>\nBurgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.\n\nAt Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.\n\nOur team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.\n\n<a href=\"#\">Speak With An Expert</a>\n\nhttps://www.youtube.com/watch?v=XHOmBV4js_E\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.</h2>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg>\n<h3>Customers First</h3>\nWe prioritize our customers, delivering exceptional service and insights that drive success.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg>\n<h3>Amazing People</h3>\nExpect responsive communication, prompt assistance, and a seamless experience throughout.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg>\n<h3>Great Support</h3>\nYou can communicate easily with us. Our average hold time for technical support is exceptionally fast.\n\n<a href=\"#\">Contact Us</a>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2023-06-02 12:28:04', '2023-06-02 12:28:04', '', 0, 'https://mar.21lab.co/?page_id=119', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(121, 1, '2021-08-19 01:29:19', '2021-08-19 01:29:19', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2023-06-02 02:47:22', '2023-06-02 02:47:22', '', 0, 'https://mar.21lab.co/?page_id=121', 0, 'page', '', 0),
(123, 1, '2021-08-19 01:29:39', '2021-08-19 01:29:39', '<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n										Email us for any further queries : info@burgeonmarketresearch.com\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: +91 874 400 5096\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n</p>\n<p><label> Your email<br />\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n</p>\n<p><label> Subject<br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n</p>\n<p><label> Your message (optional)<br />\n<textarea cols=\"40\" rows=\"10\" aria-invalid=\"false\" name=\"your-message\"></textarea> </label>\n</p>\n<p><input type=\"submit\" value=\"Submit\" />\n</p>\n</form>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-06-02 04:09:25', '2023-06-02 04:09:25', '', 0, 'https://mar.21lab.co/?page_id=123', 0, 'page', '', 0),
(125, 1, '2021-08-19 01:30:36', '2021-08-19 01:30:36', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2021-08-19 01:30:36', '2021-08-19 01:30:36', '', 0, 'https://mar.21lab.co/?page_id=125', 0, 'page', '', 0),
(128, 1, '2021-08-19 01:33:58', '2021-08-19 01:33:58', '<h2>Primary Research\nUnveiling Hidden Insights: Harnessing the Power of Primary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n\n<img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" sizes=\"(max-width: 1140px) 100vw, 1140px\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" alt=\"\" width=\"1140\" height=\"960\" />\n\nEmbark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.\n\nOur team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.\n\nPartnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.\n\nUnleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\n\n<a>What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a>How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a>What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a>How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a>Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a>Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" aria-label=\"Contact form\" data-status=\"init\"><input name=\"_wpcf7\" type=\"hidden\" value=\"298\" />\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.7.7\" />\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f298-o1\" />\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" />\n<input name=\"_wpcf7_posted_data_hash\" type=\"hidden\" value=\"\" />\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input name=\"text-857\" size=\"40\" type=\"text\" value=\"\" placeholder=\"John Doe\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>What services can we provide you?</label>\n<select name=\"menu-452\" aria-invalid=\"false\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input name=\"email-71\" size=\"40\" type=\"email\" value=\"\" placeholder=\"Email *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>Your Phone Number *</label>\n<input name=\"tel-112\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<input class=\"\" type=\"submit\" value=\"Send\" />\n\n</form>', 'Primary Research', '', 'publish', 'closed', 'closed', '', 'primary-research', '', '', '2023-06-02 12:30:36', '2023-06-02 12:30:36', '', 121, 'https://mar.21lab.co/?page_id=128', 0, 'page', '', 0),
(134, 1, '2021-09-03 20:25:18', '2021-08-19 01:38:05', ' ', '', '', 'publish', 'closed', 'closed', '', '134', '', '', '2021-09-03 20:25:18', '2021-08-19 01:38:05', '', 0, 'https://mar.21lab.co/?p=134', 9, 'nav_menu_item', '', 0),
(137, 1, '2021-09-03 20:25:18', '2021-08-19 01:38:05', ' ', '', '', 'publish', 'closed', 'closed', '', '137', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/?p=137', 10, 'nav_menu_item', '', 0),
(139, 1, '2021-09-03 20:25:18', '2021-08-19 01:38:05', '', 'Homepage #1', '', 'publish', 'closed', 'closed', '', '139', '', '', '2021-09-03 20:25:18', '2021-08-19 01:38:05', '', 0, 'https://mar.21lab.co/?p=139', 2, 'nav_menu_item', '', 0),
(140, 1, '2021-09-03 20:25:18', '2021-08-19 01:38:05', '', 'About', '', 'publish', 'closed', 'closed', '', '140', '', '', '2021-09-03 20:25:18', '2021-08-19 01:38:05', '', 0, 'https://mar.21lab.co/?p=140', 4, 'nav_menu_item', '', 0),
(141, 1, '2023-06-02 02:13:04', '2021-08-19 01:39:00', ' ', '', '', 'publish', 'closed', 'closed', '', '141', '', '', '2023-06-02 02:13:04', '2023-06-02 02:13:04', '', 0, 'https://mar.21lab.co/?p=141', 1, 'nav_menu_item', '', 0),
(142, 1, '2023-06-02 02:13:04', '2021-08-19 01:39:00', ' ', '', '', 'publish', 'closed', 'closed', '', '142', '', '', '2023-06-02 02:13:04', '2023-06-02 02:13:04', '', 0, 'https://mar.21lab.co/?p=142', 2, 'nav_menu_item', '', 0),
(143, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '143', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=143', 14, 'nav_menu_item', '', 0),
(144, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '144', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=144', 20, 'nav_menu_item', '', 0),
(145, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '145', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=145', 6, 'nav_menu_item', '', 0),
(148, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '148', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/?p=148', 7, 'nav_menu_item', '', 0),
(149, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '149', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=149', 4, 'nav_menu_item', '', 0),
(150, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', 'work-style-2', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=150', 12, 'nav_menu_item', '', 0),
(151, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '151', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=151', 11, 'nav_menu_item', '', 0),
(152, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '152', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=152', 1, 'nav_menu_item', '', 0),
(153, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '153', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=153', 10, 'nav_menu_item', '', 0),
(154, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '154', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=154', 18, 'nav_menu_item', '', 0),
(155, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '155', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=155', 17, 'nav_menu_item', '', 0),
(156, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '156', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=156', 16, 'nav_menu_item', '', 0),
(157, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', ' ', '', '', 'publish', 'closed', 'closed', '', '157', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=157', 15, 'nav_menu_item', '', 0),
(158, 1, '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 'Work Style #3', '', 'publish', 'closed', 'closed', '', 'work-style-3', '', '', '2021-09-03 20:26:26', '2021-08-19 01:41:10', '', 0, 'https://mar.21lab.co/?p=158', 13, 'nav_menu_item', '', 0),
(161, 1, '2023-06-02 12:14:50', '2021-08-19 01:53:26', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', '161', '', '', '2023-06-02 12:14:50', '2023-06-02 12:14:50', '', 0, 'https://mar.21lab.co/?p=161', 5, 'nav_menu_item', '', 0),
(162, 1, '2021-08-21 07:33:35', '2021-08-19 01:53:26', ' ', '', '', 'publish', 'closed', 'closed', '', '162', '', '', '2021-08-21 07:33:35', '2021-08-19 01:53:26', '', 0, 'https://mar.21lab.co/?p=162', 3, 'nav_menu_item', '', 0),
(166, 1, '2023-06-02 12:14:50', '2021-08-19 01:53:26', ' ', '', '', 'publish', 'closed', 'closed', '', '166', '', '', '2023-06-02 12:14:50', '2023-06-02 12:14:50', '', 0, 'https://mar.21lab.co/?p=166', 1, 'nav_menu_item', '', 0),
(167, 1, '2023-06-02 12:14:50', '2021-08-19 01:53:26', '', 'Our Work', '', 'publish', 'closed', 'closed', '', '167', '', '', '2023-06-02 12:14:50', '2023-06-02 12:14:50', '', 0, 'https://mar.21lab.co/?p=167', 4, 'nav_menu_item', '', 0),
(174, 1, '2021-08-19 01:49:57', '2021-08-19 01:49:57', '<h2>Digital Marketing PlansMonthly Cost For Startups, Small Business and Online Businesses</h2>		\n		<h2>Organic Born </h2>	<h4>Perfect for Startups</h4>	$100/per month<p>Pay Annual & Get 2 Months Free! ($11,990/yr.)</p>	\n	Competitive Analysis\n	10 Custom Social Media Posts\n	1 Blog Post\n	5 Keywords Tracked & Managed\n	Ongoing Expertise & Consulting\n		<a href=\"#\">Get Started</a>\n	All Basic Services Include:	\n		<h2>Optimal Boost</h2>	<h4>Perfect for Small Business</h4>	$500/per month<p>Pay Annual & Get 2 Months Free! ($11,990/yr.)</p>	\n	Analysis & Brand Audit\n	20 Custom Social Media Posts\n	2 Blog Post\n	10 Keywords Tracked & Managed\n	1 Monthly Email Send\n		<a href=\"#\">Get Started</a>\n	All Basic Services Include:	\n		<h2>Turbo Start</h2>	<h4>Perfect for Online Businesses</h4>	$799/per month<p>Pay Annual & Get 2 Months Free! ($11,990/yr.)</p>	\n	Analysis, Brand & Website\n	20 Custom Social Media Posts\n	5 Blog Post\n	25 Keywords Tracked & Managed\n	PPC Campaign Management\n		<a href=\"#\">Get Started</a>\n	All Basic Services Include:	\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n			<h2>FAQsDigital Marketing Packages & Pricing FAQ\'s</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Will you support more than one site?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\"> What is the advantages of the point pricing rather than hourly?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What do I get on the weekly activity and KPI reports?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Can I switch from one package to another?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Do I get a dedicate account executive?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Do I need to sign up for a long term contract?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is your access and reporting look like?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>', 'Pricing', '', 'publish', 'closed', 'closed', '', 'pricing', '', '', '2021-08-19 01:49:57', '2021-08-19 01:49:57', '', 0, 'https://mar.21lab.co/?page_id=174', 0, 'page', '', 0),
(176, 1, '2021-09-03 20:25:19', '2021-08-19 01:55:09', ' ', '', '', 'publish', 'closed', 'closed', '', '176', '', '', '2021-09-03 20:25:19', '2021-08-19 01:55:09', '', 0, 'https://mar.21lab.co/?p=176', 29, 'nav_menu_item', '', 0),
(178, 1, '2021-09-03 20:25:18', '2021-08-19 01:55:09', '', 'Blog & News', '', 'publish', 'closed', 'closed', '', 'the-marlab-blog', '', '', '2021-09-03 20:25:18', '2021-08-19 01:55:09', '', 0, 'https://mar.21lab.co/?p=178', 7, 'nav_menu_item', '', 0),
(179, 1, '2021-09-03 20:25:18', '2021-08-19 01:55:09', ' ', '', '', 'publish', 'closed', 'closed', '', '179', '', '', '2021-09-03 20:25:18', '2021-08-19 01:55:09', '', 0, 'https://mar.21lab.co/?p=179', 8, 'nav_menu_item', '', 0),
(180, 1, '2021-09-03 20:26:26', '2021-08-19 01:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '180', '', '', '2021-09-03 20:26:26', '2021-08-19 01:55:53', '', 0, 'https://mar.21lab.co/?p=180', 19, 'nav_menu_item', '', 0),
(187, 1, '2021-08-19 02:30:36', '2021-08-19 02:30:36', '', 'vector', '', 'inherit', 'open', 'closed', '', 'vector', '', '', '2021-08-19 02:30:36', '2021-08-19 02:30:36', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/vector.svg', 0, 'attachment', 'image/svg+xml', 0),
(188, 1, '2021-08-19 02:30:52', '2021-08-19 02:30:52', '', 'b-chart', '', 'inherit', 'open', 'closed', '', 'b-chart', '', '', '2021-08-19 02:30:52', '2021-08-19 02:30:52', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/b-chart.svg', 0, 'attachment', 'image/svg+xml', 0),
(189, 1, '2021-08-19 02:32:23', '2021-08-19 02:32:23', '', 'ruler-pencil', '', 'inherit', 'open', 'closed', '', 'ruler-pencil', '', '', '2021-08-19 02:32:23', '2021-08-19 02:32:23', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/ruler-pencil.svg', 0, 'attachment', 'image/svg+xml', 0),
(190, 1, '2021-08-19 02:32:42', '2021-08-19 02:32:42', '', 'responsive', '', 'inherit', 'open', 'closed', '', 'responsive', '', '', '2021-08-19 02:32:42', '2021-08-19 02:32:42', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/responsive.svg', 0, 'attachment', 'image/svg+xml', 0),
(192, 1, '2021-08-19 02:40:14', '2021-08-19 02:40:14', '', 'logo-envato', '', 'inherit', 'open', 'closed', '', 'logo-envato', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 97, 'https://mar.21lab.co/wp-content/uploads/2021/08/logo-envato.svg', 0, 'attachment', 'image/svg+xml', 0),
(195, 1, '2021-09-03 20:25:18', '2021-08-19 03:15:58', '', 'Company', '', 'publish', 'closed', 'closed', '', 'company', '', '', '2021-09-03 20:25:18', '2021-08-19 03:15:58', '', 0, 'https://mar.21lab.co/?p=195', 5, 'nav_menu_item', '', 0),
(199, 1, '2021-08-19 04:13:23', '2021-08-19 04:13:23', 'Through market lanes crammed with too many people, dogs, and rickshaws, past stalls that smell of cardamom and sizzling oil, below a smoggy sky that doesn\'t let through a single blade of sunlight, and all the way at the end of the Purple metro line lies a jumble of tin-roofed homes where nine-year-old Jai lives with his family. From his doorway, he can spot the glittering lights of the city\'s fancy high-rises, and though his mother works as a maid in one, to him they seem a thousand miles away. Djinn Patrol on the Purple Line plunges readers deep into this neighborhood to trace the unfolding of a tragedy through the eyes of a child as he has his first perilous collisions with an unjust and complicated wider world.', 'Djinn Patrol on the Purple Line', 'In a sprawling Indian city, a boy ventures into its most dangerous corners to find his missing classmate. . . .', 'publish', 'open', 'closed', '', 'djinn-patrol-on-the-purple-line', '', '', '2021-08-19 04:13:23', '2021-08-19 04:13:23', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=199', 0, 'product', '', 0),
(200, 1, '2021-08-19 04:12:05', '2021-08-19 04:12:05', '', 'Artboard', '', 'inherit', 'open', 'closed', '', 'artboard', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 199, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(207, 1, '2021-08-19 04:50:17', '2021-08-19 04:50:17', 'Rosalie Knecht is the author of Who Is Vera Kelly? and Relief Map. She is the translator of César Aira\'s The Seamstress and the Wind (New Directions) and a Center for Fiction Emerging Writer Fellow. She is the Winner of the 2021 Edgar Award - G.P. Putnam\'s Sons Sue Grafton Memorial Award and resides in New York City.', 'Vera Kelly Is Not a Mystery', 'An Autostraddle Best Queer Book of 2020\r\nA CrimeReads Best Espionage Novel of 2020', 'publish', 'open', 'closed', '', 'vera-kelly-is-not-a-mystery', '', '', '2021-08-19 04:50:17', '2021-08-19 04:50:17', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=207', 0, 'product', '', 0),
(208, 1, '2021-08-19 04:44:48', '2021-08-19 04:44:48', '', 'Artboard Copy', '', 'inherit', 'open', 'closed', '', 'artboard-copy', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 207, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 'Vera Kelly Is Not a Mystery - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio', '', '', '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 207, 'https://mar.21lab.co/?post_type=product_variation&amp;p=209', 1, 'product_variation', '', 0),
(210, 1, '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 'Vera Kelly Is Not a Mystery - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover', '', '', '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 207, 'https://mar.21lab.co/?post_type=product_variation&amp;p=210', 2, 'product_variation', '', 0),
(211, 1, '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 'Vera Kelly Is Not a Mystery - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback', '', '', '2021-08-19 04:47:15', '2021-08-19 04:47:15', '', 207, 'https://mar.21lab.co/?post_type=product_variation&amp;p=211', 3, 'product_variation', '', 0),
(213, 1, '2021-08-19 04:57:37', '2021-08-19 04:57:37', 'Imogen Lovelace is an ordinary fangirl on an impossible mission: to save her favorite <i>Starfield</i> character, Princess Amara, from being killed off. On the other hand, the actress who plays Amara wouldn\'t mind being axed. Jessica Stone doesn\'t even <i>like</i> being part of the Starfield franchise--and she\'s desperate to leave the intense scrutiny of fandom behind.\r\n\r\nThough Imogen and Jess have nothing in common, they do look strangely similar to one another--and a case of mistaken identity at ExcelsiCon sets off a chain of events that will change both of their lives. When the script for the <i>Starfield</i> sequel leaks, with all signs pointing to Jess, she and Imogen must trade places to find the person responsible. The deal: Imogen will play Jess at her signings and panels, and Jess will help Imogen\'s best friend run their booth.', 'The Princess and the Fangirl', 'The Prince and the Pauper gets a Geekerella-style makeover in this witty and heartfelt novel for those who believe in the magic of fandom--now in paperback, with an excerpt from Bookish and the Beast.', 'publish', 'open', 'closed', '', 'the-princess-and-the-fangirl', '', '', '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=213', 0, 'product', '', 0),
(214, 1, '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 'The Princess and the Fangirl - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio-2', '', '', '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 213, 'https://mar.21lab.co/?post_type=product_variation&amp;p=214', 1, 'product_variation', '', 0),
(215, 1, '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 'The Princess and the Fangirl - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover-2', '', '', '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 213, 'https://mar.21lab.co/?post_type=product_variation&amp;p=215', 2, 'product_variation', '', 0),
(216, 1, '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 'The Princess and the Fangirl - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback-2', '', '', '2021-08-19 04:57:37', '2021-08-19 04:57:37', '', 213, 'https://mar.21lab.co/?post_type=product_variation&amp;p=216', 3, 'product_variation', '', 0),
(217, 1, '2021-08-19 04:59:57', '2021-08-19 04:59:57', '', 'Artboard Copy 2', '', 'inherit', 'open', 'closed', '', 'artboard-copy-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 213, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2021-08-19 05:00:51', '2021-08-19 05:00:51', 'In this third book of the Once Upon a Con series, Rosie Thorne is feeling stuck--on her college application essays, in her small town, and on that mysterious General Sond cosplayer she met at ExcelsiCon. Most of all, she\'s stuck in her grief over her mother\'s death. Her only solace was her late mother\'s library of rare Starfield novels, but even that disappeared when they sold it to pay off hospital bills.\r\n\r\nOn the other hand, Vance Reigns has been Hollywood royalty for as long as he can remember--with all the privilege and scrutiny that entails. When a tabloid scandal catches up to him, he\'s forced to hide out somewhere the paparazzi would never expect to find him: Small Town USA. At least there\'s a library in the house. Too bad he doesn\'t read.\r\n\r\nWhen Vance\'s and Rosie\'s paths collide, sparks do not fly. But as they begrudgingly get to know each other, their careful masks come off--and they may just find that there\'s more risk in shutting each other out than in opening their hearts.', 'Bookish and the Beast', 'A tale as old as time is made new in Ashley Poston\'s fresh, geeky retelling of Beauty and the Beast.', 'publish', 'open', 'closed', '', 'bookish-and-the-beast', '', '', '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=218', 0, 'product', '', 0),
(219, 1, '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 'Bookish and the Beast - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio-3', '', '', '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 218, 'https://mar.21lab.co/?post_type=product_variation&amp;p=219', 1, 'product_variation', '', 0),
(220, 1, '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 'Bookish and the Beast - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover-3', '', '', '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 218, 'https://mar.21lab.co/?post_type=product_variation&amp;p=220', 2, 'product_variation', '', 0),
(221, 1, '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 'Bookish and the Beast - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback-3', '', '', '2021-08-19 05:00:51', '2021-08-19 05:00:51', '', 218, 'https://mar.21lab.co/?post_type=product_variation&amp;p=221', 3, 'product_variation', '', 0),
(222, 1, '2021-08-19 05:01:26', '2021-08-19 05:01:26', '', 'Artboard Copy 3', '', 'inherit', 'open', 'closed', '', 'artboard-copy-3', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 218, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2021-08-19 05:03:17', '2021-08-19 05:03:17', 'In an era of increasing social isolation, platforms like Facebook and Twitter are among the most important tools we have to understand each other. We use social media as a mirror to decipher our place in society but, as Chris Bail explains, it functions more like a prism that distorts our identities, empowers status-seeking extremists, and renders moderates all but invisible. \r\n\r\nBreaking the Social Media Prism challenges common myths about echo chambers, foreign misinformation campaigns, and radicalizing algorithms, revealing that the solution to political tribalism lies deep inside ourselves.', 'Breaking the Social Media Prism', 'A revealing look at how user behavior is powering deep social divisions online--and how we might yet defeat political tribalism on social media', 'publish', 'open', 'closed', '', 'breaking-the-social-media-prism', '', '', '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=223', 0, 'product', '', 0),
(224, 1, '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 'Breaking the Social Media Prism - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio-4', '', '', '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 223, 'https://mar.21lab.co/?post_type=product_variation&amp;p=224', 1, 'product_variation', '', 0),
(225, 1, '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 'Breaking the Social Media Prism - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover-4', '', '', '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 223, 'https://mar.21lab.co/?post_type=product_variation&amp;p=225', 2, 'product_variation', '', 0),
(226, 1, '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 'Breaking the Social Media Prism - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback-4', '', '', '2021-08-19 05:03:17', '2021-08-19 05:03:17', '', 223, 'https://mar.21lab.co/?post_type=product_variation&amp;p=226', 3, 'product_variation', '', 0),
(227, 1, '2021-08-19 05:04:09', '2021-08-19 05:04:09', '', 'Artboard Copy 4', '', 'inherit', 'open', 'closed', '', 'artboard-copy-4', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 223, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2021-08-19 05:07:42', '2021-08-19 05:07:42', 'From one of the world\'s foremost experts on the subject, a powerful argument that the greatest damage from drugs flows from their being illegal, and a hopeful reckoning with the possibility of their use as part of a responsible and happy life\r\n\r\nDr. Carl L. Hart, Ziff Professor at Columbia University and former chair of the Department of Psychology, is one of the world\'s preeminent experts on the effects of so-called recreational drugs on the human mind and body. Dr. Hart is open about the fact that he uses drugs himself, in a happy balance with the rest of his full and productive life as a colleague, husband, father, and friend. In Drug Use for Grown-Ups, he draws on decades of research and his own personal experience to argue definitively that the criminalization and demonization of drug use--not drugs themselves--have been a tremendous scourge on America, not least in reinforcing this country\'s enduring structural racism.', 'Z Drug Use for Grown-Ups', 'Hart\'s argument that we need to drastically revise our current view of illegal drugs is both powerful and timely . . . when it comes to the legacy of this country\'s war on drugs, we should all share his outrage.', 'publish', 'open', 'closed', '', 'drug-use-for-grown-ups', '', '', '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=228', 0, 'product', '', 0),
(229, 1, '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 'Z Drug Use for Grown-Ups - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio-5', '', '', '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 228, 'https://mar.21lab.co/?post_type=product_variation&amp;p=229', 1, 'product_variation', '', 0),
(230, 1, '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 'Z Drug Use for Grown-Ups - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover-5', '', '', '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 228, 'https://mar.21lab.co/?post_type=product_variation&amp;p=230', 2, 'product_variation', '', 0),
(231, 1, '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 'Z Drug Use for Grown-Ups - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback-5', '', '', '2021-08-19 05:07:42', '2021-08-19 05:07:42', '', 228, 'https://mar.21lab.co/?post_type=product_variation&amp;p=231', 3, 'product_variation', '', 0),
(232, 1, '2021-08-19 05:08:04', '2021-08-19 05:08:04', '', 'Artboard Copy 5', '', 'inherit', 'open', 'closed', '', 'artboard-copy-5', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 228, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 1, '2021-08-19 05:10:12', '2021-08-19 05:10:12', 'In The Family Firm, Brown professor of economics and mom of two Emily Oster offers a classic business school framework for data-driven parents to think more deliberately about the key issues of the elementary years: school, health, extracurricular activities, and more.\r\n\r\nUnlike the hourly challenges of infant parenting, the big questions in this age come up less frequently. But we live with the consequences of our decisions for much longer. What\'s the right kind of school and at what age should a particular kid start? How do you encourage a healthy diet? Should kids play a sport and how seriously? How do you think smartly about encouraging children\'s independence? Along with these bigger questions, Oster investigates how to navigate the complexity of day-to-day family logistics.', 'The Family Firm', 'From the bestselling author of CRIBSHEET and EXPECTING BETTER, the next step in data driven parenting from economist Emily Oster', 'publish', 'open', 'closed', '', 'the-family-firm', '', '', '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 0, 'https://mar.21lab.co/?post_type=product&amp;p=233', 0, 'product', '', 0),
(234, 1, '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 'The Family Firm - Audio', 'Format: Audio', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-audio-6', '', '', '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 233, 'https://mar.21lab.co/?post_type=product_variation&amp;p=234', 1, 'product_variation', '', 0),
(235, 1, '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 'The Family Firm - Hardcover', 'Format: Hardcover', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-hardcover-6', '', '', '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 233, 'https://mar.21lab.co/?post_type=product_variation&amp;p=235', 2, 'product_variation', '', 0),
(236, 1, '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 'The Family Firm - Paperback', 'Format: Paperback', 'publish', 'closed', 'closed', '', 'vera-kelly-is-not-a-mystery-paperback-6', '', '', '2021-08-19 05:10:12', '2021-08-19 05:10:12', '', 233, 'https://mar.21lab.co/?post_type=product_variation&amp;p=236', 3, 'product_variation', '', 0),
(237, 1, '2021-08-19 05:10:35', '2021-08-19 05:10:35', '', 'Artboard Copy 6', '', 'inherit', 'open', 'closed', '', 'artboard-copy-6', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 233, 'https://mar.21lab.co/wp-content/uploads/2021/08/Artboard-Copy-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2021-08-21 07:41:00', '2021-08-21 07:41:00', '', 'bg-contact', '', 'inherit', 'open', 'closed', '', 'bg-contact', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 123, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2021-08-21 08:24:11', '2021-08-21 08:24:11', '<div class=\"ctform\">\r\n    <p class=\"form-row\">\r\n        [text* text-857 placeholder \"First Name *\"]\r\n        [text* text-980 placeholder \"Last Name *\"]\r\n    </p>\r\n    <p class=\"form-row\">\r\n        [email* email-71 placeholder \"Email *\"]\r\n        [tel* tel-112 placeholder \"Phone *\"]\r\n    </p>\r\n    <p class=\"form-row\">\r\n        [text text-155 placeholder \"Company/Organization\"]\r\n        [text text-910 placeholder \"https://example.com\"]\r\n    </p>\r\n    <p class=\"form-row ui-dropdown\">\r\n        [select menu-452 \"What services can we provide you?\" \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\r\n    </p>\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <label>Message</label>\r\n        [textarea textarea-648]\r\n    </p>\r\n    <p>\r\n        [submit \"Send a Message\"]\r\n    </p>\r\n    <p>\r\n        [acceptance acceptance-133 default:on] Receive monthly updates covering marketing and all things digital. No spam, we promise. [/acceptance]\r\n    </p>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n1\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'For Popup', '', 'publish', 'closed', 'closed', '', 'for-popup', '', '', '2023-06-02 04:14:21', '2023-06-02 04:14:21', '', 0, 'https://mar.21lab.co/?post_type=wpcf7_contact_form&#038;p=272', 0, 'wpcf7_contact_form', '', 0),
(275, 1, '2021-08-21 08:40:53', '2021-08-21 08:40:53', '', 'img-ft', '', 'inherit', 'open', 'closed', '', 'img-ft', '', '', '2021-08-21 08:40:53', '2021-08-21 08:40:53', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/img-ft.svg', 0, 'attachment', 'image/svg+xml', 0),
(284, 1, '2021-08-21 09:00:22', '2021-08-21 09:00:22', '', 'clock', '', 'inherit', 'open', 'closed', '', 'clock-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 123, 'https://mar.21lab.co/wp-content/uploads/2021/08/clock-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(288, 1, '2021-08-21 09:02:25', '2021-08-21 09:02:25', '', 'square-pin', '', 'inherit', 'open', 'closed', '', 'square-pin-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 123, 'https://mar.21lab.co/wp-content/uploads/2021/08/square-pin-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(289, 1, '2021-08-21 09:02:26', '2021-08-21 09:02:26', '', 'telephone', '', 'inherit', 'open', 'closed', '', 'telephone-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 123, 'https://mar.21lab.co/wp-content/uploads/2021/08/telephone-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(298, 1, '2021-08-21 09:40:42', '2021-08-21 09:40:42', '<div class=\"rqform\">\r\n<div class=\"ui-left\">\r\n    <h3 class=\"ui-title\">Request a Call Back</h3>\r\n<p>Ready to take your research to the next level? Interested in harnessing the power of data-driven insights to drive your organization\'s success? We\'re here to help! Simply fill out the form below to request a callback from our team of market research experts.</p>\r\n\r\n<p>Our team will promptly get in touch with you to discuss your research needs, objectives, and how Burgeon can assist you in achieving your goals. Whether you\'re seeking to understand market trends, gain a competitive edge, or unlock new opportunities, we have the expertise and resources to deliver exceptional results.</p>\r\n\r\n<p>At Burgeon, we pride ourselves on going beyond just providing standard market research services. We believe in creating amazing experiences for our clients. That\'s why, in addition to our expertise and dedication, we offer something truly remarkable—an innovative approach that sets us apart.</p>\r\n\r\n\r\n</div>\r\n<div class=\"ui-right\">\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <label>Your Name *</label>\r\n        [text* text-857 placeholder \"John Doe\"]\r\n    </p>\r\n    <p class=\"form-row ui-dropdown ui-flexColumn\">\r\n        <label>What services can we provide you?</label>\r\n        [select menu-452 \"What services can we provide you?\" \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\r\n\r\n    </p>\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <label>Your Mail *</label>\r\n        [email* email-71 placeholder \"Email *\"]\r\n    </p>\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <label>Your Phone Number *</label>\r\n        [tel* tel-112 placeholder \"Phone *\"]\r\n    </p>\r\n    <p>\r\n        [submit]\r\n    </p>\r\n</div>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'For Services Page', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2023-06-02 04:13:48', '2023-06-02 04:13:48', '', 0, 'https://mar.21lab.co/?post_type=wpcf7_contact_form&#038;p=298', 0, 'wpcf7_contact_form', '', 0),
(311, 1, '2021-08-21 10:47:19', '2021-08-21 10:47:19', '', 'slider1', '', 'inherit', 'open', 'closed', '', 'slider1', '', '', '2021-08-21 10:47:19', '2021-08-21 10:47:19', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(316, 1, '2021-08-21 23:15:31', '2021-08-21 23:15:31', '', 'slider3', '', 'inherit', 'open', 'closed', '', 'slider3', '', '', '2021-08-21 23:15:31', '2021-08-21 23:15:31', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(317, 1, '2021-08-22 00:06:11', '2021-08-22 00:06:11', '', 'slider2', '', 'inherit', 'open', 'closed', '', 'slider2-2', '', '', '2021-08-22 00:06:11', '2021-08-22 00:06:11', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/slider2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2021-08-22 04:30:09', '2021-08-22 04:30:09', '', 'i1', '', 'inherit', 'open', 'closed', '', 'i1', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 1, '2021-08-22 04:30:10', '2021-08-22 04:30:10', '', 'i2', '', 'inherit', 'open', 'closed', '', 'i2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg', 0, 'attachment', 'image/jpeg', 0),
(341, 1, '2021-08-22 04:30:12', '2021-08-22 04:30:12', '', 'i3', '', 'inherit', 'open', 'closed', '', 'i3', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg', 0, 'attachment', 'image/jpeg', 0),
(346, 1, '2021-08-22 08:06:09', '2021-08-22 08:06:09', '', 'bulb-63', '', 'inherit', 'open', 'closed', '', 'bulb-63', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/bulb-63.svg', 0, 'attachment', 'image/svg+xml', 0),
(366, 1, '2021-08-22 08:24:47', '2021-08-22 08:24:47', '', 'note-code', '', 'inherit', 'open', 'closed', '', 'note-code', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/note-code.svg', 0, 'attachment', 'image/svg+xml', 0),
(367, 1, '2021-08-22 08:24:48', '2021-08-22 08:24:48', '', 'radar', '', 'inherit', 'open', 'closed', '', 'radar', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/radar.svg', 0, 'attachment', 'image/svg+xml', 0),
(374, 1, '2021-08-22 08:37:52', '2021-08-22 08:37:52', '', 'logo-brand', '', 'inherit', 'open', 'closed', '', 'logo-brand', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/logo-brand.svg', 0, 'attachment', 'image/svg+xml', 0),
(385, 1, '2021-08-22 08:56:06', '2021-08-22 08:56:06', '', 'algorithm', '', 'inherit', 'open', 'closed', '', 'algorithm', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/algorithm.svg', 0, 'attachment', 'image/svg+xml', 0),
(386, 1, '2021-08-22 08:56:07', '2021-08-22 08:56:07', '', 'crosshair', '', 'inherit', 'open', 'closed', '', 'crosshair', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/crosshair.svg', 0, 'attachment', 'image/svg+xml', 0),
(387, 1, '2021-08-22 08:56:13', '2021-08-22 08:56:13', '', 'tactic', '', 'inherit', 'open', 'closed', '', 'tactic', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/tactic.svg', 0, 'attachment', 'image/svg+xml', 0),
(395, 1, '2021-08-22 09:23:21', '2021-08-22 09:23:21', '', 'bg', '', 'inherit', 'open', 'closed', '', 'bg', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2021-08-22 09:58:32', '2021-08-22 09:58:32', '', 'privacy-policy', '', 'inherit', 'open', 'closed', '', 'privacy-policy-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/privacy-policy.svg', 0, 'attachment', 'image/svg+xml', 0),
(413, 1, '2021-08-22 09:58:41', '2021-08-22 09:58:41', '', 'lifering', '', 'inherit', 'open', 'closed', '', 'lifering', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/lifering.svg', 0, 'attachment', 'image/svg+xml', 0),
(414, 1, '2021-08-22 09:58:45', '2021-08-22 09:58:45', '', 'network', '', 'inherit', 'open', 'closed', '', 'network', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/network.svg', 0, 'attachment', 'image/svg+xml', 0),
(415, 1, '2021-08-22 10:03:03', '2021-08-22 10:03:03', '', 'bg-bottom', '', 'inherit', 'open', 'closed', '', 'bg-bottom', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-bottom.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 1, '2021-08-23 02:07:44', '2021-08-23 02:07:44', '', 't1', '', 'inherit', 'open', 'closed', '', 't1', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2021-08-23 02:07:44', '2021-08-23 02:07:44', '', 't2', '', 'inherit', 'open', 'closed', '', 't2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 1, '2021-08-23 02:07:45', '2021-08-23 02:07:45', '', 't3', '', 'inherit', 'open', 'closed', '', 't3', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 71, 'https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2021-08-23 03:32:49', '2021-08-23 03:32:49', '', 'bg-about', '', 'inherit', 'open', 'closed', '', 'bg-about', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-about.jpg', 0, 'attachment', 'image/jpeg', 0),
(476, 1, '2021-08-23 03:51:53', '2021-08-23 03:51:53', '', 'img-ab', '', 'inherit', 'open', 'closed', '', 'img-ab', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/img-ab.jpg', 0, 'attachment', 'image/jpeg', 0),
(496, 1, '2021-08-23 04:36:40', '2021-08-23 04:36:40', '', 'm1', '', 'inherit', 'open', 'closed', '', 'm1', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m1.jpg', 0, 'attachment', 'image/jpeg', 0),
(497, 1, '2021-08-23 04:36:41', '2021-08-23 04:36:41', '', 'm2', '', 'inherit', 'open', 'closed', '', 'm2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m2.jpg', 0, 'attachment', 'image/jpeg', 0),
(498, 1, '2021-08-23 04:36:42', '2021-08-23 04:36:42', '', 'm3', '', 'inherit', 'open', 'closed', '', 'm3', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m3.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2021-08-23 04:36:43', '2021-08-23 04:36:43', '', 'm4', '', 'inherit', 'open', 'closed', '', 'm4', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m4.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2021-08-23 04:36:44', '2021-08-23 04:36:44', '', 'm5', '', 'inherit', 'open', 'closed', '', 'm5', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m5.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2021-08-23 04:36:44', '2021-08-23 04:36:44', '', 'm6', '', 'inherit', 'open', 'closed', '', 'm6', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m6.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2021-08-23 04:36:45', '2021-08-23 04:36:45', '', 'm7', '', 'inherit', 'open', 'closed', '', 'm7', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m7.jpg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2021-08-23 04:36:46', '2021-08-23 04:36:46', '', 'm8', '', 'inherit', 'open', 'closed', '', 'm8', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m8.jpg', 0, 'attachment', 'image/jpeg', 0),
(504, 1, '2021-08-23 04:36:46', '2021-08-23 04:36:46', '', 'm9', '', 'inherit', 'open', 'closed', '', 'm9', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m9.jpg', 0, 'attachment', 'image/jpeg', 0),
(505, 1, '2021-08-23 04:36:47', '2021-08-23 04:36:47', '', 'm10', '', 'inherit', 'open', 'closed', '', 'm10', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 119, 'https://mar.21lab.co/wp-content/uploads/2021/08/m10.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 1, '2021-08-23 07:02:46', '2021-08-23 07:02:46', '', 'bg-services', '', 'inherit', 'open', 'closed', '', 'bg-services', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-services.jpg', 0, 'attachment', 'image/jpeg', 0),
(539, 1, '2021-08-23 07:29:14', '2021-08-23 07:29:14', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Passionate People</h3><p>Our team of web experts come from all walks of life and experience – B2C, B2B, vertical specialization, etc.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Community Leaders</h3><p>Recognized thought leaders within the Triangle website design and internet marketing industries.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Update Trend</h3><p>Part of our day-to-day includes staying up to date with the latest trends & tool in the marketing industries.</p>\n			<h2>Our Amazing PeopleProblem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.</h2>		\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m1.jpg\" alt=\"\"></figure>		\n		<h3>John Borthwick</h3>Owner / President<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m6.jpg\" alt=\"\"></figure>		\n		<h3>Aron Dusker</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m2.jpg\" alt=\"\"></figure>		\n		<h3>Ben Sewell</h3>Director of Operations<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m7.jpg\" alt=\"\"></figure>		\n		<h3>Hope Anthony</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m3.jpg\" alt=\"\"></figure>		\n		<h3>David Tuche</h3>Office Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m8.jpg\" alt=\"\"></figure>		\n		<h3>Pav Borthwick</h3>UI/UX Designer<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m4.jpg\" alt=\"\"></figure>		\n		<h3>John Steven</h3>Lead Marketing Manager<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m9.jpg\" alt=\"\"></figure>		\n		<h3>Anna Kova</h3>Paid Ads Specialist<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m5.jpg\" alt=\"\"></figure>		\n		<h3>Michel Valer</h3>Senior Marketing Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m10.jpg\" alt=\"\"></figure>		\n		<h3>Rose Loysen</h3>Senior Copywriter<a href=\"#\"></a>\n		<p><a href=\"https://mar.21lab.co/contact/\">Join Our Team</a></p>', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2023-06-02 01:57:17', '2023-06-02 01:57:17', '', 119, 'https://mar.21lab.co/?page_id=539', 0, 'page', '', 0),
(542, 1, '2021-09-03 20:25:18', '2021-08-23 07:30:05', ' ', '', '', 'publish', 'closed', 'closed', '', '542', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 119, 'https://mar.21lab.co/?p=542', 6, 'nav_menu_item', '', 0),
(546, 1, '2021-08-23 07:51:24', '2021-08-23 07:51:24', '', 'app-services', '', 'inherit', 'open', 'closed', '', 'app-services', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/app-services.svg', 0, 'attachment', 'image/svg+xml', 0),
(547, 1, '2021-08-23 07:51:25', '2021-08-23 07:51:25', '', 'logo-shopify', '', 'inherit', 'open', 'closed', '', 'logo-shopify', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/logo-shopify.svg', 0, 'attachment', 'image/svg+xml', 0),
(548, 1, '2021-08-23 07:51:26', '2021-08-23 07:51:26', '', 'logo-wordpress', '', 'inherit', 'open', 'closed', '', 'logo-wordpress', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/logo-wordpress.svg', 0, 'attachment', 'image/svg+xml', 0),
(549, 1, '2021-08-23 07:51:26', '2021-08-23 07:51:26', '', 'pin-2', '', 'inherit', 'open', 'closed', '', 'pin-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/pin-2.svg', 0, 'attachment', 'image/svg+xml', 0),
(550, 1, '2021-08-23 07:51:27', '2021-08-23 07:51:27', '', 'switches', '', 'inherit', 'open', 'closed', '', 'switches', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/switches.svg', 0, 'attachment', 'image/svg+xml', 0),
(551, 1, '2021-08-23 07:51:28', '2021-08-23 07:51:28', '', 'traffic', '', 'inherit', 'open', 'closed', '', 'traffic', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/traffic.svg', 0, 'attachment', 'image/svg+xml', 0),
(556, 1, '2021-08-23 08:08:20', '2021-08-23 08:08:20', '', 'algorithm', '', 'inherit', 'open', 'closed', '', 'algorithm-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/algorithm-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(557, 1, '2021-08-17 17:55:27', '2021-08-17 17:55:27', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit-2', '', '', '2021-08-17 17:55:27', '2021-08-17 17:55:27', '', 0, 'https://mar.21lab.co/?p=6', 0, 'elementor_library', '', 0),
(558, 1, '2021-08-23 08:08:26', '2021-08-23 08:08:26', '', 'crosshair', '', 'inherit', 'open', 'closed', '', 'crosshair-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/crosshair-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(559, 1, '2021-08-23 08:08:36', '2021-08-23 08:08:36', '', 'tactic', '', 'inherit', 'open', 'closed', '', 'tactic-2', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/tactic-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(583, 1, '2021-08-23 14:46:54', '2021-08-23 14:46:54', '', 'bg-1', '', 'inherit', 'open', 'closed', '', 'bg-1', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(584, 1, '2021-08-23 23:53:42', '2021-08-23 23:53:42', '', 'bg-wd', '', 'inherit', 'open', 'closed', '', 'bg-wd', '', '', '2023-06-02 01:57:15', '2023-06-02 01:57:15', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-wd.jpg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2021-08-24 00:34:29', '2021-08-24 00:34:29', '', 'img-br2', '', 'inherit', 'open', 'closed', '', 'img-br2', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 128, 'https://mar.21lab.co/wp-content/uploads/2021/08/img-br2.jpg', 0, 'attachment', 'image/jpeg', 0),
(619, 1, '2021-08-24 01:32:43', '2021-08-24 01:32:43', '', 'img-dm', '', 'inherit', 'open', 'closed', '', 'img-dm', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/img-dm.jpg', 0, 'attachment', 'image/jpeg', 0),
(623, 1, '2021-08-24 01:39:05', '2021-08-24 01:39:05', '', 'bg-dm', '', 'inherit', 'open', 'closed', '', 'bg-dm', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-dm.jpg', 0, 'attachment', 'image/jpeg', 0),
(683, 1, '2021-08-24 07:58:58', '2021-08-24 07:58:58', '', 'bg-team2', '', 'inherit', 'open', 'closed', '', 'bg-team2', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 539, 'https://mar.21lab.co/wp-content/uploads/2021/08/bg-team2.jpg', 0, 'attachment', 'image/jpeg', 0),
(710, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Graphic Design', '', 'publish', 'closed', 'closed', '', 'graphic-design', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=710', 12, 'nav_menu_item', '', 0),
(711, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Corporate Identity', '', 'publish', 'closed', 'closed', '', 'corporate-identity', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=711', 13, 'nav_menu_item', '', 0),
(712, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Logo Design', '', 'publish', 'closed', 'closed', '', 'logo-design', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=712', 11, 'nav_menu_item', '', 0),
(713, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Packaging Design Services', '', 'publish', 'closed', 'closed', '', 'packaging-design-services', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=713', 14, 'nav_menu_item', '', 0),
(714, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Talk Brand Strategy', '', 'publish', 'closed', 'closed', '', 'talk-brand-strategy', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/?p=714', 15, 'nav_menu_item', '', 0),
(715, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Content Strategy', '', 'publish', 'closed', 'closed', '', 'content-strategy', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=715', 20, 'nav_menu_item', '', 0),
(716, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'User Interface Design', '', 'publish', 'closed', 'closed', '', 'user-interface-design', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=716', 18, 'nav_menu_item', '', 0),
(717, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'User Experience Design', '', 'publish', 'closed', 'closed', '', 'user-experience-design', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=717', 19, 'nav_menu_item', '', 0),
(718, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Web Design & Development', '', 'publish', 'closed', 'closed', '', 'web-design-development', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=718', 17, 'nav_menu_item', '', 0),
(720, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Content Marketing', '', 'publish', 'closed', 'closed', '', 'content-marketing', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=720', 23, 'nav_menu_item', '', 0),
(721, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Social Media Strategy', '', 'publish', 'closed', 'closed', '', 'social-media-strategy', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=721', 24, 'nav_menu_item', '', 0),
(722, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'Email Marketing', '', 'publish', 'closed', 'closed', '', 'email-marketing', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=722', 25, 'nav_menu_item', '', 0),
(723, 1, '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 'SEO Strategy', '', 'publish', 'closed', 'closed', '', 'seo-strategy', '', '', '2021-09-03 20:25:19', '2021-08-25 01:43:07', '', 0, 'https://mar.21lab.co/?p=723', 26, 'nav_menu_item', '', 0),
(725, 1, '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 'Style 2 <sup>Flip Box + Logo Client</sup>', '', 'publish', 'closed', 'closed', '', 'style-2-flip-box-with-logo-client', '', '', '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 0, 'https://mar.21lab.co/?p=725', 2, 'nav_menu_item', '', 0),
(726, 1, '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 'Style 1 <sup>Simple</sup>', '', 'publish', 'closed', 'closed', '', 'style-1-simple', '', '', '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 0, 'https://mar.21lab.co/?p=726', 1, 'nav_menu_item', '', 0),
(727, 1, '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 'Style 3 <sup>Default</sup>', '', 'publish', 'closed', 'closed', '', 'style-3-default-with-logo-client', '', '', '2021-08-25 08:07:14', '2021-08-25 03:32:10', '', 0, 'https://mar.21lab.co/?p=727', 3, 'nav_menu_item', '', 0),
(728, 1, '2021-08-25 03:36:31', '2021-08-25 03:36:31', '', 'Blog Grid', '', 'publish', 'closed', 'closed', '', 'blog-grid', '', '', '2021-08-25 03:36:31', '2021-08-25 03:36:31', '', 0, 'https://mar.21lab.co/?page_id=728', 0, 'page', '', 0),
(732, 1, '2021-08-25 03:39:18', '2021-08-25 03:39:18', '', 'Blog List', '', 'publish', 'closed', 'closed', '', 'blog-list', '', '', '2021-08-25 03:39:18', '2021-08-25 03:39:18', '', 0, 'https://mar.21lab.co/?page_id=732', 0, 'page', '', 0),
(738, 1, '2021-08-25 08:29:55', '2021-08-25 03:41:48', '', 'Blog List <sup>with Sidebar</sup>', '', 'publish', 'closed', 'closed', '', 'blog-list-with-sidebar', '', '', '2021-08-25 08:29:55', '2021-08-25 03:41:48', '', 0, 'https://mar.21lab.co/?p=738', 2, 'nav_menu_item', '', 0),
(739, 1, '2021-08-25 08:29:55', '2021-08-25 03:41:48', ' ', '', '', 'publish', 'closed', 'closed', '', '739', '', '', '2021-08-25 08:29:55', '2021-08-25 03:41:48', '', 0, 'https://mar.21lab.co/?p=739', 1, 'nav_menu_item', '', 0),
(744, 1, '2021-08-25 08:29:55', '2021-08-25 04:05:09', '', 'Single Post <sup>with Sidebar</sup>', '', 'publish', 'closed', 'closed', '', 'single-post-with-sidebar', '', '', '2021-08-25 08:29:55', '2021-08-25 04:05:09', '', 0, 'https://mar.21lab.co/?p=744', 3, 'nav_menu_item', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(750, 1, '2021-08-25 04:48:00', '2021-08-25 04:48:00', '<div class=\"ctform\">\r\n    <p class=\"form-row\">\r\n        [text* text-857 placeholder \"First Name *\"]\r\n        [text* text-980 placeholder \"Last Name *\"]\r\n    </p>\r\n    <p class=\"form-row\">\r\n        [email* email-71 placeholder \"Email *\"]\r\n        [tel* tel-112 placeholder \"Phone *\"]\r\n    </p>\r\n    <p class=\"form-row\">\r\n        [text text-155 placeholder \"Company/Organization\"]\r\n        [text text-910 placeholder \"https://example.com\"]\r\n    </p>\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <strong class=\"ui-title\">What services can we provide you?</strong>\r\n        [checkbox checkbox-154 use_label_element \"Primary Research\" \"Qualitative Research\" \"Quantitative Research\" \"Business Research\" \"Face-to-Face Survey\" \"Online Survey\" \"Data Collection\" \"Secondary Research\"]\r\n    </p>\r\n    <p class=\"form-row ui-flexColumn\">\r\n        <label>Message</label>\r\n        [textarea textarea-648]\r\n    </p>\r\n    <p>\r\n        [submit \"Send a Message\"]\r\n    </p>\r\n    <p>\r\n        [acceptance acceptance-133 default:on] I have read and accept the Privacy Policy [/acceptance]\r\n    </p>\r\n</div>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@mar.21lab.co>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'For Contact Page', '', 'publish', 'closed', 'closed', '', 'for-contact-page', '', '', '2023-06-02 04:11:55', '2023-06-02 04:11:55', '', 0, 'https://mar.21lab.co/?post_type=wpcf7_contact_form&#038;p=750', 0, 'wpcf7_contact_form', '', 0),
(755, 1, '2021-08-25 07:23:00', '2021-08-25 07:23:00', '', 'img', '', 'inherit', 'open', 'closed', '', 'img', '', '', '2021-08-25 07:23:00', '2021-08-25 07:23:00', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/img.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2021-08-25 08:31:49', '2021-08-25 08:31:49', ' ', '', '', 'publish', 'closed', 'closed', '', '761', '', '', '2021-08-25 08:31:49', '2021-08-25 08:31:49', '', 0, 'https://mar.21lab.co/?p=761', 1, 'nav_menu_item', '', 0),
(762, 1, '2021-08-25 08:31:49', '2021-08-25 08:31:49', ' ', '', '', 'publish', 'closed', 'closed', '', '762', '', '', '2021-08-25 08:31:49', '2021-08-25 08:31:49', '', 0, 'https://mar.21lab.co/?p=762', 2, 'nav_menu_item', '', 0),
(763, 1, '2021-08-25 08:31:49', '2021-08-25 08:31:49', '', 'Shop <sup>WooCommerce</sup>', '', 'publish', 'closed', 'closed', '', 'shop-woocommerce', '', '', '2021-08-25 08:31:49', '2021-08-25 08:31:49', '', 0, 'https://mar.21lab.co/?p=763', 3, 'nav_menu_item', '', 0),
(802, 1, '2021-08-25 14:04:55', '2021-08-25 14:04:55', '[rev_slider alias=\"home2\" slidertitle=\"Homepage2\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.</h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E[projects mode=\"style1\" columns=\"3\" limit=\"6\" offset=\"0\" filter=\"yes\" thumbnail_size=\"960x600\" readmore_text=\"View Project\"]		\n			<p>Trusted by Leading Brands:</p>		\n															<img width=\"900\" height=\"900\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 150w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 300w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 1024w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:44:59+00:00\" title=\"2021-08-18T01:44:59+00:00\">August 18, 2021</time></a>Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move&hellip;\n<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">Read More</a>\n	<a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:40:59+00:00\" title=\"2021-08-18T01:40:59+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:36:21+00:00\" title=\"2021-08-18T01:36:21+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:32:07+00:00\" title=\"2021-08-18T01:32:07+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b6.jpg\" alt=\"9 Tips To Start Preparing For Christmas This Year\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\">9 Tips To Start Preparing For Christmas This Year</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:27:39+00:00\" title=\"2021-08-18T01:27:39+00:00\">August 18, 2021</time></a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home 2', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2023-06-02 01:57:17', '2023-06-02 01:57:17', '', 0, 'https://mar.21lab.co/?page_id=802', 0, 'page', '', 0),
(817, 1, '2021-08-26 00:41:29', '2021-08-26 00:41:29', '', 'radar', '', 'inherit', 'open', 'closed', '', 'radar-2', '', '', '2021-08-26 00:41:29', '2021-08-26 00:41:29', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/radar-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(821, 1, '2021-08-26 00:54:53', '2021-08-26 00:54:53', '', 'Bitmap', '', 'inherit', 'open', 'closed', '', 'bitmap', '', '', '2021-08-26 00:54:53', '2021-08-26 00:54:53', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap.png', 0, 'attachment', 'image/png', 0),
(822, 1, '2021-08-26 00:54:54', '2021-08-26 00:54:54', '', 'Bitmap2', '', 'inherit', 'open', 'closed', '', 'bitmap2', '', '', '2021-08-26 00:54:54', '2021-08-26 00:54:54', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap2.png', 0, 'attachment', 'image/png', 0),
(823, 1, '2021-08-26 00:54:55', '2021-08-26 00:54:55', '', 'Bitmap3', '', 'inherit', 'open', 'closed', '', 'bitmap3', '', '', '2021-08-26 00:54:55', '2021-08-26 00:54:55', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap3.png', 0, 'attachment', 'image/png', 0),
(824, 1, '2021-08-26 00:54:55', '2021-08-26 00:54:55', '', 'Bitmap4', '', 'inherit', 'open', 'closed', '', 'bitmap4', '', '', '2021-08-26 00:54:55', '2021-08-26 00:54:55', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap4.png', 0, 'attachment', 'image/png', 0),
(825, 1, '2021-08-26 00:54:56', '2021-08-26 00:54:56', '', 'Bitmap5', '', 'inherit', 'open', 'closed', '', 'bitmap5', '', '', '2021-08-26 00:54:56', '2021-08-26 00:54:56', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap5.png', 0, 'attachment', 'image/png', 0),
(826, 1, '2021-08-26 00:54:57', '2021-08-26 00:54:57', '', 'Bitmap6', '', 'inherit', 'open', 'closed', '', 'bitmap6', '', '', '2021-08-26 00:54:57', '2021-08-26 00:54:57', '', 0, 'https://mar.21lab.co/wp-content/uploads/2021/08/Bitmap6.png', 0, 'attachment', 'image/png', 0),
(1120, 1, '2021-09-03 20:25:18', '2021-08-26 09:26:08', '', 'Homepage #2', '', 'publish', 'closed', 'closed', '', 'homepage-2', '', '', '2021-09-03 20:25:18', '2021-08-26 09:26:08', '', 0, 'https://mar.21lab.co/?p=1120', 3, 'nav_menu_item', '', 0),
(1121, 1, '2021-09-03 20:25:18', '2021-08-26 09:26:08', ' ', '', '', 'publish', 'closed', 'closed', '', '1121', '', '', '2021-09-03 20:25:18', '2021-08-26 09:26:08', '', 0, 'https://mar.21lab.co/?p=1121', 1, 'nav_menu_item', '', 0),
(1173, 1, '2021-09-03 20:26:26', '2021-09-03 20:26:26', ' ', '', '', 'publish', 'closed', 'closed', '', '1173', '', '', '2021-09-03 20:26:26', '2021-09-03 20:26:26', '', 0, 'https://mar.21lab.co/?p=1173', 3, 'nav_menu_item', '', 0),
(1174, 1, '2021-09-03 20:26:26', '2021-09-03 20:26:26', '', 'Home 1', '', 'publish', 'closed', 'closed', '', 'home-1', '', '', '2021-09-03 20:26:26', '2021-09-03 20:26:26', '', 0, 'https://mar.21lab.co/?p=1174', 2, 'nav_menu_item', '', 0),
(1175, 1, '2021-09-03 20:26:26', '2021-09-03 20:26:26', ' ', '', '', 'publish', 'closed', 'closed', '', '1175', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 119, 'https://mar.21lab.co/?p=1175', 5, 'nav_menu_item', '', 0),
(1176, 1, '2021-09-06 09:52:50', '2021-09-06 09:52:50', '', 'img-w', '', 'inherit', 'open', 'closed', '', 'img-w', '', '', '2023-06-02 01:57:16', '2023-06-02 01:57:16', '', 121, 'https://mar.21lab.co/wp-content/uploads/2021/09/img-w.jpg', 0, 'attachment', 'image/jpeg', 0),
(1292, 1, '2021-11-11 02:42:44', '2021-11-11 02:42:44', '[class*=\"header-style\"] .navigator > a {\n    display: none !important;\n}', 'marlab', '', 'publish', 'closed', 'closed', '', 'marlab', '', '', '2023-06-02 12:48:21', '2023-06-02 12:48:21', '', 0, 'https://mar.21lab.co/marlab/', 0, 'custom_css', '', 0),
(1293, 1, '2021-08-17 16:08:19', '2021-08-17 16:08:19', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://mar.21lab.co/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page-2', '', '', '2021-08-17 16:08:19', '2021-08-17 16:08:19', '', 0, 'https://mar.21lab.co/?page_id=2', 0, 'page', '', 0),
(1294, 1, '2021-08-17 16:08:19', '2021-08-17 16:08:19', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://mar.21lab.co.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2021-08-17 16:08:19', '2021-08-17 16:08:19', '', 0, 'https://mar.21lab.co/?page_id=3', 0, 'page', '', 0),
(1295, 1, '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop-2', '', '', '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 0, 'https://mar.21lab.co/shop/', 0, 'page', '', 0),
(1296, 1, '2021-08-17 17:55:33', '2021-08-17 17:55:33', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart-2', '', '', '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 0, 'https://mar.21lab.co/cart/', 0, 'page', '', 0),
(1297, 1, '2021-08-17 17:55:33', '2021-08-17 17:55:33', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout-2', '', '', '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 0, 'https://mar.21lab.co/checkout/', 0, 'page', '', 0),
(1298, 1, '2021-08-17 17:55:33', '2021-08-17 17:55:33', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account-2', '', '', '2021-08-17 17:55:33', '2021-08-17 17:55:33', '', 0, 'https://mar.21lab.co/my-account/', 0, 'page', '', 0),
(1299, 1, '2021-08-17 18:13:46', '2021-08-17 18:13:46', '<!-- wp:paragraph {\"dropCap\":true} -->\n<p class=\"has-drop-cap\">At Power Digital Marketing, we know how difficult it is to build a high converting landing page for your business and industry vertical, but with these five best practices we hope we can get you started on the right foot towards a higher conversion rate and lead generation. Now there are more than just five landing page best practices, but today we’ll be going over the ones that we’ve seen transform into a high converting landing page again and again in testing and implementation with over a hundred clients.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The key to utilizing these landing page best practices and getting higher conversion rates requires us to be analytical with the data we are seeing with our tools like Unbounce and Hotjar/Lucky Orange (for heat mapping) and being consistent with our A/B testing. Now assuming you have a strategy for testing and have set up your tools properly, let’s dive into our CRO marketing best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"best-practice-1-have-only-one-conversion-goal-and-cta\"><strong>Best Practice #1:</strong>&nbsp;Have only one conversion goal and CTA</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To start off this list, we have a relatively simple yet often overlooked philosophy of only having one conversion goal and a CTA button that aligns with said goal. Why do we want to only have one path to conversion on our landing page design?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s say you were running a PPC campaign with a very clear CTA that a potential customer clicks on and lands on your page that has several different CTAs and conversion possibilities. Not only is your PPC manager mad at you because their conversions are going down the drain, but your website visitor is more likely to go down another path, away from your offer. The reason we call them landing pages and not websites is because they are very specialized for one goal; adding multiple goals to a landing page is like poking holes in your straw while drinking — very inefficient and frustrating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So when you are building out a landing page strategy, make sure you only have one concrete conversion&nbsp;goal and offer on the page. Not only will you see an increase in your conversion rate, but it makes creating content for said page a lot easier if everything is driving towards a singular goal.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"best-practice-2-make-sure-your-offer-is-appropriate-for-the-stage-of-the-funnel\"><strong>Best Practice #2:</strong>&nbsp;Make sure your offer is appropriate for the stage of the funnel</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>That seems like it should be common sense, but isn’t followed nearly as much. If I just heard about your brand from an article I read, I’m not likely to immediately convert to an offer that exists at the bottom of your funnel and request a quote or proposal. Now would I be willing to give you my email for an ebook or similar low-stakes offer? Potentially, if the content was relevant to me.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using landing pages as a part of a PPC campaign, you might not need to worry too much about a potential customer being at the right part of the funnel because a good PPC manager will make sure they are going after the right target audience. However, it’s still something you need to consider during the planning stages of your landing page optimization strategies and deciding what content would be appropriate for someone at that stage of the funnel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"best-practice-3-use-a-multistep-form\"><strong>Best Practice #3:</strong>&nbsp;Use a multi-step form</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now, this best practice is specific to a lead-generation landing page, but is crucial to increasing your conversion rates for pages that include forms with more than four input fields. In practice, a multi-step form breaks up several fields into multiple steps, hence the name “multi-step.” When a visitor completes one step of the form, they continue on to the next step, until the form is submitted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The strategy behind multi-step forms is the idea that visitors are more likely to complete something that they’ve started. This stems from project management psychology that we as humans don’t want our efforts to go to waste once a task is started, also known as “sunk costs.” That is why we want the first step of the multi-step form to be the easiest to complete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The key to a high-converting multi-step form is sorting your fields, starting with the fields that are least threatening (something like “How many pets do you have?”) to most (contact information, name, email, phone, etc.). The first step of the form is to use the least threatening fields to reduce the amount of friction it takes to start filling out the form, with the following steps utilizing higher threat level fields.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"best-practice-4-personalize-your-landing-page-design\"><strong>Best Practice #4:</strong>&nbsp;Personalize your landing page design</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Personalizing your landing pages is something that is relatively new and becoming easier to do using dynamic keyword injection and platforms like Proof and Dynamic Yield. The idea behind personalized landing pages is to cater content to your customer and create a unique experience that connects to them and is more likely to convert. Personalization is great, but you need to exercise some restraint. People might like that content on a page being specific to them, but being too specific can have an adverse effect. For example, if you landed on a page that knew intimate details about you such as your age, race, gender, etc. and displayed it prominently, how would that make you feel? Gross? Violated? Would you convert? Not likely.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"best-practice-5-make-it-load-fast\"><strong>Best Practice #5:</strong>&nbsp;Make it load fast</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Probably one of the most important aspects of an effective landing page is how fast it loads. Page speed is one of those things that is more technical, but is fairly easy to improve assuming your landing page is running on fast and stable servers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first step you want to take when optimizing your page speed is to optimize your image files. A landing page builder like Unbounce automatically optimizes your images when you upload them, but if you don’t have access to Unbounce or Photoshop, running your files through TinyPNG is a great way to reduce file size, and therefore improve your page speed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another factor to page speed that is easy to change is reducing or replacing scripts that are running on your landing page. As a digital marketing agency, we love scripts that track as much information as possible so we can improve our strategies, but having too many scripts or custom scripts can adversely affect our page speed. To check if the scripts you are running are noticeably slowing your page speed, make sure you analyze your page using Google PageSpeed Insights or GTmetrix. Both services are free and only need the URL of your page to analyze and give you actionable insights into your load times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"the-bottom-line\"><strong>The Bottom Line</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These best practices are just what we have seen to work with our clients, increasing their landing page conversion rates again and again. Remember that best practices are nothing if you don’t have a consistent testing strategy to make sure that what you’re changing on the page is what’s causing your successes — or failures. We have many great articles on how to start testing your landing pages, 7 Tips for A/B Testing your Facebook Ads and Website CRO: Optimize Landing Pages With These Tips being two of my favorites. Now go update your existing landing pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: https://powerdigitalmarketing.com/</p>\n<!-- /wp:paragraph -->', '5 Best Practices To Supercharge Your Landing Pages', '', 'publish', 'open', 'open', '', '5-best-practices-to-supercharge-your-landing-pages', '', '', '2021-08-17 18:13:46', '2021-08-17 18:13:46', '', 0, 'https://mar.21lab.co/?p=27', 0, 'post', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1300, 1, '2021-08-18 05:07:21', '2021-08-18 05:07:21', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.</h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<p>Trusted by Leading Brands:</p>		\n															<img width=\"900\" height=\"900\" src=\"https://mar.21lab.co/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 150w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 300w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 1024w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:44:59+00:00\" title=\"2021-08-18T01:44:59+00:00\">August 18, 2021</time></a>Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move&hellip;\n<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">Read More</a>\n	<a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:40:59+00:00\" title=\"2021-08-18T01:40:59+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:36:21+00:00\" title=\"2021-08-18T01:36:21+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:32:07+00:00\" title=\"2021-08-18T01:32:07+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b6.jpg\" alt=\"9 Tips To Start Preparing For Christmas This Year\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\">9 Tips To Start Preparing For Christmas This Year</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:27:39+00:00\" title=\"2021-08-18T01:27:39+00:00\">August 18, 2021</time></a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2021-08-18 05:07:21', '2021-08-18 05:07:21', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1300', 0, 'revision', '', 0),
(1301, 1, '2021-08-19 01:28:44', '2021-08-19 01:28:44', '0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago’s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency’s launch.</p><p>We’ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world’s leading brands.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>		\n			<h2>Our people make us uniqueProblem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.</h2>		\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m1.jpg\" alt=\"\"></figure>		\n		<h3>John Borthwick</h3>Owner / President<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m6.jpg\" alt=\"\"></figure>		\n		<h3>Aron Dusker</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m2.jpg\" alt=\"\"></figure>		\n		<h3>Ben Sewell</h3>Director of Operations<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m7.jpg\" alt=\"\"></figure>		\n		<h3>Hope Anthony</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m3.jpg\" alt=\"\"></figure>		\n		<h3>David Tuche</h3>Office Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m8.jpg\" alt=\"\"></figure>		\n		<h3>Pav Borthwick</h3>UI/UX Designer<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m4.jpg\" alt=\"\"></figure>		\n		<h3>John Steven</h3>Lead Marketing Manager<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m9.jpg\" alt=\"\"></figure>		\n		<h3>Anna Kova</h3>Paid Ads Specialist<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m5.jpg\" alt=\"\"></figure>		\n		<h3>Michel Valer</h3>Senior Marketing Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m10.jpg\" alt=\"\"></figure>		\n		<h3>Rose Loysen</h3>Senior Copywriter<a href=\"#\"></a>\n		<p><a href=\"https://mar.21lab.co/contact/\">Join Our Team</a></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2021-08-19 01:28:44', '2021-08-19 01:28:44', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1301', 0, 'revision', '', 0),
(1302, 1, '2021-08-19 01:29:19', '2021-08-19 01:29:19', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2021-08-19 01:29:19', '2021-08-19 01:29:19', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1302', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1303, 1, '2021-08-19 01:33:58', '2021-08-19 01:33:58', '<h2>Brand StrategyTo outshine your competition and win people’s hearts and minds</h2>		\n															<img width=\"1140\" height=\"960\" src=\"https://mar.21lab.co/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.</p><p>Whether you’re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<h4>Some of the Brand Strategy services we offer:</h4>		\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Brand Strategy ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Check Out Our WorkSome of our Brand Strategy Work</h2>		\n		[projects mode=\"style3\" columns=\"3\" limit=\"3\" offset=\"0\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<h2>FAQsBrand Strategy Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Brand Strategy', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2021-08-19 01:33:58', '2021-08-19 01:33:58', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1303', 0, 'revision', '', 0),
(1306, 1, '2021-08-23 07:29:14', '2021-08-23 07:29:14', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Passionate People</h3><p>Our team of web experts come from all walks of life and experience – B2C, B2B, vertical specialization, etc.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Community Leaders</h3><p>Recognized thought leaders within the Triangle website design and internet marketing industries.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Update Trend</h3><p>Part of our day-to-day includes staying up to date with the latest trends & tool in the marketing industries.</p>\n			<h2>Our Amazing PeopleProblem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.</h2>		\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m1.jpg\" alt=\"\"></figure>		\n		<h3>John Borthwick</h3>Owner / President<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m6.jpg\" alt=\"\"></figure>		\n		<h3>Aron Dusker</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m2.jpg\" alt=\"\"></figure>		\n		<h3>Ben Sewell</h3>Director of Operations<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m7.jpg\" alt=\"\"></figure>		\n		<h3>Hope Anthony</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m3.jpg\" alt=\"\"></figure>		\n		<h3>David Tuche</h3>Office Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m8.jpg\" alt=\"\"></figure>		\n		<h3>Pav Borthwick</h3>UI/UX Designer<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m4.jpg\" alt=\"\"></figure>		\n		<h3>John Steven</h3>Lead Marketing Manager<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m9.jpg\" alt=\"\"></figure>		\n		<h3>Anna Kova</h3>Paid Ads Specialist<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m5.jpg\" alt=\"\"></figure>		\n		<h3>Michel Valer</h3>Senior Marketing Manager<a href=\"#\"></a>\n			<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/m10.jpg\" alt=\"\"></figure>		\n		<h3>Rose Loysen</h3>Senior Copywriter<a href=\"#\"></a>\n		<p><a href=\"https://mar.21lab.co/contact/\">Join Our Team</a></p>', 'Our Team', '', 'inherit', 'closed', 'closed', '', '539-revision-v1', '', '', '2021-08-23 07:29:14', '2021-08-23 07:29:14', '', 539, 'https://diginspire.in/vaibhav/shubham/?p=1306', 0, 'revision', '', 0),
(1307, 1, '2021-08-25 14:04:55', '2021-08-25 14:04:55', '[rev_slider alias=\"home2\" slidertitle=\"Homepage2\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.</h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E[projects mode=\"style1\" columns=\"3\" limit=\"6\" offset=\"0\" filter=\"yes\" thumbnail_size=\"960x600\" readmore_text=\"View Project\"]		\n			<p>Trusted by Leading Brands:</p>		\n															<img width=\"900\" height=\"900\" src=\"https://mar.21lab.co/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 150w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 300w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 1024w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:44:59+00:00\" title=\"2021-08-18T01:44:59+00:00\">August 18, 2021</time></a>Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move&hellip;\n<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">Read More</a>\n	<a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:40:59+00:00\" title=\"2021-08-18T01:40:59+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:36:21+00:00\" title=\"2021-08-18T01:36:21+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:32:07+00:00\" title=\"2021-08-18T01:32:07+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/b6.jpg\" alt=\"9 Tips To Start Preparing For Christmas This Year\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\">9 Tips To Start Preparing For Christmas This Year</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:27:39+00:00\" title=\"2021-08-18T01:27:39+00:00\">August 18, 2021</time></a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home 2', '', 'inherit', 'closed', 'closed', '', '802-revision-v1', '', '', '2021-08-25 14:04:55', '2021-08-25 14:04:55', '', 802, 'https://diginspire.in/vaibhav/shubham/?p=1307', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1308, 1, '2023-06-02 02:01:43', '2023-06-02 02:01:43', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.</h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<p>Trusted by Leading Brands:</p>		\n															<img width=\"900\" height=\"900\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 150w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 300w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 1024w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:44:59+00:00\" title=\"2021-08-18T01:44:59+00:00\">August 18, 2021</time></a>Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move&hellip;\n<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">Read More</a>\n	<a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:40:59+00:00\" title=\"2021-08-18T01:40:59+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:36:21+00:00\" title=\"2021-08-18T01:36:21+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:32:07+00:00\" title=\"2021-08-18T01:32:07+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b6.jpg\" alt=\"9 Tips To Start Preparing For Christmas This Year\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\">9 Tips To Start Preparing For Christmas This Year</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:27:39+00:00\" title=\"2021-08-18T01:27:39+00:00\">August 18, 2021</time></a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 02:01:43', '2023-06-02 02:01:43', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1308', 0, 'revision', '', 0),
(1309, 1, '2023-06-02 02:01:43', '2023-06-02 02:01:43', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;We love developing websites, bespoke systems and digital marketing solutions, creating partnerships based on trust and transparency that give your company a bright future.</h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<p>Trusted by Leading Brands:</p>		\n															<img width=\"900\" height=\"900\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" srcset=\"https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 150w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 300w, https://mar.21lab.co/wp-content/uploads//2021/08/logo-brand.svg 1024w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:44:59+00:00\" title=\"2021-08-18T01:44:59+00:00\">August 18, 2021</time></a>Now that you’ve created a&nbsp;YouTube marketing channel&nbsp;for your video marketing strategy, it’s time to move&hellip;\n<a href=\"https://mar.21lab.co/how-to-increase-your-youtube-subscribers/\">Read More</a>\n	<a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:40:59+00:00\" title=\"2021-08-18T01:40:59+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:36:21+00:00\" title=\"2021-08-18T01:36:21+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:32:07+00:00\" title=\"2021-08-18T01:32:07+00:00\">August 18, 2021</time></a>\n	<a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b6.jpg\" alt=\"9 Tips To Start Preparing For Christmas This Year\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://mar.21lab.co/9-tips-to-start-preparing-for-christmas-this-year/\">9 Tips To Start Preparing For Christmas This Year</a></h4>Posted by <a href=\"https://mar.21lab.co/author/21lab/\"  rel=\"author\">21lab</a><a href=\"https://mar.21lab.co/2021/08/18/\"  ><time datetime=\"2021-08-18T01:27:39+00:00\" title=\"2021-08-18T01:27:39+00:00\">August 18, 2021</time></a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 02:01:43', '2023-06-02 02:01:43', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1309', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1310, 1, '2023-06-02 02:01:44', '2023-06-02 02:01:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><p>Trusted by Leading Brands:</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"900\" height=\"84\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 02:01:44', '2023-06-02 02:01:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1310', 0, 'revision', '', 0),
(1311, 1, '2023-06-02 02:03:29', '2023-06-02 02:03:29', '0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago’s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency’s launch.</p><p>We’ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world’s leading brands.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>		\n			<h2>Our people make us uniqueProblem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.</h2>		\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m1.jpg\" alt=\"\"></figure>		\n		<h3>John Borthwick</h3>Owner / President<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m6.jpg\" alt=\"\"></figure>		\n		<h3>Aron Dusker</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m2.jpg\" alt=\"\"></figure>		\n		<h3>Ben Sewell</h3>Director of Operations<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m7.jpg\" alt=\"\"></figure>		\n		<h3>Hope Anthony</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m3.jpg\" alt=\"\"></figure>		\n		<h3>David Tuche</h3>Office Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m8.jpg\" alt=\"\"></figure>		\n		<h3>Pav Borthwick</h3>UI/UX Designer<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m4.jpg\" alt=\"\"></figure>		\n		<h3>John Steven</h3>Lead Marketing Manager<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m9.jpg\" alt=\"\"></figure>		\n		<h3>Anna Kova</h3>Paid Ads Specialist<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m5.jpg\" alt=\"\"></figure>		\n		<h3>Michel Valer</h3>Senior Marketing Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m10.jpg\" alt=\"\"></figure>		\n		<h3>Rose Loysen</h3>Senior Copywriter<a href=\"#\"></a>\n		<p><a href=\"https://mar.21lab.co/contact/\">Join Our Team</a></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:03:29', '2023-06-02 02:03:29', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1311', 0, 'revision', '', 0),
(1312, 1, '2023-06-02 02:03:30', '2023-06-02 02:03:30', '0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>MarLab was founded in 2014 by CEO John Doe. Following a second-place finish in the University of Chicago’s prestigious New Venture Challenge business plan competition. While his initial idea was to teach traditional marketers about digital, the overwhelming interest for John to lead these efforts resulted in the agency’s launch.</p><p>We’ve since grown from a simple business plan to a global award winning digital marketing agency, with offices Headquarters at 1626 Beverley Rd Brooklyn, New York United States. We are fortunate enough to serve some of the world’s leading brands.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>		\n			<h2>Our people make us uniqueProblem solvers. Branding Gurus. Creative Marketers. Coffee Aficionados.</h2>		\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m1.jpg\" alt=\"\"></figure>		\n		<h3>John Borthwick</h3>Owner / President<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m6.jpg\" alt=\"\"></figure>		\n		<h3>Aron Dusker</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m2.jpg\" alt=\"\"></figure>		\n		<h3>Ben Sewell</h3>Director of Operations<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m7.jpg\" alt=\"\"></figure>		\n		<h3>Hope Anthony</h3>Project Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m3.jpg\" alt=\"\"></figure>		\n		<h3>David Tuche</h3>Office Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m8.jpg\" alt=\"\"></figure>		\n		<h3>Pav Borthwick</h3>UI/UX Designer<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m4.jpg\" alt=\"\"></figure>		\n		<h3>John Steven</h3>Lead Marketing Manager<a href=\"#\"></a><a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m9.jpg\" alt=\"\"></figure>		\n		<h3>Anna Kova</h3>Paid Ads Specialist<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m5.jpg\" alt=\"\"></figure>		\n		<h3>Michel Valer</h3>Senior Marketing Manager<a href=\"#\"></a>\n			<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/m10.jpg\" alt=\"\"></figure>		\n		<h3>Rose Loysen</h3>Senior Copywriter<a href=\"#\"></a>\n		<p><a href=\"https://mar.21lab.co/contact/\">Join Our Team</a></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:03:30', '2023-06-02 02:03:30', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1312', 0, 'revision', '', 0),
(1313, 1, '2023-06-02 02:03:30', '2023-06-02 02:03:30', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:03:30', '2023-06-02 02:03:30', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1313', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1315, 1, '2023-06-02 02:06:39', '2023-06-02 02:06:39', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:06:39', '2023-06-02 02:06:39', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1315', 0, 'revision', '', 0),
(1316, 1, '2023-06-02 02:06:40', '2023-06-02 02:06:40', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>The MarLab StoryDriven by a Passion to Bring New Ideas to Life</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:06:40', '2023-06-02 02:06:40', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1316', 0, 'revision', '', 0),
(1317, 1, '2023-06-02 02:06:40', '2023-06-02 02:06:40', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 02:06:40', '2023-06-02 02:06:40', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1317', 0, 'revision', '', 0),
(1318, 1, '2023-06-02 02:07:30', '2023-06-02 02:07:30', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2023-06-02 02:07:30', '2023-06-02 02:07:30', '', 0, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/logo.png', 0, 'attachment', 'image/png', 0),
(1321, 1, '2023-06-02 02:09:01', '2023-06-02 02:09:01', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2023-06-02 02:09:01', '2023-06-02 02:09:01', '', 7, 'https://diginspire.in/vaibhav/shubham/?p=1321', 0, 'revision', '', 0),
(1323, 1, '2023-06-02 12:45:39', '2023-06-02 02:11:42', ' ', '', '', 'publish', 'closed', 'closed', '', '1323', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1323', 1, 'nav_menu_item', '', 0),
(1324, 1, '2023-06-02 12:45:39', '2023-06-02 02:11:42', ' ', '', '', 'publish', 'closed', 'closed', '', '1324', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1324', 10, 'nav_menu_item', '', 0),
(1325, 1, '2023-06-02 12:45:39', '2023-06-02 02:11:42', ' ', '', '', 'publish', 'closed', 'closed', '', '1325', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1325', 2, 'nav_menu_item', '', 0),
(1326, 1, '2023-06-02 12:45:39', '2023-06-02 02:11:42', ' ', '', '', 'publish', 'closed', 'closed', '', '1326', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1326', 3, 'nav_menu_item', '', 0),
(1327, 1, '2023-06-02 12:45:39', '2023-06-02 02:11:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1327', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 0, 'https://diginspire.in/vaibhav/shubham/?p=1327', 11, 'nav_menu_item', '', 0),
(1332, 1, '2023-06-02 02:21:35', '2023-06-02 02:21:35', '', 'User-avatar.svg', '', 'inherit', 'open', 'closed', '', 'user-avatar-svg', '', '', '2023-06-02 02:21:35', '2023-06-02 02:21:35', '', 121, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png', 0, 'attachment', 'image/png', 0),
(1334, 1, '2023-06-02 02:24:45', '2023-06-02 02:24:45', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:24:45', '2023-06-02 02:24:45', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1334', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1335, 1, '2023-06-02 02:24:45', '2023-06-02 02:24:45', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:24:45', '2023-06-02 02:24:45', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1335', 0, 'revision', '', 0),
(1336, 1, '2023-06-02 02:24:45', '2023-06-02 02:24:45', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:24:45', '2023-06-02 02:24:45', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1336', 0, 'revision', '', 0),
(1338, 1, '2023-06-02 02:33:41', '2023-06-02 02:33:41', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:33:41', '2023-06-02 02:33:41', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1338', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1339, 1, '2023-06-02 02:33:41', '2023-06-02 02:33:41', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsWeb Development Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:33:41', '2023-06-02 02:33:41', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1339', 0, 'revision', '', 0),
(1340, 1, '2023-06-02 02:33:42', '2023-06-02 02:33:42', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights and Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:33:42', '2023-06-02 02:33:42', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1340', 0, 'revision', '', 0),
(1341, 1, '2023-06-02 02:41:09', '2023-06-02 02:41:09', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights and Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:09', '2023-06-02 02:41:09', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1341', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1342, 1, '2023-06-02 02:41:09', '2023-06-02 02:41:09', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Development ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights and Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:09', '2023-06-02 02:41:09', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1342', 0, 'revision', '', 0),
(1343, 1, '2023-06-02 02:41:09', '2023-06-02 02:41:09', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:09', '2023-06-02 02:41:09', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1343', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1344, 1, '2023-06-02 02:41:49', '2023-06-02 02:41:49', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:49', '2023-06-02 02:41:49', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1344', 0, 'revision', '', 0),
(1345, 1, '2023-06-02 02:41:50', '2023-06-02 02:41:50', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. In qualitative market research</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:50', '2023-06-02 02:41:50', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1345', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1346, 1, '2023-06-02 02:41:50', '2023-06-02 02:41:50', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:41:50', '2023-06-02 02:41:50', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1346', 0, 'revision', '', 0),
(1347, 1, '2023-06-02 02:42:19', '2023-06-02 02:42:19', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:42:19', '2023-06-02 02:42:19', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1347', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1348, 1, '2023-06-02 02:42:19', '2023-06-02 02:42:19', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a mail or telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:42:19', '2023-06-02 02:42:19', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1348', 0, 'revision', '', 0),
(1349, 1, '2023-06-02 02:42:20', '2023-06-02 02:42:20', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:42:20', '2023-06-02 02:42:20', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1349', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1350, 1, '2023-06-02 02:47:22', '2023-06-02 02:47:22', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:47:22', '2023-06-02 02:47:22', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1350', 0, 'revision', '', 0),
(1351, 1, '2023-06-02 02:47:22', '2023-06-02 02:47:22', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:47:22', '2023-06-02 02:47:22', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1351', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1352, 1, '2023-06-02 02:47:22', '2023-06-02 02:47:22', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2023-06-02 02:47:22', '2023-06-02 02:47:22', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1352', 0, 'revision', '', 0),
(1353, 1, '2023-06-02 02:49:54', '2023-06-02 02:49:54', '<h2>Brand StrategyTo outshine your competition and win people’s hearts and minds</h2>		\n															<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.</p><p>Whether you’re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<h4>Some of the Brand Strategy services we offer:</h4>		\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Brand Strategy ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Check Out Our WorkSome of our Brand Strategy Work</h2>		\n		[projects mode=\"style3\" columns=\"3\" limit=\"3\" offset=\"0\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<h2>FAQsBrand Strategy Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Brand Strategy', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:49:54', '2023-06-02 02:49:54', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1353', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1354, 1, '2023-06-02 02:49:54', '2023-06-02 02:49:54', '<h2>Brand StrategyTo outshine your competition and win people’s hearts and minds</h2>		\n															<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w, https://mar.21lab.co/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Position your brand to win with a brand strategy that helps you understand who you are and how to communicate it in a meaningful way.</p><p>Whether you’re a growth-stage startup or an established brand, our brand development services give you the tools you need to attract lifelong customers, align your team, and build a brand that lasts. (See our FAQs to learn more about building a comprehensive strategy for your brand.)</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<h4>Some of the Brand Strategy services we offer:</h4>		\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Brand Strategy ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ff5100\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ff5100\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ff5100\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website & then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ff5100\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ff5100\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ff5100\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ff5100\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ff5100\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ff5100\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ff5100\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ff5100\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ff5100\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ff5100\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ff5100\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ff5100\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Check Out Our WorkSome of our Brand Strategy Work</h2>		\n		[projects mode=\"style3\" columns=\"3\" limit=\"3\" offset=\"0\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<h2>FAQsBrand Strategy Services FAQs</h2>		\n		<p>Digital Marketing is all about driving the right audience to your website. Our Digital Marketing FAQ can help answer any questions you may still have about the services we offer. Here are answers to the most common Digital Marketing FAQs.</p><p>When it comes to digital marketing, we have the answers! Below is a list of questions frequently asked by various people, business owners and marketers. We have compiled this list based off of the questions that we are often asked by our clients and the questions that are commonly asked online and on social media.</p>		\n												<a href=\"\">Why Choose MarLab?</a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What is the difference between UI & UX? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">Why is UI/UX design important for a business? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n												<a href=\"\">What makes an amazing user experience? </a>\n					Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<h3>Request a Call Back</h3>\n<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.</p>\n<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.</p>\n<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.</p>\n<p>Note: Your details are kept strictly confidential as per our Privacy Policy.</p>\n<p>\n        <label>Your Name *</label><br />\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" />\n    </p>\n<p>\n        <label>What services can we provide you?</label><br />\n        <select name=\"menu-452\" aria-invalid=\"false\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n    </p>\n<p>\n        <label>Your Mail *</label><br />\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" />\n    </p>\n<p>\n        <label>Your Phone Number *</label><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send\" />\n    </p>\n</form>', 'Brand Strategy', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:49:54', '2023-06-02 02:49:54', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1354', 0, 'revision', '', 0),
(1355, 1, '2023-06-02 02:49:54', '2023-06-02 02:49:54', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Brand Strategy', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:49:54', '2023-06-02 02:49:54', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1355', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1356, 1, '2023-06-02 02:50:07', '2023-06-02 02:50:07', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Brand Strategy', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:50:07', '2023-06-02 02:50:07', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1356', 0, 'revision', '', 0),
(1357, 1, '2023-06-02 02:50:07', '2023-06-02 02:50:07', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:50:07', '2023-06-02 02:50:07', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1357', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1358, 1, '2023-06-02 02:50:07', '2023-06-02 02:50:07', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:50:07', '2023-06-02 02:50:07', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1358', 0, 'revision', '', 0),
(1360, 1, '2023-06-02 02:52:22', '2023-06-02 02:52:22', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:22', '2023-06-02 02:52:22', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1360', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1361, 1, '2023-06-02 02:52:22', '2023-06-02 02:52:22', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>Some of the Brand Strategy services we offer:</h4>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo shopify</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M39.9,9.3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-3.9-0.3-3.9-0.3S33,6.1,32.7,5.8c-0.3-0.3-0.8-0.2-1-0.1 c0,0-0.6,0.2-1.4,0.4c-0.9-2.5-2.4-4.7-5-4.7c-0.1,0-0.1,0-0.2,0c-0.8-1-1.7-1.4-2.5-1.4c-6.2,0-9.1,7.7-10.1,11.7 C10,12.4,8.3,12.9,8.1,13c-1.3,0.4-1.4,0.5-1.6,1.7c-0.1,1-3.6,28.1-3.6,28.1L30.3,48l14.8-3.2C45.1,44.8,39.9,9.6,39.9,9.3z M24.8,7.6c0,0.1,0,0.2,0,0.3c-1.5,0.5-3.1,1-4.8,1.5c0.9-3.6,2.6-5.3,4.2-5.9C24.6,4.4,24.8,5.7,24.8,7.6z M22.3,1.7 c0.3,0,0.5,0.1,0.8,0.3c-2,0.9-4.1,3.3-5,8c-1.3,0.4-2.6,0.8-3.8,1.2C15.4,7.5,17.9,1.7,22.3,1.7z M23.4,22.6c0,0-1.6-0.9-3.6-0.9 c-2.9,0-3,1.8-3,2.3c0,2.5,6.5,3.4,6.5,9.3c0,4.6-2.9,7.5-6.8,7.5c-4.7,0-7.1-2.9-7.1-2.9l1.3-4.2c0,0,2.5,2.1,4.6,2.1 c1.4,0,1.9-1.1,1.9-1.9c0-3.2-5.3-3.4-5.3-8.7c0-4.5,3.2-8.8,9.7-8.8c2.5,0,3.7,0.7,3.7,0.7L23.4,22.6z M26.4,7.3c0-0.2,0-0.3,0-0.5 c0-1.5-0.2-2.8-0.6-3.7c1.4,0.2,2.3,1.7,2.9,3.5C28.1,6.8,27.3,7.1,26.4,7.3z\"></path></g></svg>						\n										E-commerce Website Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>pin 2</title><g fill=\"#676c7a\"><circle fill=\"#676c7a\" cx=\"24\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"7\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"40\" cy=\"24\" r=\"5\"></circle><circle fill=\"#676c7a\" cx=\"8\" cy=\"41\" r=\"5\"></circle><path data-color=\"color-2\" d=\"M40,36c-0.94904,0-1.82678,0.27924-2.58264,0.7384l-9.34546-9.85303 C28.65161,26.06903,29,25.07745,29,24c0-2.76141-2.23859-5-5-5c-2.42572,0-4.44543,1.72821-4.90125,4.01996 C19.06464,23.01642,19.03503,23,19,23h-6c-0.03503,0-0.06464,0.01642-0.09875,0.01996 c-0.3927-1.97455-1.94659-3.52844-3.92114-3.9212C8.98364,19.06464,9,19.03503,9,19v-7c0-0.03503-0.01636-0.06464-0.0199-0.09875 C11.27185,11.44537,13,9.42572,13,7c0-2.76141-2.23859-5-5-5S3,4.23859,3,7c0,2.42572,1.72821,4.44543,4.01996,4.90125 C7.01642,11.93536,7,11.96497,7,12v7c0,0.03503,0.01642,0.06464,0.01996,0.09875C4.72821,19.55457,3,21.57428,3,24 c0,2.76141,2.23859,5,5,5c2.42572,0,4.44543-1.72821,4.90125-4.01996C12.93536,24.98358,12.96497,25,13,25h6 c0.03503,0,0.06464-0.01642,0.09875-0.01996C19.55457,27.27179,21.57428,29,24,29c0.95898,0,1.84613-0.28357,2.60712-0.75165 l9.3382,9.84534c-0.40735,0.56702-0.70532,1.21625-0.84656,1.92621C35.06464,40.01636,35.03503,40,35,40h-6 c-0.03503,0-0.06464,0.01636-0.09875,0.0199C28.44537,37.72815,26.42572,36,24,36c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5 c2.42572,0,4.44537-1.72815,4.90125-4.0199C28.93536,41.98364,28.96497,42,29,42h6c0.03503,0,0.06464-0.01636,0.09875-0.0199 C35.55463,44.27185,37.57428,46,40,46c2.76141,0,5-2.23859,5-5S42.76141,36,40,36z\"></path></g></svg>						\n										HubSpot CMS Websites\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>app services</title><g fill=\"#676c7a\"><path d=\"M18,13a6,6,0,0,1,5-5.91V3H6A3,3,0,0,0,3,6V23H8.024A1,1,0,0,1,9,24.031a4.04,4.04,0,0,0,5.984,3.489A4.1,4.1,0,0,0,17,23.93,1,1,0,0,1,18,23h5V18.91A6,6,0,0,1,18,13Z\" fill=\"#676c7a\"></path><path d=\"M13,30a6,6,0,0,1-5.91-5H3V42a3,3,0,0,0,3,3H23V39.976A1,1,0,0,1,24.031,39a4.04,4.04,0,0,0,3.489-5.984A4.1,4.1,0,0,0,23.93,31,1,1,0,0,1,23,30V25H18.91A6,6,0,0,1,13,30Z\" data-color=\"color-2\"></path><path d=\"M30,35a6,6,0,0,1-5,5.91V45H42a3,3,0,0,0,3-3V25H39.976A1,1,0,0,1,39,23.969a4.04,4.04,0,0,0-5.984-3.489A4.1,4.1,0,0,0,31,24.07,1,1,0,0,1,30,25H25v4.09A6,6,0,0,1,30,35Z\" fill=\"#676c7a\"></path><path d=\"M35,18a6,6,0,0,1,5.91,5H45V6a3,3,0,0,0-3-3H25V8.024A1,1,0,0,1,23.969,9a4.04,4.04,0,0,0-3.489,5.984A4.1,4.1,0,0,0,24.07,17,1,1,0,0,1,25,18v5h4.09A6,6,0,0,1,35,18Z\" data-color=\"color-2\"></path></g></svg>						\n										Web/Mobile Application Development\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>logo wordpress</title><g fill=\"#676c7a\"><path fill=\"#676c7a\" d=\"M0,24c0,9.5,5.5,17.7,13.5,21.6L2.1,14.2C0.7,17.2,0,20.5,0,24z\"></path><path fill=\"#676c7a\" d=\"M40.2,22.8c0-3-1.1-5-2-6.6c-1.2-2-2.4-3.7-2.4-5.6c0-2.2,1.7-4.3,4-4.3c0.1,0,0.2,0,0.3,0 C35.9,2.4,30.2,0,24,0C15.6,0,8.2,4.3,3.9,10.8c0.6,0,1.1,0,1.5,0c2.5,0,6.4-0.3,6.4-0.3c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2 l8.7,26L23.3,23l-3.7-10.2c-1.3-0.1-2.5-0.2-2.5-0.2c-1.3-0.1-1.1-2.1,0.2-2c0,0,4,0.3,6.3,0.3c2.5,0,6.4-0.3,6.4-0.3 c1.3-0.1,1.4,1.8,0.2,2c0,0-1.3,0.2-2.7,0.2L36,38.5l2.4-8C39.4,27.2,40.2,24.8,40.2,22.8z\"></path><path fill=\"#676c7a\" d=\"M24.4,26.1L17.2,47c2.2,0.6,4.4,1,6.8,1c2.8,0,5.5-0.5,8-1.4c-0.1-0.1-0.1-0.2-0.2-0.3L24.4,26.1z\"></path><path fill=\"#676c7a\" d=\"M45.1,12.5c0.1,0.8,0.2,1.6,0.2,2.5c0,2.4-0.5,5.2-1.8,8.6l-7.3,21.2C43.2,40.6,48,32.9,48,24 C48,19.8,46.9,15.9,45.1,12.5z\"></path></g></svg>						\n										WordPress Websites and Migration\n									</li>\n						</ul>\n					<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>switches</title><g fill=\"#676c7a\"><path data-color=\"color-2\" d=\"M35,26H13a10,10,0,0,0,0,20H35a10,10,0,0,0,0-20Zm0,17a7,7,0,1,1,7-7A6.957,6.957,0,0,1,35,43Z\"></path><path d=\"M35,2H13a10,10,0,0,0,0,20H35A10,10,0,0,0,35,2ZM13,19a7,7,0,1,1,7-7A6.957,6.957,0,0,1,13,19Z\" fill=\"#676c7a\"></path></g></svg>						\n										User Experience & User Interface\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>traffic</title><g fill=\"#676c7a\"><path d=\"M24,1a23.009,23.009,0,0,0-6,.8V27h4a1,1,0,0,1,.759,1.65l-6,7a1,1,0,0,1-1.518,0l-6-7A1,1,0,0,1,10,27h4V3.283A23,23,0,0,0,30,46.2V21H26a1,1,0,0,1-.759-1.65l6-7a1.031,1.031,0,0,1,1.518,0l6,7A1,1,0,0,1,38,21H34V44.717A23,23,0,0,0,24,1Z\" fill=\"#676c7a\"></path></g></svg>						\n										Conversion Rate Optimization\n									</li>\n						</ul>\n		<p>Be the Leader in your Industry. Make your Competitors Jealous. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"https://mar.21lab.co/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:22', '2023-06-02 02:52:22', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1361', 0, 'revision', '', 0),
(1362, 1, '2023-06-02 02:52:22', '2023-06-02 02:52:22', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"http://contact/\" data-wplink-url-error=\"true\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:22', '2023-06-02 02:52:22', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1362', 0, 'revision', '', 0),
(1363, 1, '2023-06-02 02:52:42', '2023-06-02 02:52:42', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"http://contact/\" data-wplink-url-error=\"true\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:42', '2023-06-02 02:52:42', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1363', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1364, 1, '2023-06-02 02:52:42', '2023-06-02 02:52:42', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"http://contact/\" data-wplink-url-error=\"true\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:42', '2023-06-02 02:52:42', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1364', 0, 'revision', '', 0),
(1365, 1, '2023-06-02 02:52:42', '2023-06-02 02:52:42', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:52:42', '2023-06-02 02:52:42', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1365', 0, 'revision', '', 0),
(1366, 1, '2023-06-02 02:53:24', '2023-06-02 02:53:24', '', 'firmbee-com-gcsNOsPEXfs-unsplash', '', 'inherit', 'open', 'closed', '', 'firmbee-com-gcsnospexfs-unsplash', '', '', '2023-06-02 02:53:24', '2023-06-02 02:53:24', '', 128, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/firmbee-com-gcsNOsPEXfs-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(1367, 1, '2023-06-02 02:53:36', '2023-06-02 02:53:36', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:53:36', '2023-06-02 02:53:36', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1367', 0, 'revision', '', 0),
(1368, 1, '2023-06-02 02:53:36', '2023-06-02 02:53:36', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:53:36', '2023-06-02 02:53:36', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1368', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1369, 1, '2023-06-02 02:53:36', '2023-06-02 02:53:36', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:53:36', '2023-06-02 02:53:36', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1369', 0, 'revision', '', 0),
(1370, 1, '2023-06-02 02:54:49', '2023-06-02 02:54:49', '', 'markus-winkler-IrRbSND5EUc-unsplash', '', 'inherit', 'open', 'closed', '', 'markus-winkler-irrbsnd5euc-unsplash', '', '', '2023-06-02 02:54:49', '2023-06-02 02:54:49', '', 128, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/markus-winkler-IrRbSND5EUc-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0),
(1371, 1, '2023-06-02 02:55:18', '2023-06-02 02:55:18', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:55:18', '2023-06-02 02:55:18', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1371', 0, 'revision', '', 0),
(1372, 1, '2023-06-02 02:55:18', '2023-06-02 02:55:18', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:55:18', '2023-06-02 02:55:18', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1372', 0, 'revision', '', 0),
(1373, 1, '2023-06-02 02:55:18', '2023-06-02 02:55:18', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 02:55:18', '2023-06-02 02:55:18', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1373', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1375, 1, '2023-06-02 03:06:20', '2023-06-02 03:06:20', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 03:06:20', '2023-06-02 03:06:20', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1375', 0, 'revision', '', 0),
(1376, 1, '2023-06-02 03:06:20', '2023-06-02 03:06:20', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 03:06:20', '2023-06-02 03:06:20', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1376', 0, 'revision', '', 0),
(1377, 1, '2023-06-02 03:06:21', '2023-06-02 03:06:21', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 03:06:21', '2023-06-02 03:06:21', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1377', 0, 'revision', '', 0),
(1380, 1, '2023-06-02 03:13:38', '2023-06-02 03:13:38', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Secondary Research', '', 'publish', 'closed', 'closed', '', 'secondary-research', '', '', '2023-06-02 12:32:10', '2023-06-02 12:32:10', '', 121, 'https://diginspire.in/vaibhav/shubham/index.php/services/primary-research-copy/', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1381, 1, '2023-06-02 03:13:55', '2023-06-02 03:13:55', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:13:55', '2023-06-02 03:13:55', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1381', 0, 'revision', '', 0),
(1382, 1, '2023-06-02 03:15:24', '2023-06-02 03:15:24', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:15:24', '2023-06-02 03:15:24', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1382', 0, 'revision', '', 0),
(1383, 1, '2023-06-02 03:15:24', '2023-06-02 03:15:24', '<h2>Primary Research\n Unveiling Hidden Insights: Harnessing the Power of Primary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Embark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.</p><p>Our team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.</p><a href=\"#request\">Get Your Free Consultation</a><p>With primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.</p><p>Partnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.</p><p>Unleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:15:24', '2023-06-02 03:15:24', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1383', 0, 'revision', '', 0),
(1384, 1, '2023-06-02 03:15:25', '2023-06-02 03:15:25', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:15:25', '2023-06-02 03:15:25', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1384', 0, 'revision', '', 0),
(1385, 1, '2023-06-02 03:17:31', '2023-06-02 03:17:31', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:17:31', '2023-06-02 03:17:31', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1385', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1386, 1, '2023-06-02 03:17:31', '2023-06-02 03:17:31', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:17:31', '2023-06-02 03:17:31', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1386', 0, 'revision', '', 0),
(1387, 1, '2023-06-02 03:17:32', '2023-06-02 03:17:32', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:17:32', '2023-06-02 03:17:32', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1387', 0, 'revision', '', 0),
(1388, 1, '2023-06-02 03:18:39', '2023-06-02 03:18:39', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:18:39', '2023-06-02 03:18:39', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1388', 0, 'revision', '', 0),
(1389, 1, '2023-06-02 03:18:39', '2023-06-02 03:18:39', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:18:39', '2023-06-02 03:18:39', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1389', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1390, 1, '2023-06-02 03:18:39', '2023-06-02 03:18:39', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:18:39', '2023-06-02 03:18:39', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1390', 0, 'revision', '', 0),
(1391, 1, '2023-06-02 03:19:33', '2023-06-02 03:19:33', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:19:33', '2023-06-02 03:19:33', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1391', 0, 'revision', '', 0),
(1392, 1, '2023-06-02 03:19:33', '2023-06-02 03:19:33', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:19:33', '2023-06-02 03:19:33', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1392', 0, 'revision', '', 0),
(1393, 1, '2023-06-02 03:19:33', '2023-06-02 03:19:33', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:19:33', '2023-06-02 03:19:33', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1393', 0, 'revision', '', 0),
(1394, 1, '2023-06-02 03:19:58', '2023-06-02 03:19:58', '', 'scott-graham-5fNmWej4tAA-unsplash', '', 'inherit', 'open', 'closed', '', 'scott-graham-5fnmwej4taa-unsplash', '', '', '2023-06-02 03:19:58', '2023-06-02 03:19:58', '', 1380, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/scott-graham-5fNmWej4tAA-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1395, 1, '2023-06-02 03:20:16', '2023-06-02 03:20:16', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:20:16', '2023-06-02 03:20:16', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1395', 0, 'revision', '', 0),
(1396, 1, '2023-06-02 03:20:16', '2023-06-02 03:20:16', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:20:16', '2023-06-02 03:20:16', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1396', 0, 'revision', '', 0),
(1397, 1, '2023-06-02 03:20:16', '2023-06-02 03:20:16', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 03:20:16', '2023-06-02 03:20:16', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1397', 0, 'revision', '', 0),
(1398, 1, '2023-06-02 03:21:31', '2023-06-02 03:21:31', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Qualitative Research', '', 'publish', 'closed', 'closed', '', 'qualitative-research', '', '', '2023-06-02 12:33:10', '2023-06-02 12:33:10', '', 121, 'https://diginspire.in/vaibhav/shubham/index.php/services/secondary-research-copy/', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1399, 1, '2023-06-02 03:21:51', '2023-06-02 03:21:51', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:21:51', '2023-06-02 03:21:51', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1399', 0, 'revision', '', 0),
(1400, 1, '2023-06-02 03:23:36', '2023-06-02 03:23:36', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:23:36', '2023-06-02 03:23:36', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1400', 0, 'revision', '', 0),
(1401, 1, '2023-06-02 03:23:37', '2023-06-02 03:23:37', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:23:37', '2023-06-02 03:23:37', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1401', 0, 'revision', '', 0),
(1402, 1, '2023-06-02 03:23:37', '2023-06-02 03:23:37', '<h2>Qualitative Research\nBeyond Numbers: Unveiling the Human Story with Qualitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.</p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.</p><a href=\"#request\">Get Your Free Consultation</a><p>Qualitative research allows us to delve into the \"why\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.</p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.</p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.</p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:23:37', '2023-06-02 03:23:37', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1402', 0, 'revision', '', 0),
(1403, 1, '2023-06-02 03:26:51', '2023-06-02 03:26:51', '', 'VAULT_PMR_4-26-21', '', 'inherit', 'open', 'closed', '', 'vault_pmr_4-26-21', '', '', '2023-06-02 03:26:51', '2023-06-02 03:26:51', '', 1398, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/VAULT_PMR_4-26-21.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1404, 1, '2023-06-02 03:26:58', '2023-06-02 03:26:58', '<h2>Qualitative Research\nBeyond Numbers: Unveiling the Human Story with Qualitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.</p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.</p><a href=\"#request\">Get Your Free Consultation</a><p>Qualitative research allows us to delve into the \"why\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.</p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.</p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.</p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:26:58', '2023-06-02 03:26:58', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1404', 0, 'revision', '', 0),
(1405, 1, '2023-06-02 03:26:58', '2023-06-02 03:26:58', '<h2>Qualitative Research\nBeyond Numbers: Unveiling the Human Story with Qualitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Dive into the depths of consumer experiences and perceptions with Burgeon Market Research\'s qualitative research services. Qualitative research goes beyond the numbers, uncovering the intricate nuances and rich narratives that shape customer behavior and preferences.</p><p>At Burgeon, we understand that numbers only tell part of the story. Through qualitative research, we embark on a journey of exploration, engaging directly with individuals to gain a deep understanding of their thoughts, motivations, and emotions. Our skilled researchers employ a range of techniques, such as in-depth interviews, focus groups, and ethnographic research, to capture the human side of your target market.</p><a href=\"#request\">Get Your Free Consultation</a><p>Qualitative research allows us to delve into the \"why\" behind consumer choices, unearthing valuable insights that quantitative data alone may miss. We listen intently, enabling participants to share their experiences, perceptions, and aspirations openly. Through rich and meaningful conversations, we uncover unspoken needs, hidden desires, and emerging trends that can shape your strategies and drive innovation.</p><p>With our qualitative research expertise, you gain a holistic understanding of your target audience. We help you identify pain points, refine product concepts, evaluate brand perceptions, and refine marketing messages. Our research reports deliver compelling narratives, supported by real-life stories and compelling quotes, bringing the human story to life.</p><p>Partnering with Burgeon for qualitative research means embracing the power of human insights. Our dedicated team guides you through the research process, ensuring a deep level of engagement and understanding. We employ rigorous analysis techniques to distill the rich qualitative data into actionable recommendations, empowering you to make informed decisions with empathy and precision.</p><p>Unlock the stories behind the numbers and uncover the true motivations of your customers. Contact Burgeon Market Research today to explore how our qualitative research solutions can unveil the human story that shapes your market and propels your business towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:26:58', '2023-06-02 03:26:58', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1405', 0, 'revision', '', 0),
(1406, 1, '2023-06-02 03:26:58', '2023-06-02 03:26:58', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 03:26:58', '2023-06-02 03:26:58', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1406', 0, 'revision', '', 0),
(1408, 1, '2023-06-02 03:27:33', '2023-06-02 03:27:33', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Quantitative Research', '', 'publish', 'closed', 'closed', '', 'quantitative-research', '', '', '2023-06-02 12:34:05', '2023-06-02 12:34:05', '', 121, 'https://diginspire.in/vaibhav/shubham/index.php/services/secondary-research-copy/', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1409, 1, '2023-06-02 03:28:38', '2023-06-02 03:28:38', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:28:38', '2023-06-02 03:28:38', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1409', 0, 'revision', '', 0),
(1410, 1, '2023-06-02 03:28:38', '2023-06-02 03:28:38', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:28:38', '2023-06-02 03:28:38', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1410', 0, 'revision', '', 0),
(1411, 1, '2023-06-02 03:28:38', '2023-06-02 03:28:38', '<h2>Quantitative Research\n Unleashing the Power of Numbers: Uncover Insights with Quantitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.</p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.</p><a href=\"#request\">Get Your Free Consultation</a><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.</p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.</p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.</p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:28:38', '2023-06-02 03:28:38', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1411', 0, 'revision', '', 0),
(1412, 1, '2023-06-02 03:29:10', '2023-06-02 03:29:10', '', 'quant-data1', '', 'inherit', 'open', 'closed', '', 'quant-data1', '', '', '2023-06-02 03:29:10', '2023-06-02 03:29:10', '', 1408, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/quant-data1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1413, 1, '2023-06-02 03:29:16', '2023-06-02 03:29:16', '<h2>Quantitative Research\n Unleashing the Power of Numbers: Uncover Insights with Quantitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.</p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.</p><a href=\"#request\">Get Your Free Consultation</a><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.</p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.</p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.</p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:29:16', '2023-06-02 03:29:16', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1413', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1414, 1, '2023-06-02 03:29:16', '2023-06-02 03:29:16', '<h2>Quantitative Research\n Unleashing the Power of Numbers: Uncover Insights with Quantitative Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Harness the power of data and numbers with Burgeon Market Research\'s quantitative research services. Quantitative research enables you to gain valuable insights through systematic analysis, statistical techniques, and empirical investigation.</p><p>At Burgeon, we understand the significance of objective and measurable data in decision-making. Through quantitative research, we collect numerical information from a wide range of sources, such as surveys, structured interviews, and online questionnaires. Our expert team designs robust research studies, ensuring data accuracy, reliability, and representativeness of your target population.</p><a href=\"#request\">Get Your Free Consultation</a><p>Quantitative research allows us to identify patterns, trends, and correlations within the data. By employing statistical analysis, we derive meaningful insights that go beyond mere observations. Whether it\'s understanding market trends, customer preferences, or the effectiveness of your marketing campaigns, quantitative research provides a solid foundation for evidence-based decision-making.</p><p>With our rigorous approach, we transform raw data into actionable recommendations. Our skilled data analysts employ advanced statistical techniques and cutting-edge tools to analyze large datasets efficiently. Through comprehensive reports, we present clear findings, visual representations, and precise measurements that enable you to understand your market dynamics and make informed strategic choices.</p><p>Partnering with Burgeon for quantitative research means unlocking the power of data-driven insights. Our team guides you through the entire research process, from survey design and data collection to analysis and reporting. We ensure that our findings align with your research objectives, providing you with the quantitative evidence you need to stay ahead in a competitive business landscape.</p><p>Embrace the power of numbers and make confident, data-driven decisions. Contact Burgeon Market Research today to explore how our quantitative research solutions can unlock valuable insights and propel your organization towards success.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:29:16', '2023-06-02 03:29:16', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1414', 0, 'revision', '', 0),
(1415, 1, '2023-06-02 03:29:17', '2023-06-02 03:29:17', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:29:17', '2023-06-02 03:29:17', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1415', 0, 'revision', '', 0),
(1416, 1, '2023-06-02 03:29:28', '2023-06-02 03:29:28', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Quantitative Research', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 03:29:28', '2023-06-02 03:29:28', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1416', 0, 'revision', '', 0),
(1417, 1, '2023-06-02 03:29:34', '2023-06-02 03:29:34', '<h2>Business Research\nIlluminating Pathways: Empowering Decisions with Business Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nEmpower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.\n\nAt Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nOur expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.\n\nWhether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.\n\nPartnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.\n\nEmbrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.\n\n<button></button>&nbsp;\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Business Research', '', 'publish', 'closed', 'closed', '', 'business-research', '', '', '2023-06-02 12:34:38', '2023-06-02 12:34:38', '', 121, 'https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research-copy/', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1418, 1, '2023-06-02 03:30:00', '2023-06-02 03:30:00', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 03:30:00', '2023-06-02 03:30:00', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1418', 0, 'revision', '', 0),
(1419, 1, '2023-06-02 03:31:00', '2023-06-02 03:31:00', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 03:31:00', '2023-06-02 03:31:00', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1419', 0, 'revision', '', 0),
(1420, 1, '2023-06-02 03:31:00', '2023-06-02 03:31:00', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 03:31:00', '2023-06-02 03:31:00', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1420', 0, 'revision', '', 0),
(1421, 1, '2023-06-02 03:31:00', '2023-06-02 03:31:00', '<h2>Business Research\nIlluminating Pathways: Empowering Decisions with Business Research</h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Empower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.</p><p>At Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.</p><a href=\"#request\">Get Your Free Consultation</a><p>Our expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.</p><p>Whether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.</p><p>Partnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.</p><p>Embrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.</p><button></button> 		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 03:31:00', '2023-06-02 03:31:00', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1421', 0, 'revision', '', 0),
(1422, 1, '2023-06-02 03:31:08', '2023-06-02 03:31:08', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.\n\nAt Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.\n\nOur skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.\n\nPartnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.\n\nExperience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Face 2 Face Research', '', 'publish', 'closed', 'closed', '', 'face-2-face-research', '', '', '2023-06-02 12:35:22', '2023-06-02 12:35:22', '', 121, 'https://diginspire.in/vaibhav/shubham/index.php/services/secondary-research-copy/', 0, 'page', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1423, 1, '2023-06-02 03:32:02', '2023-06-02 03:32:02', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:32:02', '2023-06-02 03:32:02', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1423', 0, 'revision', '', 0),
(1424, 1, '2023-06-02 03:32:02', '2023-06-02 03:32:02', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" />															\n		<p>Experience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.</p><p>At Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.</p><a href=\"#request\">Get Your Free Consultation</a><p>By harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.</p><p>Our meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.</p><p>Partner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner&gt;.elementor-widget-toggle,.e-con&gt;.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\"></p> <ul></ul>\n\n\n\n\n\n\n\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\nWhat services can we provide you?Web DesignOptimization (SEO)Reviews ManagementPay Per Click (PPC)eCommerce OptimizationContent WritingAmazon MarketingSocial MediaPhotography / VideoEmail MarketingSearch Engine Marketing\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n\n		</p>\n		<p><br />\n\n		</p>\n', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:32:02', '2023-06-02 03:32:02', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1424', 0, 'revision', '', 0),
(1425, 1, '2023-06-02 03:32:02', '2023-06-02 03:32:02', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:32:02', '2023-06-02 03:32:02', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1425', 0, 'revision', '', 0),
(1426, 1, '2023-06-02 03:32:54', '2023-06-02 03:32:54', '', 'p076b6c0', '', 'inherit', 'open', 'closed', '', 'p076b6c0', '', '', '2023-06-02 03:32:54', '2023-06-02 03:32:54', '', 1422, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/p076b6c0.jpg', 0, 'attachment', 'image/jpeg', 0),
(1427, 1, '2023-06-02 03:33:04', '2023-06-02 03:33:04', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:04', '2023-06-02 03:33:04', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1427', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1428, 1, '2023-06-02 03:33:04', '2023-06-02 03:33:04', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:04', '2023-06-02 03:33:04', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1428', 0, 'revision', '', 0),
(1429, 1, '2023-06-02 03:33:05', '2023-06-02 03:33:05', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:05', '2023-06-02 03:33:05', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1429', 0, 'revision', '', 0),
(1430, 1, '2023-06-02 03:33:10', '2023-06-02 03:33:10', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Secondary Research Copy', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:10', '2023-06-02 03:33:10', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1430', 0, 'revision', '', 0),
(1431, 1, '2023-06-02 03:33:10', '2023-06-02 03:33:10', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:10', '2023-06-02 03:33:10', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1431', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1432, 1, '2023-06-02 03:33:10', '2023-06-02 03:33:10', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:33:10', '2023-06-02 03:33:10', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1432', 0, 'revision', '', 0),
(1435, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1435', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1435', 8, 'nav_menu_item', '', 0),
(1436, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1436', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1436', 9, 'nav_menu_item', '', 0),
(1437, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:32', ' ', '', '', 'publish', 'closed', 'closed', '', '1437', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1437', 4, 'nav_menu_item', '', 0),
(1438, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1438', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1438', 6, 'nav_menu_item', '', 0),
(1439, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1439', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1439', 7, 'nav_menu_item', '', 0),
(1440, 1, '2023-06-02 12:45:39', '2023-06-02 03:34:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1440', '', '', '2023-06-02 12:45:39', '2023-06-02 12:45:39', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1440', 5, 'nav_menu_item', '', 0),
(1441, 1, '2023-06-02 03:36:28', '2023-06-02 03:36:28', '', '1531745196840', '', 'inherit', 'open', 'closed', '', '1531745196840', '', '', '2023-06-02 03:36:28', '2023-06-02 03:36:28', '', 1422, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/1531745196840.jpg', 0, 'attachment', 'image/jpeg', 0),
(1442, 1, '2023-06-02 03:36:38', '2023-06-02 03:36:38', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:36:38', '2023-06-02 03:36:38', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1442', 0, 'revision', '', 0),
(1443, 1, '2023-06-02 03:36:38', '2023-06-02 03:36:38', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:36:38', '2023-06-02 03:36:38', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1443', 0, 'revision', '', 0),
(1444, 1, '2023-06-02 03:36:38', '2023-06-02 03:36:38', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face </h2>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" />															\n		<p>Experience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.</p><p>At Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.</p><a href=\"#request\">Get Your Free Consultation</a><p>With face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.</p><p>Our skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.</p><p>Partnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.</p><p>Experience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.</p>		\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>Our answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong></p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 03:36:38', '2023-06-02 03:36:38', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1444', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1446, 1, '2023-06-02 03:43:03', '2023-06-02 03:43:03', '<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson\n			<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/work/\">Find Out More</a></strong></p>		\n			<h2>FAQsBurgeon Market Research FAQs</h2>		\n		<p>Burgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.</p><p>At Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What services does Burgeon Market Research offer?</a>\n					<p>Burgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.</p>\n												<a href=\"\">How can market research benefit my organization?</a>\n					<p>Market research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.</p>\n												<a href=\"\">What industries does Burgeon Market Research serve?</a>\n					<p>Burgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.</p>\n												<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n					<p>Burgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.</p>\n												<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n					<p>Yes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.</p>\n												<a href=\"\">Is my data kept confidential?</a>\n					<p>Burgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.</p>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions. </p>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n		<h3>Request a Call Back\n		</h3>\n		<p>A brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n		</p>\n		<p>And we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n		</p>\n		<p>If you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n		</p>\n		<p>Note: Your details are kept strictly confidential as per our Privacy Policy.\n		</p>\n		<p><br />\n<label>Your Name *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\" />\n		</p>\n		<p><br />\n<label>What services can we provide you?</label><br />\n<select aria-invalid=\"false\" name=\"menu-452\"><option value=\"What services can we provide you?\">What services can we provide you?</option><option value=\"Web Design\">Web Design</option><option value=\"Optimization (SEO)\">Optimization (SEO)</option><option value=\"Reviews Management\">Reviews Management</option><option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option><option value=\"eCommerce Optimization\">eCommerce Optimization</option><option value=\"Content Writing\">Content Writing</option><option value=\"Amazon Marketing\">Amazon Marketing</option><option value=\"Social Media\">Social Media</option><option value=\"Photography / Video\">Photography / Video</option><option value=\"Email Marketing\">Email Marketing</option><option value=\"Search Engine Marketing\">Search Engine Marketing</option></select>\n		</p>\n		<p><br />\n<label>Your Mail *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\" />\n		</p>\n		<p><br />\n<label>Your Phone Number *</label><br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\" />\n		</p>\n		<p><br />\n<input type=\"submit\" value=\"Send\" />\n		</p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '121-autosave-v1', '', '', '2023-06-02 03:43:05', '2023-06-02 03:43:05', '', 121, 'https://diginspire.in/vaibhav/shubham/?p=1446', 0, 'revision', '', 0),
(1447, 1, '2023-06-02 03:43:44', '2023-06-02 03:43:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><p>Trusted by Leading Brands:</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"900\" height=\"84\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:43:44', '2023-06-02 03:43:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1447', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1448, 1, '2023-06-02 03:43:44', '2023-06-02 03:43:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Brand Strategy</h3><p>Focuses on conducting in-depth research on your customers, your competitors, and your search engine landscape.</p><a href=\"https://mar.21lab.co/services/brand-strategy/\">Talk Brand Strategy</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Web Development</h3><p>Future-proof your website against the ever evolving online world with a well orchestrated web strategy.</p><a href=\"https://mar.21lab.co/services/website-design/\">Talk Web Development</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Digital Marketing</h3><p>Digital marketing services provide businesses of all sizes with an opportunity to market their brand 24/7 at a low cost.</p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Talk Digital Marketing</a>\n			<h2>A Collection of Our Work&nbsp;We presents the following case studies that exemplify the type of solutions and services we are providing across our customer base. The Tech for Good movement uses the potential of technology</h2>		\n		[projects mode=\"style3\" columns=\"1\" limit=\"1\" offset=\"1\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"][projects mode=\"style2\" columns=\"2\" limit=\"4\" offset=\"2\" filter=\"no\" thumbnail_size=\"630x630\" readmore_text=\"View Project\"]		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><p>Trusted by Leading Brands:</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"900\" height=\"84\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/logo-brand.svg\" alt=\"\" loading=\"lazy\" />															\n			<h2>Our ProcessFocusing on the 3 key elements of any successful marketing strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Creative</h3><p>Create thumb-stopping ads that capture your prospects attention and get them interested in what you have to offer.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Targeting</h3><p>Find your customers online, drive them to your website &amp; then bring them back again with well designed retargeting ads.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Optimisation</h3><p>Our tech experts optimise every stage of your funnel to ensure that maximum ROI is being achieved.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:43:44', '2023-06-02 03:43:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1448', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1449, 1, '2023-06-02 03:43:45', '2023-06-02 03:43:45', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:43:45', '2023-06-02 03:43:45', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1449', 0, 'revision', '', 0),
(1451, 1, '2023-06-02 03:55:59', '2023-06-02 03:55:59', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 03:55:59', '2023-06-02 03:55:59', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1451', 0, 'revision', '', 0),
(1452, 1, '2023-06-02 03:55:59', '2023-06-02 03:55:59', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/services/\">Find Out More</a></strong></p>		\n			<h2>Core ValuesWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"#\">Find Out More</a></strong></p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 03:55:59', '2023-06-02 03:55:59', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1452', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1453, 1, '2023-06-02 03:55:59', '2023-06-02 03:55:59', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 03:55:59', '2023-06-02 03:55:59', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1453', 0, 'revision', '', 0),
(1454, 1, '2023-06-02 03:56:51', '2023-06-02 03:56:51', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:56:51', '2023-06-02 03:56:51', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1454', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1455, 1, '2023-06-02 03:56:51', '2023-06-02 03:56:51', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Factors That Make us The Best option For Your Digital Marketing.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We strive to understand our client’s business goals first. Then all decisions are made with those goals in mind.</p><a href=\"https://mar.21lab.co/work/\">Find Out More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Our in-house talent represents a balanced mix of agency and enterprise experience with diverse backgrounds.</p><a href=\"https://mar.21lab.co/about-us/our-team/\">Meet The Team</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"https://mar.21lab.co/contact/\">Talk to Customer Support</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:56:51', '2023-06-02 03:56:51', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1455', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1456, 1, '2023-06-02 03:56:52', '2023-06-02 03:56:52', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:56:52', '2023-06-02 03:56:52', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1456', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1457, 1, '2023-06-02 03:57:16', '2023-06-02 03:57:16', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:16', '2023-06-02 03:57:16', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1457', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1458, 1, '2023-06-02 03:57:16', '2023-06-02 03:57:16', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:16', '2023-06-02 03:57:16', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1458', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1459, 1, '2023-06-02 03:57:16', '2023-06-02 03:57:16', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:16', '2023-06-02 03:57:16', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1459', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1460, 1, '2023-06-02 03:57:38', '2023-06-02 03:57:38', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:38', '2023-06-02 03:57:38', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1460', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1461, 1, '2023-06-02 03:57:38', '2023-06-02 03:57:38', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Latest news and insightsThe latest News, Developments and Insights from our Experts.</h2>		\n	<h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Hello world!</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/\">June 2, 2023</a>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!\n<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/hello-world/\">Read More</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b10.jpg\" alt=\"How To Increase Your YouTube Subscribers\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-increase-your-youtube-subscribers/\">How To Increase Your YouTube Subscribers</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b9.jpg\" alt=\"How to Get the Most Out of Your Press Release\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/how-to-get-the-most-out-of-your-press-release/\">How to Get the Most Out of Your Press Release</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b8.jpg\" alt=\"Tips for Remotely Managing a Team During COVID-19\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/tips-for-remotely-managing-a-team-during-covid-19/\">Tips for Remotely Managing a Team During COVID-19</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\"><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/b7.jpg\" alt=\"Make Your Online Ads Relevant and Personal\" width=\"1170\" height=\"585\"></a><h4><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/make-your-online-ads-relevant-and-personal/\">Make Your Online Ads Relevant and Personal</a></h4>Posted by <a href=\"https://diginspire.in/vaibhav/shubham/index.php/author/admin/\" rel=\"author\">admin</a><a href=\"https://diginspire.in/vaibhav/shubham/index.php/2021/08/18/\">August 18, 2021</a>\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://mar.21lab.co/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:38', '2023-06-02 03:57:38', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1461', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1462, 1, '2023-06-02 03:57:39', '2023-06-02 03:57:39', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 03:57:39', '2023-06-02 03:57:39', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1462', 0, 'revision', '', 0),
(1464, 1, '2023-06-02 04:03:00', '2023-06-02 04:03:00', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:00', '2023-06-02 04:03:00', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1464', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1465, 1, '2023-06-02 04:03:00', '2023-06-02 04:03:00', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to grow your business?</h2>		\n		<p>Contact us to work with a results-driven digital marketing agency</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: 0712 610 33 181</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t1.jpg\" alt=\"\"></figure><h5>Creative and Flawless Execution</h5><p>Creative and flawless execution with a sense of urgency and focus on results is how I’d describe the MarLab team.</p>Mrs. Linda - Group Head of Digital Communications\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t2.jpg\" alt=\"\"></figure><h5>MarLab has Been Invaluable</h5><p>MarLab has been invaluable. They understand our brand and have given my ideas new life in a social media obsessed world.</p>Pam Hurley - President Hurley Write Inc.\n		<figure><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/t3.jpg\" alt=\"\"></figure><h5>Great Support and Guidance</h5><p>Thank you so much for all of your help!  We so enjoyed working with you, and you guys were a great help when we were in dire need!</p>Robin Colbeck - Marketing Communications Manager', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:00', '2023-06-02 04:03:00', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1465', 0, 'revision', '', 0),
(1466, 1, '2023-06-02 04:03:01', '2023-06-02 04:03:01', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: </a><a href=\"https://diginspire.in/vaibhav/shubham/?elementor-preview=71&amp;ver=1685677083#\">+91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:01', '2023-06-02 04:03:01', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1466', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1467, 1, '2023-06-02 04:03:44', '2023-06-02 04:03:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: </a><a href=\"https://diginspire.in/vaibhav/shubham/?elementor-preview=71&amp;ver=1685677083#\">+91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:44', '2023-06-02 04:03:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1467', 0, 'revision', '', 0),
(1468, 1, '2023-06-02 04:03:44', '2023-06-02 04:03:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a><br /><a href=\"#\">Call: </a><a href=\"https://diginspire.in/vaibhav/shubham/?elementor-preview=71&amp;ver=1685677083#\">+91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:44', '2023-06-02 04:03:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1468', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1469, 1, '2023-06-02 04:03:44', '2023-06-02 04:03:44', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 04:03:44', '2023-06-02 04:03:44', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1469', 0, 'revision', '', 0),
(1470, 1, '2023-06-02 04:09:04', '2023-06-02 04:09:04', '<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>clock</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><circle cx=\"24\" cy=\"24\" r=\"22\"></circle><polyline points=\"24 10 24 24 38 24\" stroke=\"#ff5100\"></polyline></g></svg>						\n										Office Hours Monday - Saturday From 07:00 AM - 18:00 PM\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: 0712 610 33 181\n									</li>\n						</ul>\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f750-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"750\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f750-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p>\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name *\" /><br />\n        <input type=\"text\" name=\"text-980\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name *\" />\n    </p>\n<p>\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" /><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"text\" name=\"text-155\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Company/Organization\" /><br />\n        <input type=\"text\" name=\"text-910\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"https://example.com\" />\n    </p>\n<p>\n        <strong>What services can we provide you?</strong><br />\n        <label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Web Design\" />Web Design</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Optimization (SEO)\" />Optimization (SEO)</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Reviews Management\" />Reviews Management</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Pay Per Click (PPC)\" />Pay Per Click (PPC)</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"eCommerce Optimization\" />eCommerce Optimization</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Content Writing\" />Content Writing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Amazon Marketing\" />Amazon Marketing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Social Media\" />Social Media</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Photography / Video\" />Photography / Video</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Email Marketing\" />Email Marketing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Search Engine Marketing\" />Search Engine Marketing</label>\n    </p>\n<p>\n        <label>Message</label><br />\n        <textarea name=\"textarea-648\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea>\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send a Message\" />\n    </p>\n<p>\n        <label><input type=\"checkbox\" name=\"acceptance-133\" value=\"1\" aria-invalid=\"false\" checked=\"checked\" />I have read and accept the Privacy Policy</label>\n    </p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:04', '2023-06-02 04:09:04', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1470', 0, 'revision', '', 0),
(1471, 1, '2023-06-02 04:09:04', '2023-06-02 04:09:04', '<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>clock</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><circle cx=\"24\" cy=\"24\" r=\"22\"></circle><polyline points=\"24 10 24 24 38 24\" stroke=\"#ff5100\"></polyline></g></svg>						\n										Office Hours Monday - Saturday From 07:00 AM - 18:00 PM\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: 0712 610 33 181\n									</li>\n						</ul>\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/wp-admin/admin-ajax.php#wpcf7-f750-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"750\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.4.2\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f750-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p>\n        <input type=\"text\" name=\"text-857\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name *\" /><br />\n        <input type=\"text\" name=\"text-980\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last Name *\" />\n    </p>\n<p>\n        <input type=\"email\" name=\"email-71\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" /><br />\n        <input type=\"tel\" name=\"tel-112\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" />\n    </p>\n<p>\n        <input type=\"text\" name=\"text-155\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"Company/Organization\" /><br />\n        <input type=\"text\" name=\"text-910\" value=\"\" size=\"40\" aria-invalid=\"false\" placeholder=\"https://example.com\" />\n    </p>\n<p>\n        <strong>What services can we provide you?</strong><br />\n        <label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Web Design\" />Web Design</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Optimization (SEO)\" />Optimization (SEO)</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Reviews Management\" />Reviews Management</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Pay Per Click (PPC)\" />Pay Per Click (PPC)</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"eCommerce Optimization\" />eCommerce Optimization</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Content Writing\" />Content Writing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Amazon Marketing\" />Amazon Marketing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Social Media\" />Social Media</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Photography / Video\" />Photography / Video</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Email Marketing\" />Email Marketing</label><label><input type=\"checkbox\" name=\"checkbox-154[]\" value=\"Search Engine Marketing\" />Search Engine Marketing</label>\n    </p>\n<p>\n        <label>Message</label><br />\n        <textarea name=\"textarea-648\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea>\n    </p>\n<p>\n        <input type=\"submit\" value=\"Send a Message\" />\n    </p>\n<p>\n        <label><input type=\"checkbox\" name=\"acceptance-133\" value=\"1\" aria-invalid=\"false\" checked=\"checked\" />I have read and accept the Privacy Policy</label>\n    </p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:04', '2023-06-02 04:09:04', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1471', 0, 'revision', '', 0),
(1472, 1, '2023-06-02 04:09:04', '2023-06-02 04:09:04', '<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n										Email us for any further queries : info@burgeonmarketresearch.com\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: +91 874 400 5096\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n</p>\n<p><label> Your email<br />\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n</p>\n<p><label> Subject<br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n</p>\n<p><label> Your message (optional)<br />\n<textarea cols=\"40\" rows=\"10\" aria-invalid=\"false\" name=\"your-message\"></textarea> </label>\n</p>\n<p><input type=\"submit\" value=\"Submit\" />\n</p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:04', '2023-06-02 04:09:04', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1472', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1473, 1, '2023-06-02 04:09:25', '2023-06-02 04:09:25', '<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n										Email us for any further queries : info@burgeonmarketresearch.com\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: +91 874 400 5096\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n</p>\n<p><label> Your email<br />\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n</p>\n<p><label> Subject<br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n</p>\n<p><label> Your message (optional)<br />\n<textarea cols=\"40\" rows=\"10\" aria-invalid=\"false\" name=\"your-message\"></textarea> </label>\n</p>\n<p><input type=\"submit\" value=\"Submit\" />\n</p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:25', '2023-06-02 04:09:25', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1473', 0, 'revision', '', 0),
(1474, 1, '2023-06-02 04:09:25', '2023-06-02 04:09:25', '<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n										Email us for any further queries : info@burgeonmarketresearch.com\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: +91 874 400 5096\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n</p>\n<p><label> Your email<br />\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n</p>\n<p><label> Subject<br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n</p>\n<p><label> Your message (optional)<br />\n<textarea cols=\"40\" rows=\"10\" aria-invalid=\"false\" name=\"your-message\"></textarea> </label>\n</p>\n<p><input type=\"submit\" value=\"Submit\" />\n</p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:25', '2023-06-02 04:09:25', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1474', 0, 'revision', '', 0),
(1475, 1, '2023-06-02 04:09:25', '2023-06-02 04:09:25', '<link rel=\"stylesheet\" href=\"https://diginspire.in/vaibhav/shubham/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>square pin</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><polyline points=\" 10,34 4,46 44,46 38,34 \" stroke=\"#ff5100\"></polyline><path d=\"M38,16 c0,8.641-14,22.75-14,22.75S10,24.641,10,16c0-8.859,7.235-14,14-14S38,7.141,38,16z\"></path><circle cx=\"24\" cy=\"16\" r=\"4\"></circle></g></svg>						\n										2307 Beverley Rd Brooklyn, New York 11226 United States.\n									</li>\n								<li>\n										Email us for any further queries : info@burgeonmarketresearch.com\n									</li>\n								<li>\n							<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"48\" width=\"48\" viewBox=\"0 0 48 48\"><title>telephone</title><g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"#ff5100\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\"><path d=\"M14,22,4,35v6a4,4,0,0,0,4,4H40a4,4,0,0,0,4-4V35L34,22Z\"></path><circle cx=\"24\" cy=\"33\" r=\"6\" stroke=\"#ff5100\"></circle><path d=\"M17.13,14.247,16.639,9.83a29.3,29.3,0,0,1,14.721,0l-.491,4.417a2.36,2.36,0,0,0,1.5,2.461l7.273,2.8A2.359,2.359,0,0,0,42.521,18.5l3.153-5.362a2.372,2.372,0,0,0-.615-3.091,34.988,34.988,0,0,0-42.119,0,2.372,2.372,0,0,0-.614,3.09L5.479,18.5a2.359,2.359,0,0,0,2.879,1.006l7.273-2.8A2.36,2.36,0,0,0,17.13,14.247Z\"></path></g></svg>						\n										We would love to hear from you! Tel: +91 874 400 5096\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Submit a RequestGive us a Call, send us an Email, or fill out the Form below.</h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<p><label> Your name<br />\n<input size=\"40\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" /> </label>\n</p>\n<p><label> Your email<br />\n<input size=\"40\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" /> </label>\n</p>\n<p><label> Subject<br />\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" /> </label>\n</p>\n<p><label> Your message (optional)<br />\n<textarea cols=\"40\" rows=\"10\" aria-invalid=\"false\" name=\"your-message\"></textarea> </label>\n</p>\n<p><input type=\"submit\" value=\"Submit\" />\n</p>\n</form>', 'Contact', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2023-06-02 04:09:25', '2023-06-02 04:09:25', '', 123, 'https://diginspire.in/vaibhav/shubham/?p=1475', 0, 'revision', '', 0),
(1476, 1, '2023-06-02 12:03:21', '2023-06-02 12:03:21', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:03:21', '2023-06-02 12:03:21', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1476', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1477, 1, '2023-06-02 12:03:21', '2023-06-02 12:03:21', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://mar.21lab.co/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://mar.21lab.co/services/\">View All Services</a>\n	<a href=\"https://mar.21lab.co/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose MarLab?</h5>Our expertise<a href=\"https://mar.21lab.co/about-us/\">What Makes us Special</a>\n	<a href=\"https://mar.21lab.co/work/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Bring Innovative Thinking</h5>For Customers<a href=\"https://mar.21lab.co/work/\">View Success Stories</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:03:21', '2023-06-02 12:03:21', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1477', 0, 'revision', '', 0),
(1478, 1, '2023-06-02 12:03:22', '2023-06-02 12:03:22', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\">View All Services</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose Burgeon?</h5>Our expertise<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\">What Makes us Special</a>\n	<a href=\"#\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Premium Support</h5>For Customers<a href=\"#\">Contact Us</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:03:22', '2023-06-02 12:03:22', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1478', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1479, 1, '2023-06-02 12:05:51', '2023-06-02 12:05:51', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\">View All Services</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose Burgeon?</h5>Our expertise<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\">What Makes us Special</a>\n	<a href=\"#\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Premium Support</h5>For Customers<a href=\"#\">Contact Us</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:05:51', '2023-06-02 12:05:51', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1479', 0, 'revision', '', 0),
(1480, 1, '2023-06-02 12:05:51', '2023-06-02 12:05:51', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\">View All Services</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose Burgeon?</h5>Our expertise<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\">What Makes us Special</a>\n	<a href=\"#\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Premium Support</h5>For Customers<a href=\"#\">Contact Us</a>\n		<p>We Serve our Clients’ Best Interests with the Best Marketing Solutions. <strong><a href=\"https://mar.21lab.co/about-us/\">Find Out More</a></strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Projects Developed Every Month\n				0\n				+\n							Percent Growth Month over Month\n				0\n				+\n							Have Achieved the Results they wanted\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:05:51', '2023-06-02 12:05:51', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1480', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1481, 1, '2023-06-02 12:05:52', '2023-06-02 12:05:52', '[rev_slider alias=\"homepage-1\" slidertitle=\"Homepage 1\"][/rev_slider]		\n			<h2>Learn a Little More About us&nbsp;Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. </h2>		\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i1.jpg\" alt=\"\"></a><h5>How We Can Help?</h5>Our Services<a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/\">View All Services</a>\n	<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i2.jpg\" alt=\"\"></a><h5>Why Choose Burgeon?</h5>Our expertise<a href=\"https://diginspire.in/vaibhav/shubham/index.php/about-us/\">What Makes us Special</a>\n	<a href=\"#\"><img src=\"https://mar.21lab.co/wp-content/uploads/2021/08/i3.jpg\" alt=\"\"></a><h5>Premium Support</h5>For Customers<a href=\"#\">Contact Us</a>\n		<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>What We DoWe Believe in Building Strong Brands and Integrated Strategies.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Quantitative Research</h3><p>\nQuantitative research involves the systematic collection and analysis of numerical data using statistical or computational techniques. This approach allows organizations to make evidence-based conclusions.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/quantitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Business Research</h3><p>Burgeon business research team specializes in providing innovative, cost effective and high quality tailored market intelligence to help our customers to better understand their markets so they lead.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/business-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Face 2 Face Research</h3><p>In case of Face to face research the interviewer physically travels to the respondent’s location to conduct a personal interview. In this survey a standardized script is followed without deviation, just like a telephone survey.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/face-2-face-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>bulb 63</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M8,31H2c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S8.552,31,8,31z\"></path><path data-color=\"color-2\" d=\"M15.029,16.029c0.256,0,0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 l-4.243-4.242c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l4.243,4.242C14.518,15.932,14.773,16.029,15.029,16.029z\"></path><path data-color=\"color-2\" d=\"M32,9c0.552,0,1-0.447,1-1V2c0-0.553-0.448-1-1-1s-1,0.447-1,1v6C31,8.553,31.448,9,32,9z\"></path><path data-color=\"color-2\" d=\"M52.506,10.08l-4.243,4.242c-0.391,0.391-0.391,1.023,0,1.414 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293l4.243-4.242c0.391-0.391,0.391-1.023,0-1.414 S52.897,9.689,52.506,10.08z\"></path><path data-color=\"color-2\" d=\"M62,31h-6c-0.552,0-1,0.447-1,1s0.448,1,1,1h6c0.552,0,1-0.447,1-1S62.552,31,62,31z\"></path><path fill=\"#ff5100\" d=\"M32,14c-9.925,0-18,8.075-18,18c0,6.827,3.904,13.081,10,16.111V56h16v-7.889c6.096-3.03,10-9.284,10-16.111 C50,22.075,41.925,14,32,14z\"></path><path data-color=\"color-2\" d=\"M29,63h6c2.761,0,5-2.239,5-5H24C24,60.761,26.239,63,29,63z\"></path></g></svg><h3>Primary Research</h3><p>At Primary Research, we put the emphasis on finding solutions to marketing problems without being tied to a All about so particular technique or methodology.</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/primary-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>note code</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M41,1H23c-0.553,0-1,0.447-1,1v10c0,0.553,0.447,1,1,1h18c0.553,0,1-0.447,1-1V2 C42,1.447,41.553,1,41,1z\"></path><path fill=\"#ff5100\" d=\"M61,5H44v8c0,1.105-0.895,2-2,2H22c-1.105,0-2-0.895-2-2V5H3C1.895,5,1,5.895,1,7v47 c0,0.304,0.138,0.59,0.374,0.78c0.237,0.19,0.55,0.261,0.843,0.196l17.691-3.932l23.707,9.878C43.738,60.975,43.869,61,44,61 c0.139,0,0.277-0.028,0.406-0.086l18-8C62.767,52.754,63,52.395,63,52V7C63,5.895,62.105,5,61,5z M22.707,35.293 c0.391,0.391,0.391,1.023,0,1.414C22.512,36.902,22.256,37,22,37s-0.512-0.098-0.707-0.293l-4-4c-0.391-0.391-0.391-1.023,0-1.414 l4-4c0.391-0.391,1.023-0.391,1.414,0s0.391,1.023,0,1.414L19.414,32L22.707,35.293z M36.895,24.447l-8,16 C28.719,40.798,28.366,41,27.999,41c-0.15,0-0.303-0.034-0.446-0.105c-0.494-0.247-0.694-0.848-0.447-1.342l8-16 c0.248-0.494,0.848-0.692,1.342-0.447C36.941,23.353,37.142,23.953,36.895,24.447z M46.707,32.707l-4,4 C42.512,36.902,42.256,37,42,37s-0.512-0.098-0.707-0.293c-0.391-0.391-0.391-1.023,0-1.414L44.586,32l-3.293-3.293 c-0.391-0.391-0.391-1.023,0-1.414s1.023-0.391,1.414,0l4,4C47.098,31.684,47.098,32.316,46.707,32.707z\"></path></g></svg><h3>Secondary Research</h3><p>By far the most widely used method for collecting data is through secondary data collection, commonly called secondary research.\n</p><a href=\"https://diginspire.in/vaibhav/shubham/index.php/services/qualitative-research/\">Read More</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>radar</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M13,32c0,10.477,8.523,19,19,19c4.059,0,7.911-1.283,11.132-3.626l-1.428-1.428 C38.875,47.924,35.523,49,32,49c-9.374,0-17-7.626-17-17s7.626-17,17-17c3.522,0,6.875,1.076,9.704,3.054l1.428-1.428 C39.911,14.283,36.058,13,32,13C21.523,13,13,21.523,13,32z\"></path><path fill=\"#ff5100\" d=\"M32,1C14.907,1,1,14.907,1,32s13.907,31,31,31s31-13.907,31-31S49.093,1,32,1z M3,32C3,16.009,16.009,3,32,3 c7.636,0,14.588,2.972,19.773,7.813L36.184,26.402C35.015,25.526,33.57,25,32,25c-3.86,0-7,3.14-7,7s3.14,7,7,7 c1.57,0,3.015-0.526,4.184-1.402l15.588,15.588C46.588,58.028,39.636,61,32,61C16.009,61,3,47.991,3,32z\"></path></g></svg><h3>Qualitative Research</h3><p>Qualitative market research is an effective research tool that market research agencies employ in market research and the social studies. </p><a href=\"https://mar.21lab.co/services/digital-marketing/\">Read More</a>\n			<h2>Our ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>tactic</title><g fill=\"#ffffff\"><path data-color=\"color-2\" d=\"M6.293,20.707a1,1,0,0,0,1.414,0L15,13.414l7.293,7.293a1,1,0,0,0,1.414-1.414L16.414,12l7.293-7.293a1,1,0,1,0-1.414-1.414L15,10.586,7.707,3.293A1,1,0,0,0,6.293,4.707L13.586,12,6.293,19.293A1,1,0,0,0,6.293,20.707Z\"></path><path data-color=\"color-2\" d=\"M60.707,40.293a1,1,0,0,0-1.414,0L52,47.586l-7.293-7.293a1,1,0,0,0-1.414,1.414L50.586,49l-7.293,7.293a1,1,0,1,0,1.414,1.414L52,50.414l7.293,7.293a1,1,0,0,0,1.414-1.414L53.414,49l7.293-7.293A1,1,0,0,0,60.707,40.293Z\"></path><circle cx=\"15\" cy=\"49\" r=\"13\" fill=\"#ffffff\"></circle><path d=\"M60,3H42a1,1,0,0,0-.707,1.707L49.586,13,29.293,33.293a1,1,0,1,0,1.414,1.414L51,14.414l8.293,8.293A1,1,0,0,0,61,22V4A1,1,0,0,0,60,3Z\" fill=\"#ffffff\"></path></g></svg><h3>1. Data Collection</h3><p>Gathering relevant and accurate data from various sources, such as surveys and interviews.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>crosshair</title><g fill=\"#ffffff\"><path fill=\"#ffffff\" d=\"M62,31h-3.025C58.458,16.907,47.093,5.542,33,5.025V2c0-0.552-0.447-1-1-1s-1,0.448-1,1v3.025 C16.907,5.542,5.542,16.907,5.025,31H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h3.025C5.542,47.093,16.907,58.458,31,58.975V62 c0,0.552,0.447,1,1,1s1-0.448,1-1v-3.025C47.093,58.458,58.458,47.093,58.975,33H62c0.553,0,1-0.448,1-1S62.553,31,62,31z M33,56.975V52c0-0.552-0.447-1-1-1s-1,0.448-1,1v4.975C18.01,56.46,7.54,45.99,7.025,33H12c0.553,0,1-0.448,1-1s-0.447-1-1-1H7.025 C7.54,18.01,18.01,7.54,31,7.025V12c0,0.552,0.447,1,1,1s1-0.448,1-1V7.025C45.99,7.54,56.46,18.01,56.975,31H52 c-0.553,0-1,0.448-1,1s0.447,1,1,1h4.975C56.46,45.99,45.99,56.46,33,56.975z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"32\" r=\"6\"></circle></g></svg><h3>2. Data Analysis</h3><p>Organizing and interpreting data to uncover patterns, trends, and relationships.</p>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>algorithm</title><g fill=\"#ffffff\"><path d=\"M41.542,23.951l-3.955.99a8.969,8.969,0,0,0-2.245-1.3l-1.12-3.918A1,1,0,0,0,33.261,19H30.769a1,1,0,0,0-.961.725l-1.119,3.918a8.958,8.958,0,0,0-2.246,1.3l-3.954-.99a1,1,0,0,0-1.109.47l-1.246,2.158a1,1,0,0,0,.147,1.2l2.838,2.933a8.09,8.09,0,0,0,0,2.586l-2.838,2.933a1,1,0,0,0-.147,1.2l1.246,2.158a1,1,0,0,0,1.109.47l3.954-.99a8.958,8.958,0,0,0,2.246,1.3l1.119,3.918a1,1,0,0,0,.961.725h2.492a1,1,0,0,0,.961-.725l1.12-3.918a8.969,8.969,0,0,0,2.245-1.3l3.955.99a1,1,0,0,0,1.109-.47L43.9,37.421a1,1,0,0,0-.147-1.2l-2.837-2.933a8.167,8.167,0,0,0,0-2.586l2.837-2.933a1,1,0,0,0,.147-1.2l-1.245-2.158A1,1,0,0,0,41.542,23.951ZM32.015,35a3,3,0,1,1,3-3A3,3,0,0,1,32.015,35Z\" data-color=\"color-2\"></path><path d=\"M29,10h6a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1V9A1,1,0,0,0,29,10Z\" fill=\"#ffffff\"></path><path d=\"M29,62h6a1,1,0,0,0,1-1V55a1,1,0,0,0-1-1H29a1,1,0,0,0-1,1v6A1,1,0,0,0,29,62Z\" fill=\"#ffffff\"></path><path d=\"M10,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,12Z\" fill=\"#ffffff\"></path><path d=\"M10,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,10,62Z\" fill=\"#ffffff\"></path><path d=\"M54,62a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,62Z\" fill=\"#ffffff\"></path><path d=\"M54,12a5,5,0,1,1,5-5A5.006,5.006,0,0,1,54,12Z\" fill=\"#ffffff\"></path><path d=\"M11,17.586V13.92A7.026,7.026,0,0,1,10,14a7.026,7.026,0,0,1-1-.08V18a1,1,0,0,0,.293.707l5,5a1,1,0,0,0,1.414-1.414Z\" fill=\"#ffffff\"></path><path d=\"M31,12v4a1,1,0,0,0,2,0V12Z\" fill=\"#ffffff\"></path><path d=\"M54,14a7.026,7.026,0,0,1-1-.08v3.666l-4.707,4.707a1,1,0,1,0,1.414,1.414l5-5A1,1,0,0,0,55,18V13.92A7.026,7.026,0,0,1,54,14Z\" fill=\"#ffffff\"></path><path d=\"M10,50a7.026,7.026,0,0,1,1,.08V46.414l4.707-4.707a1,1,0,0,0-1.414-1.414l-5,5A1,1,0,0,0,9,46v4.08A7.026,7.026,0,0,1,10,50Z\" fill=\"#ffffff\"></path><path d=\"M33,52V48a1,1,0,0,0-2,0v4Z\" fill=\"#ffffff\"></path><path d=\"M53,46.414V50.08a6.29,6.29,0,0,1,2,0V46a1,1,0,0,0-.293-.707l-5-5a1,1,0,0,0-1.414,1.414Z\" fill=\"#ffffff\"></path></g></svg><h3>3. Insights &amp; Reporting</h3><p>Transforming data into clear, concise reports that provide actionable recommendations.</p>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready To Start A Project With Us?</h2>		\n		<p>Ready to Unlock the Power of Market Research and Drive Business Growth?</p><a href=\"#\">Get to Know us Better</a>\n<a href=\"#\">Call: +91 874 400 5096</a>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Research Produced Every Month\n				0\n				+\n							Industries Served By Burgeon\n				0\n				%\n							Value Driven Results Delivered\n			<h2>Why choose marlab3 Reasons to Choose Us for Your Market Research Needs\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>\n		<p><a href=\"https://diginspire.in/vaibhav/shubham/services/\">Still not Sure?</a></p>		\n	<i aria-hidden=\"true\" class=\"fas fa-angle-left\"></i></div>\",\"nextArrow\":\"<i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i></div>\"}\'>\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Excellent Services and Invaluable Insights</h5><p>I have been working with Burgeon Market Research for years, and their expertise in data collection and analysis has been instrumental in shaping our marketing strategies. Highly recommended!</p>John Smith\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5>Exceptional Research Partner</h5><p>Burgeon Market Research understands our research requirements and consistently delivers comprehensive insights that exceed our expectations. They are our trusted partner for all market research needs.</p>Emily Johnson\n		<figure><img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/User-avatar.svg.png\" alt=\"\"></figure><h5> Reliable and Thorough</h5><p>Burgeon Market Research\'s attention to detail and thoroughness in data collection and analysis have made them an invaluable asset in our decision-making process. Highly recommended!</p>Sarah Thompson', 'Home', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2023-06-02 12:05:52', '2023-06-02 12:05:52', '', 71, 'https://diginspire.in/vaibhav/shubham/?p=1481', 0, 'revision', '', 0),
(1482, 1, '2023-06-02 12:06:20', '2023-06-02 12:06:20', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:06:20', '2023-06-02 12:06:20', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1482', 0, 'revision', '', 0),
(1483, 1, '2023-06-02 12:06:20', '2023-06-02 12:06:20', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"https://mar.21lab.co/contact/\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:06:20', '2023-06-02 12:06:20', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1483', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1484, 1, '2023-06-02 12:06:20', '2023-06-02 12:06:20', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"#\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:06:20', '2023-06-02 12:06:20', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1484', 0, 'revision', '', 0),
(1485, 1, '2023-06-02 12:07:27', '2023-06-02 12:07:27', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"#\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:07:27', '2023-06-02 12:07:27', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1485', 0, 'revision', '', 0),
(1486, 1, '2023-06-02 12:07:27', '2023-06-02 12:07:27', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Years of Innovation and Creativity\n				0\n				+\n							People Working to Make the World a Better\n				0\n				+\n							Countries Operated in Around the World\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"#\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:07:27', '2023-06-02 12:07:27', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1486', 0, 'revision', '', 0),
(1487, 1, '2023-06-02 12:07:27', '2023-06-02 12:07:27', '<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n				+\n							Research Produced Every Month\n				0\n				+\n							Industries Served By Burgeon\n				0\n				%\n							Value Driven Results Delivered\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>		\n		<p>Burgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.</p><p>At Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.</p><p>Our team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.</p><p><a href=\"#\">Speak With An Expert</a></p>https://www.youtube.com/watch?v=XHOmBV4js_E<p>We Serve our Clients’ Best Interests with the Best Market Research Solutions.</p>		\n			<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.\n</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg><h3>Customers First</h3><p>We prioritize our customers, delivering exceptional service and insights that drive success.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg><h3>Amazing People</h3><p>Expect responsive communication, prompt assistance, and a seamless experience throughout.</p><a href=\"#\">Contact Us</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg><h3>Great Support</h3><p>You can communicate easily with us. Our average hold time for technical support is exceptionally fast. </p><a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:07:27', '2023-06-02 12:07:27', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1487', 0, 'revision', '', 0),
(1489, 1, '2023-06-02 12:14:51', '2023-06-02 12:14:51', ' ', '', '', 'publish', 'closed', 'closed', '', '1489', '', '', '2023-06-02 12:14:51', '2023-06-02 12:14:51', '', 0, 'https://diginspire.in/vaibhav/shubham/index.php/2023/06/02/1489/', 2, 'nav_menu_item', '', 0),
(1491, 1, '2023-06-02 12:28:02', '2023-06-02 12:28:02', '<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>				0\n+\nResearch Produced Every Month\n0\n+\nIndustries Served By Burgeon\n0\n%\nValue Driven Results Delivered\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\n<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>\nBurgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.\n\nAt Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.\n\nOur team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.\n\n<a href=\"#\">Speak With An Expert</a>\n\nhttps://www.youtube.com/watch?v=XHOmBV4js_E\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.</h2>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg>\n<h3>Customers First</h3>\nWe prioritize our customers, delivering exceptional service and insights that drive success.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg>\n<h3>Amazing People</h3>\nExpect responsive communication, prompt assistance, and a seamless experience throughout.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg>\n<h3>Great Support</h3>\nYou can communicate easily with us. Our average hold time for technical support is exceptionally fast.\n\n<a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:28:02', '2023-06-02 12:28:02', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1491', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1492, 1, '2023-06-02 12:28:04', '2023-06-02 12:28:04', '<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>				0\n+\nResearch Produced Every Month\n0\n+\nIndustries Served By Burgeon\n0\n%\nValue Driven Results Delivered\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\n<h2>Burgeon Market ResearchDiscover the Story Behind Our Passion and Dedication</h2>\nBurgeon Market Research is a leading market research agency that specializes in assisting organizations worldwide in optimizing their end-to-end research processes. Our comprehensive service offerings encompass multi-mode Data Collection utilizing both quantitative and qualitative techniques, as well as Data Processing &amp; Analytics, Translation &amp; Transcription. With a firm commitment to delivering high-quality services, we strive to meet and exceed the expectations of all our clients.\n\nAt Burgeon Market Research, we understand the critical role that accurate and insightful data plays in decision-making and strategy development. We are dedicated to helping our clients gain a deep understanding of their markets, customers, and competitors, enabling them to make informed business decisions.\n\nOur team of experienced professionals comprises market research experts, data analysts, and linguists who possess in-depth industry knowledge and expertise. Leveraging the latest research methodologies, cutting-edge technologies, and advanced analytics tools, we deliver comprehensive and actionable insights to our clients.\n\n<a href=\"#\">Speak With An Expert</a>\n\nhttps://www.youtube.com/watch?v=XHOmBV4js_E\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>Core ValuesEmpowering Businesses with Market Research: Building Strong Foundations.</h2>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>privacy policy</title><g fill=\"#111a45\"><circle cx=\"11.5\" cy=\"14.5\" r=\"6.5\" fill=\"#ff5100\"></circle><circle cx=\"52.5\" cy=\"14.5\" r=\"6.5\" data-color=\"color-2\"></circle><path d=\"M30.642,39.288a25.246,25.246,0,0,1-8.748-7.857C19.146,27.777,16.305,24,10,24a9.01,9.01,0,0,0-9,9V56a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V37.225a39.746,39.746,0,0,0,9.251,6.429A2.644,2.644,0,0,0,29.5,44a2.493,2.493,0,0,0,1.142-4.712Z\" fill=\"#ff5100\"></path><path d=\"M54,24c-6.3,0-9.146,3.777-11.894,7.431a26.012,26.012,0,0,1-7.839,7.343A5.443,5.443,0,0,1,34.4,43.99c.034,0,.067.01.1.01a2.644,2.644,0,0,0,1.249-.346A39.746,39.746,0,0,0,45,37.225V56a1,1,0,0,0,1,1H62a1,1,0,0,0,1-1V33A9.01,9.01,0,0,0,54,24Z\" data-color=\"color-2\"></path></g></svg>\n<h3>Customers First</h3>\nWe prioritize our customers, delivering exceptional service and insights that drive success.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>network</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M25,20h14c0.552,0,1-0.448,1-1c0-3.86-3.14-7-7-7h-2c-3.86,0-7,3.14-7,7 C24,19.552,24.448,20,25,20z\"></path><circle data-color=\"color-2\" cx=\"32\" cy=\"6\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M17,28c0-3.86-3.14-7-7-7H8c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14 C16.552,29,17,28.552,17,28z\"></path><circle data-color=\"color-2\" cx=\"9\" cy=\"15\" r=\"4\"></circle><path data-color=\"color-2\" d=\"M57,21h-2c-3.86,0-7,3.14-7,7c0,0.552,0.448,1,1,1h14c0.552,0,1-0.448,1-1 C64,24.14,60.86,21,57,21z\"></path><circle data-color=\"color-2\" cx=\"56\" cy=\"15\" r=\"4\"></circle><path fill=\"#ff5100\" d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z\"></path><path fill=\"#ff5100\" d=\"M35,49h-6c-7.168,0-13,5.832-13,13c0,0.552,0.448,1,1,1h30c0.552,0,1-0.448,1-1C48,54.832,42.168,49,35,49z\"></path></g></svg>\n<h3>Amazing People</h3>\nExpect responsive communication, prompt assistance, and a seamless experience throughout.\n\n<a href=\"#\">Contact Us</a>\n<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"64\" width=\"64\" viewBox=\"0 0 64 64\"><title>lifering</title><g fill=\"#111a45\"><path data-color=\"color-2\" d=\"M4,19a1,1,0,0,1-1-1A15.017,15.017,0,0,1,18,3a1,1,0,0,1,0,2A13.015,13.015,0,0,0,5,18,1,1,0,0,1,4,19Z\"></path><path data-color=\"color-2\" d=\"M60,19a1,1,0,0,1-1-1A13.015,13.015,0,0,0,46,5a1,1,0,0,1,0-2A15.017,15.017,0,0,1,61,18,1,1,0,0,1,60,19Z\"></path><path data-color=\"color-2\" d=\"M46,61a1,1,0,0,1,0-2A13.015,13.015,0,0,0,59,46a1,1,0,0,1,2,0A15.017,15.017,0,0,1,46,61Z\"></path><path data-color=\"color-2\" d=\"M18,61A15.017,15.017,0,0,1,3,46a1,1,0,0,1,2,0A13.015,13.015,0,0,0,18,59a1,1,0,0,1,0,2Z\"></path><path d=\"M32,5A27,27,0,1,0,59,32,27.03,27.03,0,0,0,32,5ZM44,32A12,12,0,1,1,32,20,12.013,12.013,0,0,1,44,32ZM27,7.5a25.1,25.1,0,0,1,10,0V18.939a13.782,13.782,0,0,0-10,0ZM7,32a25.042,25.042,0,0,1,.5-5H18.939a13.782,13.782,0,0,0,0,10H7.5A25.042,25.042,0,0,1,7,32ZM27,56.477V45.066a13.85,13.85,0,0,0,10,0V56.477a24.162,24.162,0,0,1-10,0ZM45.061,37a13.782,13.782,0,0,0,0-10H56.5a25.1,25.1,0,0,1,0,10Z\" fill=\"#ff5100\"></path></g></svg>\n<h3>Great Support</h3>\nYou can communicate easily with us. Our average hold time for technical support is exceptionally fast.\n\n<a href=\"#\">Contact Us</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '119-revision-v1', '', '', '2023-06-02 12:28:04', '2023-06-02 12:28:04', '', 119, 'https://diginspire.in/vaibhav/shubham/?p=1492', 0, 'revision', '', 0),
(1493, 1, '2023-06-02 12:30:21', '2023-06-02 12:30:21', '<h2>Primary Research\nUnveiling Hidden Insights: Harnessing the Power of Primary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nEmbark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.\n\nOur team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.\n\nPartnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.\n\nUnleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 12:30:21', '2023-06-02 12:30:21', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1493', 0, 'revision', '', 0),
(1494, 1, '2023-06-02 12:30:23', '2023-06-02 12:30:23', '<h2>Primary Research\nUnveiling Hidden Insights: Harnessing the Power of Primary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nEmbark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.\n\nOur team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.\n\nPartnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.\n\nUnleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 12:30:23', '2023-06-02 12:30:23', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1494', 0, 'revision', '', 0),
(1495, 1, '2023-06-02 12:30:34', '2023-06-02 12:30:34', '<h2>Primary Research\nUnveiling Hidden Insights: Harnessing the Power of Primary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n\n<img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" sizes=\"(max-width: 1140px) 100vw, 1140px\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" alt=\"\" width=\"1140\" height=\"960\" />\n\nEmbark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.\n\nOur team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.\n\nPartnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.\n\nUnleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\n\n<a>What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a>How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a>What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a>How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a>Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a>Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" aria-label=\"Contact form\" data-status=\"init\"><input name=\"_wpcf7\" type=\"hidden\" value=\"298\" />\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.7.7\" />\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f298-o1\" />\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" />\n<input name=\"_wpcf7_posted_data_hash\" type=\"hidden\" value=\"\" />\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input name=\"text-857\" size=\"40\" type=\"text\" value=\"\" placeholder=\"John Doe\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>What services can we provide you?</label>\n<select name=\"menu-452\" aria-invalid=\"false\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input name=\"email-71\" size=\"40\" type=\"email\" value=\"\" placeholder=\"Email *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>Your Phone Number *</label>\n<input name=\"tel-112\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<input class=\"\" type=\"submit\" value=\"Send\" />\n\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 12:30:34', '2023-06-02 12:30:34', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1495', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1496, 1, '2023-06-02 12:30:36', '2023-06-02 12:30:36', '<h2>Primary Research\nUnveiling Hidden Insights: Harnessing the Power of Primary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n\n<img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" sizes=\"(max-width: 1140px) 100vw, 1140px\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" alt=\"\" width=\"1140\" height=\"960\" />\n\nEmbark on a journey of discovery with our primary research services. At Burgeon Market Research, we understand the importance of uncovering unique and actionable insights that can truly transform your business. Through our comprehensive primary research methodologies, we delve deep into the heart of your target market, engaging directly with your audience to gather first-hand information and perspectives.\n\nOur team of skilled researchers designs tailored surveys, conducts interviews, and facilitates focus groups to capture the pulse of your customers. By collecting primary data straight from the source, we go beyond surface-level observations and delve into the nuances and motivations that drive consumer behavior.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith primary research, we unlock a treasure trove of insights that enable you to make informed decisions with confidence. Discover customer preferences, uncover emerging trends, validate product concepts, and fine-tune your marketing strategies. Our rigorous approach ensures that the data we gather is accurate, reliable, and representative of your target market.\n\nPartnering with Burgeon for your primary research needs means gaining a competitive edge through a deep understanding of your customers. We guide you through the research process, from study design to data collection and analysis, providing comprehensive reports that distill the findings into clear, actionable recommendations.\n\nUnleash the power of primary research and gain unparalleled insights into your market. Let us be your trusted guide in this exciting journey of discovery. Contact us today to explore how our tailored primary research solutions can empower your business growth and drive your success to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\n\n<a>What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a>How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a>What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a>How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a>Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a>Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" aria-label=\"Contact form\" data-status=\"init\"><input name=\"_wpcf7\" type=\"hidden\" value=\"298\" />\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.7.7\" />\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f298-o1\" />\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" />\n<input name=\"_wpcf7_posted_data_hash\" type=\"hidden\" value=\"\" />\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input name=\"text-857\" size=\"40\" type=\"text\" value=\"\" placeholder=\"John Doe\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>What services can we provide you?</label>\n<select name=\"menu-452\" aria-invalid=\"false\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input name=\"email-71\" size=\"40\" type=\"email\" value=\"\" placeholder=\"Email *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>Your Phone Number *</label>\n<input name=\"tel-112\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<input class=\"\" type=\"submit\" value=\"Send\" />\n\n</form>', 'Primary Research', '', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2023-06-02 12:30:36', '2023-06-02 12:30:36', '', 128, 'https://diginspire.in/vaibhav/shubham/?p=1496', 0, 'revision', '', 0),
(1497, 1, '2023-06-02 12:32:09', '2023-06-02 12:32:09', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 12:32:09', '2023-06-02 12:32:09', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1497', 0, 'revision', '', 0),
(1498, 1, '2023-06-02 12:32:10', '2023-06-02 12:32:10', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Secondary Research', '', 'inherit', 'closed', 'closed', '', '1380-revision-v1', '', '', '2023-06-02 12:32:10', '2023-06-02 12:32:10', '', 1380, 'https://diginspire.in/vaibhav/shubham/?p=1498', 0, 'revision', '', 0),
(1499, 1, '2023-06-02 12:33:09', '2023-06-02 12:33:09', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 12:33:09', '2023-06-02 12:33:09', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1499', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1500, 1, '2023-06-02 12:33:10', '2023-06-02 12:33:10', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Qualitative Research', '', 'inherit', 'closed', 'closed', '', '1398-revision-v1', '', '', '2023-06-02 12:33:10', '2023-06-02 12:33:10', '', 1398, 'https://diginspire.in/vaibhav/shubham/?p=1500', 0, 'revision', '', 0),
(1501, 1, '2023-06-02 12:34:04', '2023-06-02 12:34:04', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Quantitative Research', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 12:34:04', '2023-06-02 12:34:04', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1501', 0, 'revision', '', 0),
(1502, 1, '2023-06-02 12:34:05', '2023-06-02 12:34:05', '<h2>Secondary Research\nIlluminating Pathways: Uncovering Insights through Secondary Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of secondary research with Burgeon Market Research. Our secondary research services offer a wealth of valuable information and insights to fuel your business decisions. Leveraging existing sources, databases, and published literature, we delve deep into the vast ocean of knowledge to extract relevant and up-to-date data that can drive your strategies forward.\n\nAt Burgeon, we understand the importance of tapping into existing information to gain a comprehensive understanding of your industry, market trends, and competitors. Our team of expert researchers scours a wide range of reputable sources, including academic journals, market reports, industry publications, and online databases, to gather the most relevant and reliable secondary data available.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nBy harnessing the power of secondary research, we save you valuable time and resources while providing you with a rich array of insights. We analyze and synthesize the collected data, identifying key patterns, industry benchmarks, and market dynamics. This enables us to deliver comprehensive reports that equip you with a competitive edge.\n\nOur meticulous approach ensures that the secondary data we gather is accurate, credible, and tailored to your specific needs. We validate and cross-reference information from multiple sources to provide you with a comprehensive view of your industry landscape. From market sizing and trend analysis to competitor profiling and consumer behavior, our secondary research services provide the foundation for informed decision-making.\n\nPartner with Burgeon and unlock the hidden potential of secondary research. Let us illuminate the pathways to success, providing you with the insights you need to navigate the complexities of your market. Contact us today to explore how our robust secondary research solutions can empower your business and propel your growth to new heights.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Quantitative Research', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2023-06-02 12:34:05', '2023-06-02 12:34:05', '', 1408, 'https://diginspire.in/vaibhav/shubham/?p=1502', 0, 'revision', '', 0),
(1503, 1, '2023-06-02 12:34:37', '2023-06-02 12:34:37', '<h2>Business Research\nIlluminating Pathways: Empowering Decisions with Business Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nEmpower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.\n\nAt Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nOur expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.\n\nWhether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.\n\nPartnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.\n\nEmbrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.\n\n<button></button>&nbsp;\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 12:34:37', '2023-06-02 12:34:37', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1503', 0, 'revision', '', 0);
INSERT INTO `xczr15T6g_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1504, 1, '2023-06-02 12:34:38', '2023-06-02 12:34:38', '<h2>Business Research\nIlluminating Pathways: Empowering Decisions with Business Research</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nEmpower your organization with actionable insights through Burgeon Market Research\'s comprehensive business research services. Our business research offerings are designed to provide you with a deep understanding of market dynamics, industry trends, customer behavior, and competitive landscapes.\n\nAt Burgeon, we recognize that successful business strategies are built on a foundation of thorough research and informed decision-making. Through our tailored business research solutions, we assist you in navigating the complexities of your industry, identifying growth opportunities, and staying ahead of the competition.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nOur expert researchers employ a combination of quantitative and qualitative research methods to gather relevant data and uncover meaningful insights. We analyze market trends, consumer preferences, and emerging technologies to help you make informed choices that drive growth and innovation.\n\nWhether you require market feasibility studies, industry analysis, customer segmentation, or competitor profiling, our business research services deliver the information you need to shape your strategies and achieve your business objectives. We provide comprehensive reports that distill complex findings into actionable recommendations, ensuring that you have a clear roadmap for success.\n\nPartnering with Burgeon for business research means gaining a trusted advisor and research partner. Our dedicated team works closely with you, taking the time to understand your specific research needs and objectives. We provide customized research solutions tailored to your industry, ensuring that our insights align with your unique business goals.\n\nEmbrace the power of business research and illuminate your path to success. Contact Burgeon Market Research today to explore how our comprehensive business research services can empower your organization, drive growth, and guide you towards a prosperous future.\n\n<button></button>&nbsp;\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Business Research', '', 'inherit', 'closed', 'closed', '', '1417-revision-v1', '', '', '2023-06-02 12:34:38', '2023-06-02 12:34:38', '', 1417, 'https://diginspire.in/vaibhav/shubham/?p=1504', 0, 'revision', '', 0),
(1505, 1, '2023-06-02 12:35:21', '2023-06-02 12:35:21', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.\n\nAt Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.\n\nOur skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.\n\nPartnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.\n\nExperience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 12:35:21', '2023-06-02 12:35:21', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1505', 0, 'revision', '', 0),
(1506, 1, '2023-06-02 12:35:22', '2023-06-02 12:35:22', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1140\" height=\"960\" src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\">\n\nExperience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.\n\nAt Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.\n\nOur skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.\n\nPartnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.\n\nExperience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.&nbsp;\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a href=\"\">How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a href=\"\">What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a href=\"\">How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a href=\"\">Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a href=\"\">Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<ul></ul>\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"298\">\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.7\">\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\">\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f298-o1\">\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\">\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\">\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John Doe\" value=\"\" type=\"text\" name=\"text-857\">\n\n<label>What services can we provide you?</label>\n<select aria-invalid=\"false\" name=\"menu-452\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email-71\">\n\n<label>Your Phone Number *</label>\n<input size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone *\" value=\"\" type=\"tel\" name=\"tel-112\">\n\n<input type=\"submit\" value=\"Send\">\n\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2023-06-02 12:35:22', '2023-06-02 12:35:22', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1506', 0, 'revision', '', 0),
(1507, 1, '2023-06-02 12:36:11', '2023-06-02 12:36:11', '<h2>Face 2 Face Research\nConnecting on a Personal Level: Unlocking Insights through Face-to-Face</h2>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\n\n<img src=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg\" sizes=\"(max-width: 1140px) 100vw, 1140px\" srcset=\"https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2.jpg 1140w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-300x253.jpg 300w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-600x505.jpg 600w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-1024x862.jpg 1024w, https://diginspire.in/vaibhav/shubham/wp-content/uploads/2021/08/img-br2-768x647.jpg 768w\" alt=\"\" width=\"1140\" height=\"960\" />\n\nExperience the power of direct interaction and in-depth understanding with Burgeon Market Research\'s face-to-face research services. Face-to-face research allows us to connect with individuals on a personal level, uncovering rich insights and capturing nuanced perspectives.\n\nAt Burgeon, we understand the value of human interaction in research. Through face-to-face methodologies such as in-person interviews, focus groups, and ethnographic studies, we delve deep into the thoughts, emotions, and experiences of participants. This direct engagement enables us to gather detailed and authentic data that illuminates the intricacies of their opinions and behaviors.\n\n<a href=\"#request\">Get Your Free Consultation</a>\n\nWith face-to-face research, we go beyond surface-level responses and delve into the underlying motivations and dynamics that drive decision-making. By observing non-verbal cues, capturing spontaneous reactions, and engaging in interactive discussions, we gain a holistic understanding of participants\' preferences, desires, and needs.\n\nOur skilled team of researchers ensures a comfortable and open environment for participants, fostering trust and encouraging candid responses. Through this personal connection, we uncover hidden insights that can shape your strategies, refine product offerings, and enhance customer experiences.\n\nPartnering with Burgeon for face-to-face research means embracing the power of personal connection. We guide you through the entire research process, from study design to execution and analysis. Our comprehensive reports provide you with a nuanced understanding of your target audience, supported by direct quotes and compelling stories that bring their experiences to life.\n\nExperience the depth and richness of face-to-face research. Contact Burgeon Market Research today to explore how our personalized and immersive methodologies can unlock invaluable insights and drive your business forward.\n<h2>Our Research ProcessFocusing on the 3 key elements of any successful market research strategy.</h2>\n<h3>1. Data Collection</h3>\nGathering relevant and accurate data from various sources, such as surveys and interviews.\n<h3>2. Data Analysis</h3>\nOrganizing and interpreting data to uncover patterns, trends, and relationships.\n<h3>3. Insights &amp; Reporting</h3>\nTransforming data into clear, concise reports that provide actionable recommendations.\n\nWe Serve our Clients’ Best Interests with the Best Market Research Solutions.\n<h2>FAQsBurgeon Market Research FAQs</h2>\nBurgeon is a trusted market research agency that is dedicated to helping organizations optimize their research processes and make data-driven decisions. With our comprehensive range of services, we provide clients across various industries with the insights they need to stay ahead in today\'s competitive business landscape.\n\nAt Burgeon, we understand the importance of accurate and reliable data. That\'s why we employ a meticulous approach to data collection, using both quantitative and qualitative techniques to ensure comprehensive coverage. Our experienced team of research professionals is skilled in designing surveys, conducting interviews, and gathering information from various sources to deliver high-quality data.\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\n\n<a>What services does Burgeon Market Research offer?</a>\n\nBurgeon Market Research offers a range of services to optimize research processes, including multi-mode Data Collection (quantitative and qualitative techniques), Data Processing &amp; Analytics, and Translation &amp; Transcription.\n\n<a>How can market research benefit my organization?</a>\n\nMarket research provides valuable insights into market dynamics, customer preferences, and competitive landscapes. It helps organizations make informed decisions, refine strategies, identify opportunities, and understand their target audience better.\n\n<a>What industries does Burgeon Market Research serve?</a>\n\nBurgeon Market Research serves a wide range of industries, including but not limited to technology, healthcare, consumer goods, finance, and automotive. We tailor our services to meet the unique research needs of each industry.\n\n<a>How does Burgeon ensure data accuracy and quality?</a>\n\nBurgeon Market Research maintains rigorous quality control processes at every stage of research, from project management to data collection, processing, and analysis. We adhere to industry best practices to ensure the accuracy and reliability of our research findings.\n\n<a>Can Burgeon Market Research handle international research projects?</a>\n\nYes, Burgeon Market Research has experience in conducting research projects on a global scale. We have language capabilities, translation services, and expertise in handling diverse cultural contexts to support international research initiatives.\n\n<a>Is my data kept confidential?</a>\n\nBurgeon Market Research maintains strict confidentiality protocols to protect client data. We adhere to industry standards and legal requirements to ensure the security and confidentiality of all information shared with us.\n\nOur answers to the questions most commonly asked. <strong><a href=\"/contact/\">Ask us a Question</a></strong>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p>\n\n<form action=\"/vaibhav/shubham/wp-admin/admin-ajax.php#wpcf7-f298-o1\" method=\"post\" novalidate=\"novalidate\" aria-label=\"Contact form\" data-status=\"init\"><input name=\"_wpcf7\" type=\"hidden\" value=\"298\" />\n<input name=\"_wpcf7_version\" type=\"hidden\" value=\"5.7.7\" />\n<input name=\"_wpcf7_locale\" type=\"hidden\" value=\"en_US\" />\n<input name=\"_wpcf7_unit_tag\" type=\"hidden\" value=\"wpcf7-f298-o1\" />\n<input name=\"_wpcf7_container_post\" type=\"hidden\" value=\"0\" />\n<input name=\"_wpcf7_posted_data_hash\" type=\"hidden\" value=\"\" />\n<h3>Request a Call Back</h3>\nA brand strategy isn’t a wish list. It’s a roadmap leading the way to a better version of your brand, a guide successfully branding your company.\n\nAnd we don’t know about you, but we think it’s time to start the journey. Because when you know that your brand could be so much more, there’s no time to waste.\n\nIf you’re ready to make your brand into everything it was meant to be, we’re here to make it happen. Pull up a chair, get in touch, and let’s start your brand transformation.\n\nNote: Your details are kept strictly confidential as per our Privacy Policy.\n\n<label>Your Name *</label>\n<input name=\"text-857\" size=\"40\" type=\"text\" value=\"\" placeholder=\"John Doe\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>What services can we provide you?</label>\n<select name=\"menu-452\" aria-invalid=\"false\">\n<option value=\"What services can we provide you?\">What services can we provide you?</option>\n<option value=\"Web Design\">Web Design</option>\n<option value=\"Optimization (SEO)\">Optimization (SEO)</option>\n<option value=\"Reviews Management\">Reviews Management</option>\n<option value=\"Pay Per Click (PPC)\">Pay Per Click (PPC)</option>\n<option value=\"eCommerce Optimization\">eCommerce Optimization</option>\n<option value=\"Content Writing\">Content Writing</option>\n<option value=\"Amazon Marketing\">Amazon Marketing</option>\n<option value=\"Social Media\">Social Media</option>\n<option value=\"Photography / Video\">Photography / Video</option>\n<option value=\"Email Marketing\">Email Marketing</option>\n<option value=\"Search Engine Marketing\">Search Engine Marketing</option>\n</select>\n\n<label>Your Mail *</label>\n<input name=\"email-71\" size=\"40\" type=\"email\" value=\"\" placeholder=\"Email *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<label>Your Phone Number *</label>\n<input name=\"tel-112\" size=\"40\" type=\"tel\" value=\"\" placeholder=\"Phone *\" aria-required=\"true\" aria-invalid=\"false\" />\n\n<input class=\"\" type=\"submit\" value=\"Send\" />\n\n</form>', 'Face 2 Face Research', '', 'inherit', 'closed', 'closed', '', '1422-autosave-v1', '', '', '2023-06-02 12:36:11', '2023-06-02 12:36:11', '', 1422, 'https://diginspire.in/vaibhav/shubham/?p=1507', 0, 'revision', '', 0),
(1509, 1, '2023-06-02 12:48:21', '2023-06-02 12:48:21', '[class*=\"header-style\"] .navigator > a {\n    display: none !important;\n}', 'marlab', '', 'inherit', 'closed', 'closed', '', '1292-revision-v1', '', '', '2023-06-02 12:48:21', '2023-06-02 12:48:21', '', 1292, 'https://diginspire.in/vaibhav/shubham/?p=1509', 0, 'revision', '', 0),
(1510, 1, '2023-06-02 12:55:30', '2023-06-02 12:55:30', '', 'Burgeon', '', 'inherit', 'open', 'closed', '', 'burgeon', '', '', '2023-06-02 12:55:30', '2023-06-02 12:55:30', '', 0, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/2023/06/Burgeon.png', 0, 'attachment', 'image/png', 0);

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

--
-- Table structure for table `xczr15T6g_revslider_css`
--

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

--
-- Dumping data for table `xczr15T6g_revslider_css`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_css_bkp`
--

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

--
-- Dumping data for table `xczr15T6g_revslider_css_bkp`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_layer_animations`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_layer_animations_bkp`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_navigations`
--

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

--
-- Dumping data for table `xczr15T6g_revslider_navigations`
--

INSERT INTO `xczr15T6g_revslider_navigations` (`id`, `name`, `handle`, `type`, `css`, `markup`, `settings`) VALUES
(1, 'MarLab', 'marlab', 'arrows', '', '', '{\"dim\":{\"width\":\"\",\"height\":\"\"},\"placeholders\":\"\",\"presets\":\"\",\"version\":\"6.0.0\"}'),
(2, 'MarLab', 'marlab', 'tabs', '', '{{title}}', '{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":\"\",\"presets\":\"\",\"version\":\"6.0.0\"}');

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

--
-- Table structure for table `xczr15T6g_revslider_navigations_bkp`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_sliders`
--

CREATE TABLE `xczr15T6g_revslider_sliders` (
  `id` int NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `xczr15T6g_revslider_sliders`
--

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

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

--
-- Table structure for table `xczr15T6g_revslider_sliders_bkp`
--

CREATE TABLE `xczr15T6g_revslider_sliders_bkp` (
  `id` int NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `xczr15T6g_revslider_slides`
--

CREATE TABLE `xczr15T6g_revslider_slides` (
  `id` int NOT NULL,
  `slider_id` int NOT NULL,
  `slide_order` int NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `xczr15T6g_revslider_slides`
--

INSERT INTO `xczr15T6g_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"title\":\"Winning Digital Marketing Strategy.\",\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/slider1.jpg\",\"imageId\":311,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"class\":\"sliderLab\"},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"}}', '{\"0\":{\"text\":\"\",\"alias\":\"Gradient\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"covermode\":\"cover\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&top&},{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&top&}],&easing&:&none&,&strength&:100}\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"shape\"},\"1\":{\"text\":\"Burgeon Market Research\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"2\":{\"text\":\"Unleashing Success through Integrated Market Research Strategies\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"330px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"214px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"m\":false},\"type\":\"text\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"276px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"4\":{\"text\":\"\",\"alias\":\"Shape-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"300px\"},\"n\":{\"v\":\"240px\"},\"t\":{\"v\":\"182px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"180px\"},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"109px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"vertical\":{\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":12},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"#ff5100\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"d\":false,\"n\":false,\"t\":false},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.13\"}'),
(2, 1, 2, '{\"title\":\"Marketing Must Drive The Results.\",\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/slider3.jpg\",\"imageId\":316,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"class\":\"sliderLab\"},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"}}', '{\"0\":{\"text\":\"\",\"alias\":\"Gradient\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"covermode\":\"cover\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&top&},{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&top&}],&easing&:&none&,&strength&:100}\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"shape\"},\"1\":{\"text\":\"Uncover Hidden Opportunities\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"2\":{\"text\":\"Drive Business Growth With a Winning Digital Marketing Strategy.\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"214px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"m\":false},\"type\":\"text\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"276px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"5\":{\"text\":\"\",\"alias\":\"Copy  shape-4\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"300px\"},\"n\":{\"v\":\"240px\"},\"t\":{\"v\":\"182px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"180px\"},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"109px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"vertical\":{\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":12},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"#ff5100\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"d\":false,\"n\":false,\"t\":false},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.13\"}'),
(3, 1, 3, '{\"title\":\"Ready to Grow Your Business?\",\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/slider2-1.jpg\",\"imageId\":317,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"attributes\":{\"class\":\"sliderLab\"},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"}}', '{\"0\":{\"text\":\"\",\"alias\":\"Gradient\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"covermode\":\"cover\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":8},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&top&},{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&top&}],&easing&:&none&,&strength&:100}\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"shape\"},\"1\":{\"text\":\"How Can We Help You?\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"2\":{\"text\":\"Contact us to Work With a Results Driven Market Research Agency\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"214px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"m\":false},\"type\":\"text\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"276px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"6\":{\"text\":\"\",\"alias\":\"Copy  shape-4\",\"uid\":6,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"300px\"},\"n\":{\"v\":\"240px\"},\"t\":{\"v\":\"182px\"},\"m\":{\"v\":\"60px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"180px\"},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"109px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"vertical\":{\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"absolute\",\"zIndex\":12},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"#ff5100\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"d\":false,\"n\":false,\"t\":false},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.13\"}'),
(4, 2, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Winning Digital Marketing Strategy.\",\"bg\":{\"image\":\"\",\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"version\":\"6.6.0\"}', '{\"1\":{\"text\":\"Transform Your Business.\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"We Transform Performance Through Integrated Digital Marketing Strategies\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"224px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"296px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.0\"}');
INSERT INTO `xczr15T6g_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(5, 2, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Marketing Must Drive The Results.\",\"bg\":{\"image\":\"\",\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"version\":\"6.6.0\"}', '{\"1\":{\"text\":\"Marketing Must Drive Results.\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Drive Business Growth With a Winning Digital Marketing Strategy.\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"224px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"296px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.0\"}'),
(6, 2, 3, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Ready to Grow Your Business?\",\"bg\":{\"image\":\"\",\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":800,\"imageRatio\":2.4},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"version\":\"6.6.0\"}', '{\"1\":{\"text\":\"How Can We Help You?\",\"alias\":\"Title\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"670px\",\"e\":true},\"n\":{\"v\":\"536px\"},\"t\":{\"v\":\"407px\"},\"m\":{\"v\":\"290px\",\"e\":true}},\"height\":{\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"132px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7800,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Brygada 1918\",\"fontSize\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"84px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"36px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Contact us to Work With a Results Driven Digital Marketing Agency\",\"alias\":\"Description\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"310px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"330px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"363px\",\"e\":true},\"n\":{\"v\":\"290px\"},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"224px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":300,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#424f65\",\"e\":true},\"n\":{\"v\":\"#424f65\"},\"t\":{\"v\":\"#424f65\"},\"m\":{\"v\":\"#424f65\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button white\\\">Get My Free Proposal<\\/a>\",\"alias\":\"Button\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"447px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"296px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-50\"},\"n\":{\"v\":\"-40\"},\"t\":{\"v\":\"-30\"},\"m\":{\"v\":\"-18\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":600,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7200,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#111a45\",\"e\":true},\"n\":{\"v\":\"#111a45\"},\"t\":{\"v\":\"#111a45\"},\"m\":{\"v\":\"#111a45\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Space Grotesk\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"version\":\"6.6.0\",\"text\":\"\"}}', '{\"version\":\"6.6.0\"}');

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

--
-- Table structure for table `xczr15T6g_revslider_slides_bkp`
--

CREATE TABLE `xczr15T6g_revslider_slides_bkp` (
  `id` int NOT NULL,
  `slider_id` int NOT NULL,
  `slide_order` int NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `xczr15T6g_revslider_static_slides`
--

CREATE TABLE `xczr15T6g_revslider_static_slides` (
  `id` int NOT NULL,
  `slider_id` int NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `xczr15T6g_revslider_static_slides`
--

INSERT INTO `xczr15T6g_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"version\":\"6.6.0\",\"bg\":{\"image\":\"\"}}', '[]', '{\"version\":\"6.6.0\"}'),
(2, 2, '{\"static\":{\"isstatic\":true,\"position\":\"back\"},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*opacity* Fade In\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"fade\"},\"version\":\"6.6.0\",\"bg\":{\"image\":\"\"}}', '{\"4\":{\"text\":\"\",\"alias\":\"Radar\",\"uid\":4,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/radar-1.svg\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1680px\",\"e\":true},\"n\":{\"v\":\"1344px\"},\"t\":{\"v\":\"1021px\"},\"m\":{\"v\":\"629px\"}},\"height\":{\"d\":{\"v\":\"1680px\",\"e\":true},\"n\":{\"v\":\"1344px\"},\"t\":{\"v\":\"1021px\"},\"m\":{\"v\":\"629px\"}},\"originalWidth\":1784,\"originalHeight\":1784,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":8,\"position\":\"absolute\"},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300}}},\"loop\":{\"use\":true,\"speed\":\"6000\",\"frame_999\":{\"rotationZ\":\"-360deg\"}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"rotationZ\":\"180deg\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"\",\"alias\":\"Gradient\",\"uid\":6,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"280px\"},\"t\":{\"v\":\"212px\"},\"m\":{\"v\":\"130px\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667},\"n\":{\"v\":1.6666666666666667},\"t\":{\"v\":1.6666666666666667},\"m\":{\"v\":1.6666666666666667}},\"covermode\":\"fullwidth\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":15,\"position\":\"absolute\"},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":15},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&0&,&colors&:[{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&top&},{&r&:151,&g&:240,&b&:239,&a&:1,&position&:0,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0.4,&position&:60,&align&:&bottom&},{&r&:151,&g&:240,&b&:239,&a&:0,&position&:100,&align&:&top&}],&easing&:&none&,&strength&:100}\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"\",\"alias\":\"Copy  image-5\",\"uid\":8,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap6.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"187px\",\"e\":true},\"n\":{\"v\":\"149px\"},\"t\":{\"v\":\"113px\"},\"m\":{\"v\":\"69px\"}},\"height\":{\"d\":{\"v\":\"214px\",\"e\":true},\"n\":{\"v\":\"171px\"},\"t\":{\"v\":\"129px\"},\"m\":{\"v\":\"79px\"}},\"originalWidth\":374,\"originalHeight\":428,\"aspectRatio\":{\"d\":{\"v\":0.8738317757009346},\"n\":{\"v\":0.8738317757009346},\"t\":{\"v\":0.8738317757009346},\"m\":{\"v\":0.8738317757009346}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"756px\",\"e\":true},\"n\":{\"v\":\"604px\"},\"t\":{\"v\":\"458px\"},\"m\":{\"v\":\"282px\"}},\"y\":{\"d\":{\"v\":\"544px\",\"e\":true},\"n\":{\"v\":\"435px\"},\"t\":{\"v\":\"330px\"},\"m\":{\"v\":\"203px\"}},\"zIndex\":9,\"position\":\"absolute\"},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.9,\"scaleY\":0.9},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":1000,\"start\":2860,\"startRelative\":2860,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":5140,\"endWithSlide\":true,\"frameLength\":300}}},\"loop\":{\"use\":true,\"speed\":\"6000\",\"yoyo_move\":true,\"frame_0\":{\"y\":\"-15px\"},\"frame_999\":{\"y\":\"15px\"}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2860},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"12\":{\"text\":\"\",\"alias\":\"Image-12\",\"uid\":12,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap4.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"136px\",\"e\":true},\"n\":{\"v\":\"108px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"146px\",\"e\":true},\"n\":{\"v\":\"116px\"},\"t\":{\"v\":\"88px\"},\"m\":{\"v\":\"54px\"}},\"originalWidth\":272,\"originalHeight\":292,\"aspectRatio\":{\"d\":{\"v\":0.9315068493150684},\"n\":{\"v\":0.9315068493150684},\"t\":{\"v\":0.9315068493150684},\"m\":{\"v\":0.9315068493150684}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"-52px\",\"e\":true},\"n\":{\"v\":\"-41px\"},\"t\":{\"v\":\"-31px\"},\"m\":{\"v\":\"-19px\"}},\"y\":{\"d\":{\"v\":\"61px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"22px\"}},\"zIndex\":11,\"position\":\"absolute\"},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.8,\"scaleY\":0.8},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":870,\"startRelative\":870,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7130,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":870},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"15\"},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"\",\"alias\":\"Copy image-12\",\"uid\":13,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap5.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"93px\",\"e\":true},\"n\":{\"v\":\"74px\"},\"t\":{\"v\":\"56px\"},\"m\":{\"v\":\"34px\"}},\"height\":{\"d\":{\"v\":\"97px\",\"e\":true},\"n\":{\"v\":\"77px\"},\"t\":{\"v\":\"58px\"},\"m\":{\"v\":\"35px\"}},\"originalWidth\":186,\"originalHeight\":194,\"aspectRatio\":{\"d\":{\"v\":0.9587628865979382},\"n\":{\"v\":0.9587628865979382},\"t\":{\"v\":0.9587628865979382},\"m\":{\"v\":0.9587628865979382}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"278px\",\"e\":true},\"n\":{\"v\":\"222px\"},\"t\":{\"v\":\"168px\"},\"m\":{\"v\":\"103px\"}},\"y\":{\"d\":{\"v\":\"135px\",\"e\":true},\"n\":{\"v\":\"108px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":10,\"position\":\"absolute\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.8,\"scaleY\":0.8},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":730,\"startRelative\":730,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":7270,\"endWithSlide\":true,\"frameLength\":300}}},\"loop\":{\"use\":true,\"speed\":\"6000\",\"yoyo_move\":true,\"frame_0\":{\"y\":\"-15px\"},\"frame_999\":{\"y\":\"15px\"}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":730},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"14\":{\"text\":\"\",\"alias\":\"Image-14\",\"uid\":14,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap3.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"91px\"},\"m\":{\"v\":\"56px\"}},\"height\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"110px\"},\"t\":{\"v\":\"83px\"},\"m\":{\"v\":\"51px\"}},\"originalWidth\":300,\"originalHeight\":276,\"aspectRatio\":{\"d\":{\"v\":1.0869565217391304},\"n\":{\"v\":1.0869565217391304},\"t\":{\"v\":1.0869565217391304},\"m\":{\"v\":1.0869565217391304}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"182px\",\"e\":true},\"n\":{\"v\":\"145px\"},\"t\":{\"v\":\"110px\"},\"m\":{\"v\":\"67px\"}},\"y\":{\"d\":{\"v\":\"358px\",\"e\":true},\"n\":{\"v\":\"286px\"},\"t\":{\"v\":\"217px\"},\"m\":{\"v\":\"133px\"}},\"zIndex\":12,\"position\":\"absolute\"},\"group\":{\"groupOrder\":12},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.8,\"scaleY\":0.8},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":1290,\"startRelative\":1290,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":6710,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":1290},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"2\"},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"15\":{\"text\":\"\",\"alias\":\"Image-15\",\"uid\":15,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"117px\",\"e\":true},\"n\":{\"v\":\"93px\"},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"43px\"}},\"height\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"110px\"},\"t\":{\"v\":\"83px\"},\"m\":{\"v\":\"51px\"}},\"originalWidth\":234,\"originalHeight\":276,\"aspectRatio\":{\"d\":{\"v\":0.8478260869565217},\"n\":{\"v\":0.8478260869565217},\"t\":{\"v\":0.8478260869565217},\"m\":{\"v\":0.8478260869565217}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"989px\",\"e\":true},\"n\":{\"v\":\"791px\"},\"t\":{\"v\":\"600px\"},\"m\":{\"v\":\"370px\"}},\"y\":{\"d\":{\"v\":\"416px\",\"e\":true},\"n\":{\"v\":\"332px\"},\"t\":{\"v\":\"252px\"},\"m\":{\"v\":\"155px\"}},\"zIndex\":13,\"position\":\"absolute\"},\"group\":{\"groupOrder\":13},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.8,\"scaleY\":0.8},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":4050,\"startRelative\":4050,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":3950,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":4050},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"2\"},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"16\":{\"text\":\"\",\"alias\":\"Image-16\",\"uid\":16,\"media\":{\"imageUrl\":\"https:\\/\\/diginspire.in\\/vaibhav\\/shubham\\/wp-content\\/uploads\\/2021\\/08\\/Bitmap2.png\",\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"136px\",\"e\":true},\"n\":{\"v\":\"108px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"height\":{\"d\":{\"v\":\"158px\",\"e\":true},\"n\":{\"v\":\"126px\"},\"t\":{\"v\":\"95px\"},\"m\":{\"v\":\"58px\"}},\"originalWidth\":272,\"originalHeight\":316,\"aspectRatio\":{\"d\":{\"v\":0.8607594936708861},\"n\":{\"v\":0.8607594936708861},\"t\":{\"v\":0.8607594936708861},\"m\":{\"v\":0.8607594936708861}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"1215px\",\"e\":true},\"n\":{\"v\":\"972px\"},\"t\":{\"v\":\"738px\"},\"m\":{\"v\":\"455px\"}},\"y\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"113px\"},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"52px\"}},\"zIndex\":14,\"position\":\"absolute\"},\"group\":{\"groupOrder\":14},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"scaleX\":0.8,\"scaleY\":0.8},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"ease\":\"power4.out\",\"speed\":1000,\"start\":4460,\"startRelative\":4460,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":1000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"startRelative\":3540,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":4460},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"10\"},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.0\"}}', '{\"version\":\"6.6.0\"}');

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

--
-- Table structure for table `xczr15T6g_revslider_static_slides_bkp`
--

CREATE TABLE `xczr15T6g_revslider_static_slides_bkp` (
  `id` int NOT NULL,
  `slider_id` int NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `xczr15T6g_termmeta`
--

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

--
-- Dumping data for table `xczr15T6g_termmeta`
--

INSERT INTO `xczr15T6g_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 46, 'order_pa_format', '0'),
(2, 47, 'thumbnail', '187'),
(3, 47, '_thumbnail', 'field_58fd6646cc667'),
(4, 48, 'order_pa_format', '0'),
(5, 49, 'order', '0'),
(6, 49, 'order', '0'),
(7, 49, 'product_count_product_cat', '1'),
(8, 49, 'display_type', ''),
(9, 49, 'thumbnail_id', '200'),
(10, 50, 'order', '0'),
(11, 50, 'order', '0'),
(12, 50, 'product_count_product_cat', '1'),
(13, 50, 'display_type', ''),
(14, 50, 'thumbnail_id', '208'),
(15, 51, 'order_pa_format', '0'),
(16, 52, 'order', '0'),
(17, 52, 'order', '0'),
(18, 52, 'product_count_product_cat', '1'),
(19, 52, 'display_type', ''),
(20, 52, 'thumbnail_id', '237'),
(21, 53, 'order', '0'),
(22, 53, 'order', '0'),
(23, 53, 'product_count_product_cat', '2'),
(24, 53, 'display_type', ''),
(25, 53, 'thumbnail_id', '222'),
(26, 54, 'order', '0'),
(27, 54, 'order', '0'),
(28, 54, 'product_count_product_cat', '1'),
(29, 54, 'display_type', ''),
(30, 54, 'thumbnail_id', '232'),
(31, 55, 'thumbnail', '188'),
(32, 55, '_thumbnail', 'field_58fd6646cc667'),
(33, 56, 'order', '0'),
(34, 56, 'order', '0'),
(35, 56, 'product_count_product_cat', '1'),
(36, 56, 'display_type', ''),
(37, 56, 'thumbnail_id', '227'),
(38, 57, 'thumbnail', '189'),
(39, 57, '_thumbnail', 'field_58fd6646cc667'),
(40, 58, 'thumbnail', '190'),
(41, 58, '_thumbnail', 'field_58fd6646cc667');

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

--
-- Table structure for table `xczr15T6g_terms`
--

CREATE TABLE `xczr15T6g_terms` (
  `term_id` bigint UNSIGNED NOT NULL,
  `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 NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_terms`
--

INSERT INTO `xczr15T6g_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Advertising', 'advertising', 0),
(17, 'Content Creation', 'content-creation', 0),
(18, 'Digital Marketing', 'digital-marketing', 0),
(19, 'Search Optimization', 'search-optimization', 0),
(20, 'Social Media', 'social-media', 0),
(21, 'Ads', 'ads', 0),
(22, 'Alexa', 'alexa', 0),
(23, 'Christmas', 'christmas', 0),
(24, 'Content', 'content', 0),
(25, 'Covid-19', 'covid-19', 0),
(26, 'CTA', 'cta', 0),
(27, 'Email', 'email', 0),
(28, 'Instagram', 'instagram', 0),
(29, 'Landing Pages', 'landing-pages', 0),
(30, 'Media', 'media', 0),
(31, 'Online', 'online', 0),
(32, 'Personal', 'personal', 0),
(33, 'PPC', 'ppc', 0),
(34, 'Press', 'press', 0),
(35, 'Release', 'release', 0),
(36, 'Search', 'search', 0),
(37, 'SMS', 'sms', 0),
(38, 'Tips', 'tips', 0),
(39, 'UX', 'ux', 0),
(40, 'Video', 'video', 0),
(41, 'Voice', 'voice', 0),
(42, 'WFH', 'wfh', 0),
(43, 'Write', 'write', 0),
(44, 'Writing', 'writing', 0),
(45, 'Youtube', 'youtube', 0),
(46, 'Audio', 'audio', 0),
(47, 'Brand Identity', 'brand-identity', 0),
(48, 'Hardcover', 'hardcover', 0),
(49, 'Literary', 'literary', 0),
(50, 'Mystery', 'mystery', 0),
(51, 'Paperback', 'paperback', 0),
(52, 'Personal', 'personal', 0),
(53, 'Romance', 'romance', 0),
(54, 'Sciences', 'sciences', 0),
(55, 'SEO &amp; Marketing', 'seo-marketing', 0),
(56, 'Social', 'social', 0),
(57, 'UI/UX Strategy', 'ui-ux-strategy', 0),
(58, 'Web Design', 'web-design', 0),
(59, 'Footer Menu', 'footer-menu', 0),
(60, 'Main Menu', 'main-menu', 0),
(61, 'Menu Blog', 'menu-blog', 0),
(62, 'Menu Work', 'menu-work', 0),
(63, 'Mobile Menu', 'mobile-menu', 0),
(64, 'Other', 'other', 0),
(65, 'Top Menu', 'top-menu', 0),
(66, 'Main new', 'main-new', 0);

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

--
-- Table structure for table `xczr15T6g_term_relationships`
--

CREATE TABLE `xczr15T6g_term_relationships` (
  `object_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_term_relationships`
--

INSERT INTO `xczr15T6g_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(29, 17, 0),
(29, 24, 0),
(29, 39, 0),
(29, 44, 0),
(31, 18, 0),
(31, 27, 0),
(31, 37, 0),
(35, 19, 0),
(35, 22, 0),
(35, 36, 0),
(35, 41, 0),
(38, 20, 0),
(38, 21, 0),
(38, 28, 0),
(40, 17, 0),
(40, 23, 0),
(40, 38, 0),
(42, 16, 0),
(42, 21, 0),
(42, 31, 0),
(42, 32, 0),
(46, 17, 0),
(46, 25, 0),
(46, 38, 0),
(46, 42, 0),
(48, 17, 0),
(48, 34, 0),
(48, 35, 0),
(48, 43, 0),
(50, 20, 0),
(50, 30, 0),
(50, 40, 0),
(50, 45, 0),
(70, 60, 0),
(82, 58, 0),
(90, 57, 0),
(92, 47, 0),
(94, 55, 0),
(97, 47, 0),
(100, 57, 0),
(134, 60, 0),
(137, 60, 0),
(139, 60, 0),
(140, 60, 0),
(141, 65, 0),
(142, 65, 0),
(143, 63, 0),
(144, 63, 0),
(145, 63, 0),
(148, 63, 0),
(149, 63, 0),
(150, 63, 0),
(151, 63, 0),
(152, 63, 0),
(153, 63, 0),
(154, 63, 0),
(155, 63, 0),
(156, 63, 0),
(157, 63, 0),
(158, 63, 0),
(161, 59, 0),
(162, 59, 0),
(166, 59, 0),
(167, 59, 0),
(176, 60, 0),
(178, 60, 0),
(179, 60, 0),
(180, 63, 0),
(195, 60, 0),
(199, 2, 0),
(199, 49, 0),
(207, 4, 0),
(207, 46, 0),
(207, 48, 0),
(207, 50, 0),
(207, 51, 0),
(213, 4, 0),
(213, 46, 0),
(213, 48, 0),
(213, 51, 0),
(213, 53, 0),
(218, 4, 0),
(218, 46, 0),
(218, 48, 0),
(218, 51, 0),
(218, 53, 0),
(223, 4, 0),
(223, 46, 0),
(223, 48, 0),
(223, 51, 0),
(223, 56, 0),
(228, 4, 0),
(228, 46, 0),
(228, 48, 0),
(228, 51, 0),
(228, 54, 0),
(233, 4, 0),
(233, 46, 0),
(233, 48, 0),
(233, 51, 0),
(233, 52, 0),
(542, 60, 0),
(710, 60, 0),
(711, 60, 0),
(712, 60, 0),
(713, 60, 0),
(714, 60, 0),
(715, 60, 0),
(716, 60, 0),
(717, 60, 0),
(718, 60, 0),
(720, 60, 0),
(721, 60, 0),
(722, 60, 0),
(723, 60, 0),
(725, 62, 0),
(726, 62, 0),
(727, 62, 0),
(738, 61, 0),
(739, 61, 0),
(744, 61, 0),
(761, 64, 0),
(762, 64, 0),
(763, 64, 0),
(1120, 60, 0),
(1121, 60, 0),
(1173, 63, 0),
(1174, 63, 0),
(1175, 63, 0),
(1299, 18, 0),
(1299, 26, 0),
(1299, 29, 0),
(1299, 33, 0),
(1323, 66, 0),
(1324, 66, 0),
(1325, 66, 0),
(1326, 66, 0),
(1327, 66, 0),
(1435, 66, 0),
(1436, 66, 0),
(1437, 66, 0),
(1438, 66, 0),
(1439, 66, 0),
(1440, 66, 0),
(1489, 59, 0);

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

--
-- Table structure for table `xczr15T6g_term_taxonomy`
--

CREATE TABLE `xczr15T6g_term_taxonomy` (
  `term_taxonomy_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint 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 UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_term_taxonomy`
--

INSERT INTO `xczr15T6g_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'product_type', '', 0, 1),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 6),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'category', '', 0, 1),
(17, 17, 'category', '', 0, 4),
(18, 18, 'category', '', 0, 2),
(19, 19, 'category', '', 0, 1),
(20, 20, 'category', '', 0, 2),
(21, 21, 'post_tag', '', 0, 2),
(22, 22, 'post_tag', '', 0, 1),
(23, 23, 'post_tag', '', 0, 1),
(24, 24, 'post_tag', '', 0, 1),
(25, 25, 'post_tag', '', 0, 1),
(26, 26, 'post_tag', '', 0, 1),
(27, 27, 'post_tag', '', 0, 1),
(28, 28, 'post_tag', '', 0, 1),
(29, 29, 'post_tag', '', 0, 1),
(30, 30, 'post_tag', '', 0, 1),
(31, 31, 'post_tag', '', 0, 1),
(32, 32, 'post_tag', '', 0, 1),
(33, 33, 'post_tag', '', 0, 1),
(34, 34, 'post_tag', '', 0, 1),
(35, 35, 'post_tag', '', 0, 1),
(36, 36, 'post_tag', '', 0, 1),
(37, 37, 'post_tag', '', 0, 1),
(38, 38, 'post_tag', '', 0, 2),
(39, 39, 'post_tag', '', 0, 1),
(40, 40, 'post_tag', '', 0, 1),
(41, 41, 'post_tag', '', 0, 1),
(42, 42, 'post_tag', '', 0, 1),
(43, 43, 'post_tag', '', 0, 1),
(44, 44, 'post_tag', '', 0, 1),
(45, 45, 'post_tag', '', 0, 1),
(46, 46, 'pa_format', '', 0, 6),
(47, 47, 'nproject-category', '', 0, 2),
(48, 48, 'pa_format', '', 0, 6),
(49, 49, 'product_cat', '', 0, 1),
(50, 50, 'product_cat', '', 0, 1),
(51, 51, 'pa_format', '', 0, 6),
(52, 52, 'product_cat', '', 0, 1),
(53, 53, 'product_cat', '', 0, 2),
(54, 54, 'product_cat', '', 0, 1),
(55, 55, 'nproject-category', '', 0, 1),
(56, 56, 'product_cat', '', 0, 1),
(57, 57, 'nproject-category', '', 0, 2),
(58, 58, 'nproject-category', '', 0, 1),
(59, 59, 'nav_menu', '', 0, 5),
(60, 60, 'nav_menu', '', 0, 25),
(61, 61, 'nav_menu', '', 0, 3),
(62, 62, 'nav_menu', '', 0, 3),
(63, 63, 'nav_menu', '', 0, 18),
(64, 64, 'nav_menu', '', 0, 3),
(65, 65, 'nav_menu', '', 0, 2),
(66, 66, 'nav_menu', '', 0, 11);

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

--
-- Table structure for table `xczr15T6g_usermeta`
--

CREATE TABLE `xczr15T6g_usermeta` (
  `umeta_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_usermeta`
--

INSERT INTO `xczr15T6g_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'xczr15T6g_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'xczr15T6g_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'text_widget_custom_html'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'xczr15T6g_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"202.9.122.0\";}'),
(19, 1, '_woocommerce_tracks_anon_id', 'woo:hMqIbvZTNuvRDpdMJaQIGnUm'),
(20, 1, 'wc_last_active', '1685664000'),
(21, 1, 'elementor_introduction', 'a:3:{s:27:\"ai-get-started-announcement\";b:1;s:14:\"ai_get_started\";b:1;s:20:\"globals_introduction\";b:1;}'),
(22, 1, 'announcements_user_counter', '1'),
(23, 1, 'xczr15T6g_elementor_connect_common_data', 'a:7:{s:9:\"client_id\";s:32:\"KZmgtznyFMj7tjyP8UuZxRSyMctZSZOS\";s:11:\"auth_secret\";s:32:\"lUrGjRRjIzLIzdnNMjBVcJfVYJvcdG9K\";s:12:\"access_token\";s:308:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjMyMzcxMDIsImF1ZCI6Imh0dHBzOi8vZGlnaW5zcGlyZS5pbi92YWliaGF2L3NodWJoYW0vIiwiY2xpZW50X2lkIjoiS1ptZ3R6bnlGTWo3dGp5UDhVdVp4UlN5TWN0WlNaT1MiLCJjb25uZWN0X3R5cGUiOiJsaWJyYXJ5IiwiaWF0IjoxNjg1NjcxNDg4LCJleHAiOjMxNzIzMDExMzg4OH0.Gmx-5XR0o02F9QJc4rvqU3X2d7t8H56AqO466qkjBs4\";s:19:\"access_token_secret\";s:32:\"rPzmh433DQkbs9OVNrlaNo5xI5X76bvk\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:29:\"5ginfotechsolutions@gmail.com\";}s:19:\"data_share_opted_in\";b:1;}'),
(24, 1, 'xczr15T6g_user-settings', 'editor=html&libraryContent=browse'),
(25, 1, 'xczr15T6g_user-settings-time', '1685708231'),
(26, 1, 'nav_menu_recently_edited', '66'),
(27, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(28, 1, 'metaboxhidden_nav-menus', 'a:9:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:22:\"add-post-type-nproject\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";i:7;s:21:\"add-nproject-category\";i:8;s:16:\"add-nproject-tag\";}'),
(29, 1, 'meta-box-order_product', 'a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}');

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

--
-- Table structure for table `xczr15T6g_users`
--

CREATE TABLE `xczr15T6g_users` (
  `ID` bigint UNSIGNED NOT NULL,
  `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 NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_users`
--

INSERT INTO `xczr15T6g_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BEjHk7NXLl12cW2NX16WIq2n177CGU0', 'admin', 'admin@diginspire.in', 'https://diginspire.in/vaibhav/shubham', '2023-06-02 01:43:41', '', 0, 'admin');

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

--
-- Table structure for table `xczr15T6g_wc_admin_notes`
--

CREATE TABLE `xczr15T6g_wc_admin_notes` (
  `note_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_wc_admin_notes`
--

INSERT INTO `xczr15T6g_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES
(1, 'wc-refund-returns-page', 'info', 'en_US', 'Setup a Refund and Returns Policy page to boost your store\'s credibility.', 'We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.', '{}', 'unactioned', 'woocommerce-core', '2023-06-02 01:54:25', NULL, 0, 'plain', '', 0, 0, 'info'),
(2, 'new_in_app_marketplace_2021', 'info', 'en_US', 'Customize your store with extensions', 'Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.', '{}', 'unactioned', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(3, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(4, 'wc_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(5, 'woocommerce-services', 'info', 'en_US', 'WooCommerce Shipping & Tax', 'WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(6, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(7, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(8, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooCommerce Payments setup - let us know what you think', 'Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(9, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(10, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(11, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(12, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(13, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(14, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(15, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(16, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(17, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(18, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:26', NULL, 0, 'plain', '', 0, 0, 'info'),
(19, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(20, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(21, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(22, 'woocommerce-core-paypal-march-2022-updated', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(23, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(24, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', '{}', 'unactioned', 'woocommerce-admin', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(25, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(26, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(27, 'wc-admin-wisepad3', 'marketing', 'en_US', 'Take your business on the go in Canada with WooCommerce In-Person Payments', 'Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(28, 'woocommerce-payments-august-2022-need-to-update', 'update', 'en_US', 'Action required: Please update WooCommerce Payments', 'An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(29, 'woocommerce-payments-august-2022-store-patched', 'update', 'en_US', 'WooCommerce Payments has been automatically updated', 'You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(30, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'marketing', 'en_US', 'Our latest improvement to the Google Listings & Ads extension: Attribute Mapping', 'You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(31, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(32, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(33, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(34, 'woopay-beta-merchantrecruitment-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(35, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(36, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'unactioned', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(37, 'tap_to_pay_iphone_q2_2023_with_wcpay', 'marketing', 'en_US', 'New: accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(38, 'woocommerce-WCPreOrders-april-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Pre-Orders extension', '<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(39, 'woopay-beta-merchantrecruitment-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(40, 'woopay-beta-existingmerchants-noaction-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(41, 'woopay-beta-existingmerchants-update-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(42, 'woopay-beta-merchantrecruitment-short-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(43, 'woopay-beta-merchantrecruitment-short-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(44, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTA', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(45, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTB', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(46, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTC', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(47, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTD', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(48, 'woopay-beta-merchantrecruitment-short-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(49, 'woopay-beta-merchantrecruitment-short-update-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(50, 'ipp_refresh_q2_2023_us_inbox_notification', 'marketing', 'en_US', 'Grow on the go with in-person payments', 'Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(51, 'ipp_refresh_q2_2023_ca_inbox_notification', 'marketing', 'en_US', 'Grow on the go with in-person payments', 'Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info'),
(52, 'woocommerce-WCstripe-May-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Stripe plugin', '<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2023-06-02 01:54:27', NULL, 0, 'plain', '', 0, 0, 'info');

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

--
-- Table structure for table `xczr15T6g_wc_admin_note_actions`
--

CREATE TABLE `xczr15T6g_wc_admin_note_actions` (
  `action_id` bigint UNSIGNED NOT NULL,
  `note_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_wc_admin_note_actions`
--

INSERT INTO `xczr15T6g_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(1, 1, 'notify-refund-returns-page', 'Edit page', 'https://diginspire.in/vaibhav/shubham/wp-admin/post.php?post=13&action=edit', 'actioned', '', NULL, NULL),
(28, 24, 'connect', 'Connect', '?page=wc-addons&section=helper', 'unactioned', '', NULL, NULL),
(145, 2, 'browse_extensions', 'Browse extensions', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-addons', 'unactioned', '', NULL, NULL),
(146, 3, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', '', NULL, NULL),
(147, 4, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', '', NULL, NULL),
(148, 5, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox', 'unactioned', '', NULL, NULL),
(149, 6, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', '', NULL, NULL),
(150, 7, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', '', NULL, NULL),
(151, 8, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/wc-pay-new', 'actioned', '', NULL, NULL),
(152, 9, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL),
(153, 10, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', '', NULL, NULL),
(154, 11, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://diginspire.in/vaibhav/shubham/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL),
(155, 12, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', '', NULL, NULL),
(156, 15, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(157, 16, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL),
(158, 17, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(159, 17, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(160, 18, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(161, 18, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(162, 19, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(163, 19, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(164, 20, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL),
(165, 20, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(166, 21, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL),
(167, 22, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(168, 22, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(169, 23, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL),
(170, 23, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(171, 25, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', '', NULL, NULL),
(172, 26, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', '', NULL, NULL),
(173, 27, 'wc-admin-wisepad3', 'Grow my business offline', 'https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3', 'actioned', '', NULL, NULL),
(174, 28, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(175, 28, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(176, 29, 'learn-more', 'Find out more', 'https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/', 'unactioned', '', NULL, NULL),
(177, 29, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL),
(178, 30, 'google_listings_ads_custom_attribute_mapping_q4_2022', 'Learn more', 'https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping', 'actioned', '', NULL, NULL),
(179, 31, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'https://diginspire.in/vaibhav/shubham/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(180, 31, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(181, 32, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'https://diginspire.in/vaibhav/shubham/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(182, 32, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(183, 33, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL),
(184, 34, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(185, 34, 'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'unactioned', '', NULL, NULL),
(186, 35, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', '', NULL, NULL),
(187, 35, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(188, 36, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'Simplify my payments', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay', 'actioned', '', NULL, NULL),
(189, 37, 'tap_to_pay_iphone_q2_2023_with_wcpay', 'Set up Tap to Pay on iPhone', 'https://woocommerce.com/document/woocommerce-payments/in-person-payments/woocommerce-in-person-payments-tap-to-pay-on-iphone-quick-start-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay', 'actioned', '', NULL, NULL),
(190, 38, 'extension-settings', 'See available updates', 'https://diginspire.in/vaibhav/shubham/wp-admin/update-core.php', 'unactioned', '', NULL, NULL),
(191, 38, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL),
(192, 39, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://diginspire.in/vaibhav/shubham/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(193, 39, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(194, 40, 'woopay-beta-existingmerchants-noaction-documentation-27APR23', 'Documentation', 'https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23', 'actioned', '', NULL, NULL),
(195, 41, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'https://diginspire.in/vaibhav/shubham/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL),
(196, 42, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(197, 42, 'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'actioned', '', NULL, NULL),
(198, 43, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://diginspire.in/vaibhav/shubham/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(199, 43, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL),
(200, 44, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA', 'Activate WooPay Test A', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(201, 44, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(202, 45, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB', 'Activate WooPay Test B', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(203, 45, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL),
(204, 46, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC', 'Activate WooPay Test C', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(205, 46, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'unactioned', '', NULL, NULL),
(206, 47, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD', 'Activate WooPay Test D', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(207, 47, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'unactioned', '', NULL, NULL),
(208, 48, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(209, 48, 'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'unactioned', '', NULL, NULL),
(210, 49, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'https://diginspire.in/vaibhav/shubham/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(211, 49, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'https://diginspire.in/vaibhav/shubham/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL),
(212, 50, 'ipp_refresh_q2_2023_us_inbox_notification', 'Grow my business on the go', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification', 'actioned', '', NULL, NULL),
(213, 51, 'ipp_refresh_q2_2023_ca_inbox_notification', 'Grow my business on the go', 'https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification', 'actioned', '', NULL, NULL),
(214, 52, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://diginspire.in/vaibhav/shubham/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL),
(215, 52, 'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

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

--
-- Table structure for table `xczr15T6g_wc_category_lookup`
--

CREATE TABLE `xczr15T6g_wc_category_lookup` (
  `category_tree_id` bigint UNSIGNED NOT NULL,
  `category_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_wc_category_lookup`
--

INSERT INTO `xczr15T6g_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15),
(49, 49),
(50, 50),
(52, 52),
(53, 53),
(54, 54),
(56, 56);

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

--
-- Table structure for table `xczr15T6g_wc_customer_lookup`
--

CREATE TABLE `xczr15T6g_wc_customer_lookup` (
  `customer_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_download_log`
--

CREATE TABLE `xczr15T6g_wc_download_log` (
  `download_log_id` bigint UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_order_coupon_lookup`
--

CREATE TABLE `xczr15T6g_wc_order_coupon_lookup` (
  `order_id` bigint UNSIGNED NOT NULL,
  `coupon_id` bigint NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_order_product_lookup`
--

CREATE TABLE `xczr15T6g_wc_order_product_lookup` (
  `order_item_id` bigint UNSIGNED NOT NULL,
  `order_id` bigint UNSIGNED NOT NULL,
  `product_id` bigint UNSIGNED NOT NULL,
  `variation_id` bigint UNSIGNED NOT NULL,
  `customer_id` bigint UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_order_stats`
--

CREATE TABLE `xczr15T6g_wc_order_stats` (
  `order_id` bigint UNSIGNED NOT NULL,
  `parent_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_order_tax_lookup`
--

CREATE TABLE `xczr15T6g_wc_order_tax_lookup` (
  `order_id` bigint UNSIGNED NOT NULL,
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_product_attributes_lookup`
--

CREATE TABLE `xczr15T6g_wc_product_attributes_lookup` (
  `product_id` bigint NOT NULL,
  `product_or_parent_id` bigint NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `term_id` bigint NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_product_download_directories`
--

CREATE TABLE `xczr15T6g_wc_product_download_directories` (
  `url_id` bigint UNSIGNED NOT NULL,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_wc_product_download_directories`
--

INSERT INTO `xczr15T6g_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES
(1, 'file:///home/diginspire/public_html/vaibhav/shubham/wp-content/uploads/woocommerce_uploads/', 1),
(2, 'https://diginspire.in/vaibhav/shubham/wp-content/uploads/woocommerce_uploads/', 1);

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

--
-- Table structure for table `xczr15T6g_wc_product_meta_lookup`
--

CREATE TABLE `xczr15T6g_wc_product_meta_lookup` (
  `product_id` bigint NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint DEFAULT '0',
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_rate_limits`
--

CREATE TABLE `xczr15T6g_wc_rate_limits` (
  `rate_limit_id` bigint UNSIGNED NOT NULL,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rate_limit_expiry` bigint UNSIGNED NOT NULL,
  `rate_limit_remaining` smallint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_reserved_stock`
--

CREATE TABLE `xczr15T6g_wc_reserved_stock` (
  `order_id` bigint NOT NULL,
  `product_id` bigint NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_wc_tax_rate_classes`
--

CREATE TABLE `xczr15T6g_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_wc_tax_rate_classes`
--

INSERT INTO `xczr15T6g_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

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

--
-- Table structure for table `xczr15T6g_wc_webhooks`
--

CREATE TABLE `xczr15T6g_wc_webhooks` (
  `webhook_id` bigint UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint NOT NULL,
  `failure_count` smallint NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_api_keys`
--

CREATE TABLE `xczr15T6g_woocommerce_api_keys` (
  `key_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_attribute_taxonomies`
--

CREATE TABLE `xczr15T6g_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_woocommerce_attribute_taxonomies`
--

INSERT INTO `xczr15T6g_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES
(1, 'format', 'format', 'select', 'menu_order', 0);

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

--
-- Table structure for table `xczr15T6g_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `xczr15T6g_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint UNSIGNED NOT NULL,
  `order_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_log`
--

CREATE TABLE `xczr15T6g_woocommerce_log` (
  `log_id` bigint UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_order_itemmeta`
--

CREATE TABLE `xczr15T6g_woocommerce_order_itemmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `order_item_id` bigint UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_order_items`
--

CREATE TABLE `xczr15T6g_woocommerce_order_items` (
  `order_item_id` bigint UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_payment_tokenmeta`
--

CREATE TABLE `xczr15T6g_woocommerce_payment_tokenmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `payment_token_id` bigint UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_payment_tokens`
--

CREATE TABLE `xczr15T6g_woocommerce_payment_tokens` (
  `token_id` bigint UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_sessions`
--

CREATE TABLE `xczr15T6g_woocommerce_sessions` (
  `session_id` bigint UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `xczr15T6g_woocommerce_sessions`
--

INSERT INTO `xczr15T6g_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:740:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:19:\"admin@diginspire.in\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}', 1685843671);

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

--
-- Table structure for table `xczr15T6g_woocommerce_shipping_zones`
--

CREATE TABLE `xczr15T6g_woocommerce_shipping_zones` (
  `zone_id` bigint UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_shipping_zone_locations`
--

CREATE TABLE `xczr15T6g_woocommerce_shipping_zone_locations` (
  `location_id` bigint UNSIGNED NOT NULL,
  `zone_id` bigint UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_shipping_zone_methods`
--

CREATE TABLE `xczr15T6g_woocommerce_shipping_zone_methods` (
  `zone_id` bigint UNSIGNED NOT NULL,
  `instance_id` bigint UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_tax_rates`
--

CREATE TABLE `xczr15T6g_woocommerce_tax_rates` (
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint UNSIGNED NOT NULL,
  `tax_rate_compound` int NOT NULL DEFAULT '0',
  `tax_rate_shipping` int NOT NULL DEFAULT '1',
  `tax_rate_order` bigint UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `xczr15T6g_woocommerce_tax_rate_locations`
--

CREATE TABLE `xczr15T6g_woocommerce_tax_rate_locations` (
  `location_id` bigint UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `xczr15T6g_actionscheduler_actions`
--
ALTER TABLE `xczr15T6g_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `xczr15T6g_actionscheduler_claims`
--
ALTER TABLE `xczr15T6g_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `xczr15T6g_actionscheduler_groups`
--
ALTER TABLE `xczr15T6g_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `xczr15T6g_actionscheduler_logs`
--
ALTER TABLE `xczr15T6g_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

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

--
-- Indexes for table `xczr15T6g_comments`
--
ALTER TABLE `xczr15T6g_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `xczr15T6g_e_events`
--
ALTER TABLE `xczr15T6g_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `xczr15T6g_links`
--
ALTER TABLE `xczr15T6g_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

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

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

--
-- Indexes for table `xczr15T6g_posts`
--
ALTER TABLE `xczr15T6g_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `xczr15T6g_revslider_css`
--
ALTER TABLE `xczr15T6g_revslider_css`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `xczr15T6g_revslider_css_bkp`
--
ALTER TABLE `xczr15T6g_revslider_css_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `xczr15T6g_revslider_layer_animations`
--
ALTER TABLE `xczr15T6g_revslider_layer_animations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xczr15T6g_revslider_layer_animations_bkp`
--
ALTER TABLE `xczr15T6g_revslider_layer_animations_bkp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xczr15T6g_revslider_navigations`
--
ALTER TABLE `xczr15T6g_revslider_navigations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xczr15T6g_revslider_navigations_bkp`
--
ALTER TABLE `xczr15T6g_revslider_navigations_bkp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xczr15T6g_revslider_sliders`
--
ALTER TABLE `xczr15T6g_revslider_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `xczr15T6g_revslider_sliders_bkp`
--
ALTER TABLE `xczr15T6g_revslider_sliders_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `xczr15T6g_revslider_slides`
--
ALTER TABLE `xczr15T6g_revslider_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `xczr15T6g_revslider_slides_bkp`
--
ALTER TABLE `xczr15T6g_revslider_slides_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `xczr15T6g_revslider_static_slides`
--
ALTER TABLE `xczr15T6g_revslider_static_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `xczr15T6g_revslider_static_slides_bkp`
--
ALTER TABLE `xczr15T6g_revslider_static_slides_bkp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

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

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

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

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

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

--
-- Indexes for table `xczr15T6g_users`
--
ALTER TABLE `xczr15T6g_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `xczr15T6g_wc_admin_notes`
--
ALTER TABLE `xczr15T6g_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `xczr15T6g_wc_admin_note_actions`
--
ALTER TABLE `xczr15T6g_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `xczr15T6g_wc_category_lookup`
--
ALTER TABLE `xczr15T6g_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `xczr15T6g_wc_customer_lookup`
--
ALTER TABLE `xczr15T6g_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `xczr15T6g_wc_download_log`
--
ALTER TABLE `xczr15T6g_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `xczr15T6g_wc_order_coupon_lookup`
--
ALTER TABLE `xczr15T6g_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `xczr15T6g_wc_order_product_lookup`
--
ALTER TABLE `xczr15T6g_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `xczr15T6g_wc_order_stats`
--
ALTER TABLE `xczr15T6g_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `xczr15T6g_wc_order_tax_lookup`
--
ALTER TABLE `xczr15T6g_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `xczr15T6g_wc_product_attributes_lookup`
--
ALTER TABLE `xczr15T6g_wc_product_attributes_lookup`
  ADD PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  ADD KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`);

--
-- Indexes for table `xczr15T6g_wc_product_download_directories`
--
ALTER TABLE `xczr15T6g_wc_product_download_directories`
  ADD PRIMARY KEY (`url_id`),
  ADD KEY `url` (`url`(191));

--
-- Indexes for table `xczr15T6g_wc_product_meta_lookup`
--
ALTER TABLE `xczr15T6g_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `xczr15T6g_wc_rate_limits`
--
ALTER TABLE `xczr15T6g_wc_rate_limits`
  ADD PRIMARY KEY (`rate_limit_id`),
  ADD UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191));

--
-- Indexes for table `xczr15T6g_wc_reserved_stock`
--
ALTER TABLE `xczr15T6g_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `xczr15T6g_wc_tax_rate_classes`
--
ALTER TABLE `xczr15T6g_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `xczr15T6g_wc_webhooks`
--
ALTER TABLE `xczr15T6g_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `xczr15T6g_woocommerce_api_keys`
--
ALTER TABLE `xczr15T6g_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `xczr15T6g_woocommerce_attribute_taxonomies`
--
ALTER TABLE `xczr15T6g_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `xczr15T6g_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `xczr15T6g_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `xczr15T6g_woocommerce_log`
--
ALTER TABLE `xczr15T6g_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `xczr15T6g_woocommerce_order_itemmeta`
--
ALTER TABLE `xczr15T6g_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `xczr15T6g_woocommerce_order_items`
--
ALTER TABLE `xczr15T6g_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `xczr15T6g_woocommerce_payment_tokenmeta`
--
ALTER TABLE `xczr15T6g_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `xczr15T6g_woocommerce_payment_tokens`
--
ALTER TABLE `xczr15T6g_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `xczr15T6g_woocommerce_sessions`
--
ALTER TABLE `xczr15T6g_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `xczr15T6g_woocommerce_shipping_zones`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `xczr15T6g_woocommerce_shipping_zone_locations`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `xczr15T6g_woocommerce_shipping_zone_methods`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `xczr15T6g_woocommerce_tax_rates`
--
ALTER TABLE `xczr15T6g_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `xczr15T6g_woocommerce_tax_rate_locations`
--
ALTER TABLE `xczr15T6g_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `xczr15T6g_actionscheduler_actions`
--
ALTER TABLE `xczr15T6g_actionscheduler_actions`
  MODIFY `action_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `xczr15T6g_actionscheduler_claims`
--
ALTER TABLE `xczr15T6g_actionscheduler_claims`
  MODIFY `claim_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=191;

--
-- AUTO_INCREMENT for table `xczr15T6g_actionscheduler_groups`
--
ALTER TABLE `xczr15T6g_actionscheduler_groups`
  MODIFY `group_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xczr15T6g_actionscheduler_logs`
--
ALTER TABLE `xczr15T6g_actionscheduler_logs`
  MODIFY `log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `xczr15T6g_commentmeta`
--
ALTER TABLE `xczr15T6g_commentmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_comments`
--
ALTER TABLE `xczr15T6g_comments`
  MODIFY `comment_ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_e_events`
--
ALTER TABLE `xczr15T6g_e_events`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_links`
--
ALTER TABLE `xczr15T6g_links`
  MODIFY `link_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_options`
--
ALTER TABLE `xczr15T6g_options`
  MODIFY `option_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1391;

--
-- AUTO_INCREMENT for table `xczr15T6g_postmeta`
--
ALTER TABLE `xczr15T6g_postmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4444;

--
-- AUTO_INCREMENT for table `xczr15T6g_posts`
--
ALTER TABLE `xczr15T6g_posts`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1513;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_css`
--
ALTER TABLE `xczr15T6g_revslider_css`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_css_bkp`
--
ALTER TABLE `xczr15T6g_revslider_css_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_layer_animations`
--
ALTER TABLE `xczr15T6g_revslider_layer_animations`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_layer_animations_bkp`
--
ALTER TABLE `xczr15T6g_revslider_layer_animations_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_navigations`
--
ALTER TABLE `xczr15T6g_revslider_navigations`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_navigations_bkp`
--
ALTER TABLE `xczr15T6g_revslider_navigations_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_sliders`
--
ALTER TABLE `xczr15T6g_revslider_sliders`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_sliders_bkp`
--
ALTER TABLE `xczr15T6g_revslider_sliders_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_slides`
--
ALTER TABLE `xczr15T6g_revslider_slides`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_slides_bkp`
--
ALTER TABLE `xczr15T6g_revslider_slides_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_static_slides`
--
ALTER TABLE `xczr15T6g_revslider_static_slides`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_revslider_static_slides_bkp`
--
ALTER TABLE `xczr15T6g_revslider_static_slides_bkp`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_termmeta`
--
ALTER TABLE `xczr15T6g_termmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `xczr15T6g_terms`
--
ALTER TABLE `xczr15T6g_terms`
  MODIFY `term_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;

--
-- AUTO_INCREMENT for table `xczr15T6g_term_taxonomy`
--
ALTER TABLE `xczr15T6g_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;

--
-- AUTO_INCREMENT for table `xczr15T6g_usermeta`
--
ALTER TABLE `xczr15T6g_usermeta`
  MODIFY `umeta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `xczr15T6g_users`
--
ALTER TABLE `xczr15T6g_users`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_admin_notes`
--
ALTER TABLE `xczr15T6g_wc_admin_notes`
  MODIFY `note_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_admin_note_actions`
--
ALTER TABLE `xczr15T6g_wc_admin_note_actions`
  MODIFY `action_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=216;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_customer_lookup`
--
ALTER TABLE `xczr15T6g_wc_customer_lookup`
  MODIFY `customer_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_download_log`
--
ALTER TABLE `xczr15T6g_wc_download_log`
  MODIFY `download_log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_product_download_directories`
--
ALTER TABLE `xczr15T6g_wc_product_download_directories`
  MODIFY `url_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_rate_limits`
--
ALTER TABLE `xczr15T6g_wc_rate_limits`
  MODIFY `rate_limit_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_tax_rate_classes`
--
ALTER TABLE `xczr15T6g_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xczr15T6g_wc_webhooks`
--
ALTER TABLE `xczr15T6g_wc_webhooks`
  MODIFY `webhook_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_api_keys`
--
ALTER TABLE `xczr15T6g_woocommerce_api_keys`
  MODIFY `key_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_attribute_taxonomies`
--
ALTER TABLE `xczr15T6g_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `xczr15T6g_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_log`
--
ALTER TABLE `xczr15T6g_woocommerce_log`
  MODIFY `log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_order_itemmeta`
--
ALTER TABLE `xczr15T6g_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_order_items`
--
ALTER TABLE `xczr15T6g_woocommerce_order_items`
  MODIFY `order_item_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_payment_tokenmeta`
--
ALTER TABLE `xczr15T6g_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_payment_tokens`
--
ALTER TABLE `xczr15T6g_woocommerce_payment_tokens`
  MODIFY `token_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_sessions`
--
ALTER TABLE `xczr15T6g_woocommerce_sessions`
  MODIFY `session_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_shipping_zones`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_shipping_zone_locations`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_shipping_zone_methods`
--
ALTER TABLE `xczr15T6g_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_tax_rates`
--
ALTER TABLE `xczr15T6g_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xczr15T6g_woocommerce_tax_rate_locations`
--
ALTER TABLE `xczr15T6g_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

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